.mobile-close-chat {
    display: none !important;
}

.mobile-show-chat {
    display: none;
}

.sidebar {
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    margin-top: 0;
    width: 300px;
    z-index: 2;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #131521;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.sidebar.visible {
    right: 0px;
}

.sidebar-content {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.chat.active {
    /* right: 0; */
}

#chat .chat-header > span svg {
    width: 16px;
    display: inline-block;
    float: left;
}

#chat .chat-header > span:hover, #chat .chat-header > span.active {
    color: #fff;
}

#chat .chat-header > span.new {
}

.chat-actions .choose-room {
    position: relative;
    display: inline-block;
    float: left;
    z-index: 1;
}

.chat-actions .choose-room > span {
    display: inline-block;
    color: #fff9;
    padding: 9px 6px;
    background-color: rgb(37, 39, 50);
    font-size: 10px;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    float: left;
    line-height: 9px;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-left: 6px;
    padding-right: 33px;
}

.chat-actions .choose-room > span img {
    display: inline-block;
    float: left;
    height: 23px;
    opacity: 1;
    position: absolute;
    top: 2px;
    right: 5px;
}

.chat-actions .choose-room ul {
    display: none;
    bottom: 29px;
    left: 0px;
    position: absolute;
    padding: 3px;
    margin: 0;
    background-color: #272f3d;
    border-radius: 4px;
    width: 283px;
    box-shadow: 0 0 10px 0 #00000057;
}

.chat-actions .choose-room.active ul {
    display: inline-block;
}

.chat-actions .choose-room li {
    display: inline-block;
    cursor: pointer;
    width: 54px;
    float: left;
}

.chat-actions .choose-room li span {
    display: inline-block;
    text-align: left;
    color: #fff9;
    padding: 0px 2px;
    font-size: 10px;
    border-radius: 3px;
    float: left;
    height: 23px;
    width: 100%;
    line-height: 23px;
    /* background-color: #292e33; */
}

.chat-actions .choose-room li:hover span {
    color: #fff;
}

.chat-actions .choose-room li:hover img {
    opacity: 1;
}

.chat-actions .choose-room li img {
    display: inline-block;
    margin-right: 5px;
    opacity: 0.6;
    float: left;
}

.chat-actions .choose-room li:hover {
}

#chat .chat-content {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 9;
    float: left;
    max-height: 500px;
    padding-top: 5px;
}

#chat .chat-content .chat-messages {
    height: 100%;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#chat .chat-message {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid #ffffff0a;
    padding-right: 5px;
}

#chat .chat-message:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

#chat .chat-message .avatar {
    float: left;
    border-radius: 50%;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

#chat .chat-message .avatar::after {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 3px;
    top: 0px;
    left: 0;
    box-shadow: 0 0 0px 1px #172130;
}

#chat .chat-message .avatar.online::after {
    background-color: #639c22;
}

#chat .chat-message .avatar.offline::after {
    background-color: #d72929;
}

#chat .chat-message.me .avatar {
    right: 0;
    left: inherit;
}

#chat .chat-message .avatar img {
    width: 32px;
    border-radius: 30px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

#chat .chat-message .level {
    float: left;
    margin-left: 10px;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin-top: 3px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 800;
    border: 0;
    color: #ffffff !important;
}

.level.l0, .level.l1, .level.l2,.level.l3, .level.l4,.level.l5, .level.l6,.level.l7, .level.l8,.level.l9, .level.l10 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

.level.l11, .level.l12,.level.l13, .level.l14,.level.l15, .level.l16,.level.l17, .level.l18,.level.l19, .level.l20 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

.level.l21, .level.l22, .level.l23, .level.l24, .level.l25, .level.l26,.level.l27, .level.l28, .level.l29, .level.l30 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

.level.l31, .level.l32, .level.l33, .level.l34, .level.l35, .level.l36,.level.l37, .level.l38, .level.l39, .level.l40 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

.level.l41, .level.l42, .level.l43, .level.l44, .level.l45, .level.l46,.level.l47, .level.l48, .level.l49, .level.l50 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

.level.l41, .level.l42, .level.l43, .level.l44, .level.l45, .level.l46,.level.l47, .level.l48, .level.l49, .level.l50 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

.level.l51, .level.l52, .level.l53, .level.l54, .level.l55, .level.l56,.level.l57, .level.l58, .level.l59, .level.l60 {
    background-color: rgba(255, 255, 255, 0.13) !important;
    box-shadow: none;
}

#chat .chat-message .msg-data {
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
    padding: 0px 4px 0 0;
    margin-left: 43px;
    height: 16px;
    margin-bottom: 4px;
}

#chat .chat-message.me .msg-data {
    margin-left: 0;
    margin-right: 55px;
    padding-right: 0;
}

#chat .chat-message .msg-data span:first-child {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 2px 0 0 0;
    letter-spacing: 0.3px;
}

#chat .chat-message .msg-data span.role {
    float: left;
    margin-left: 10px;
    background-color: #FF9800;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 10px;
    margin-top: 3px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.msg-data span.role.mod {
    background-color: #8BC34A !important;
    background: -webkit-gradient(linear, left top, right top, from(#8BC34A), to(#248028));
    background: -webkit-linear-gradient(left, #8BC34A 0%, #248028 100%);
    background: -moz-linear-gradient(left, #8BC34A 0%, #248028 100%);
    background: -o-linear-gradient(left, #8BC34A 0%, #248028 100%);
    background: linear-gradient(90deg, #8BC34A 0%, #248028 100%);
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(139, 195, 74, 0.33);
    -moz-box-shadow: 0px 10px 20px 0px rgba(139, 195, 74, 0.33);
    box-shadow: 0px 10px 20px 0px rgba(139, 195, 74, 0.33);
    color: #ffffff !important;
}

.msg-data span.role.admin {
    background-color: #c34138 !important;
    color: #ffffff !important;
}

.msg-data span.role.owner {
    background-color: #FF9800 !important;
    color: #000000 !important;
}

#chat .chat-message .msg-data span:first-child i {
    margin-right: 4px;
    font-size: 14px;
    position: relative;
    top: 0px;
}

#chat .chat-message .msg-data span:first-child:hover {
    color: #fff;
}

#chat .chat-message .msg-data span.time {
    float: left;
    font-weight: 300;
    font-size: 11px;
    margin: 2px;
    margin-left: 10px;
    float: right;
}

#chat .chat-message:hover .msg-data span.time {
    display: none
}

#chat .chat-message .msg-data span.chatbot {
    left: 0;
    background-color: #eadb25;
    color: #000;
    padding: 2px 8px 4px;
    border-radius: 3px;
    font-weight: 600;
}

#chat .chat-message .chat-bot {
    margin-left: 0 !important;
}

#chat .chat-message .chat-bot b {
    text-align: center;
    color: #fff;
    display: block;
    margin: 7px 0;
}

#chat .chat-message .chat-bot p {
    margin: 2px 0;
}

#chat .chat-message .chat-bot .chat-rules {
}

#chat .chat-message .chat-bot .chat-rules li {
}

#chat .chat-message .chat-bot .chat-rules li:first-child {
}

#chat .chat-message.me .msg-data span {
    float: right !important;
    margin-left: 7px;
}

#chat .chat-message .msg-list {
    display: inline-block;
    width: 100%;
    float: left;
}

#chat .chat-message .mini-data {
    display: block;
    color: rgba(255, 255, 255, 0.28);
    font-size: 10px;
}

#chat .chat-message.me .mini-data {
    text-align: right;
}

#chat .chat-message .msg {
    color: rgb(177, 177, 177);
    font-size: 12px;
    margin-top: 1px;
    margin-left: 43px;
    padding: 2px 0px;
    position: relative;
    word-break: break-word;
}

#chat .chat-message .msg .time {
    display: block;
    text-align: right;
    color: rgba(255, 255, 255, 0.19);
    margin-bottom: 2px;
    padding-right: 3px;
}

#chat .chat-message.me .msg .time {
    padding-right: 0 !important;
}

#chat .chat-message .msg .time i {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.12);
}

#chat .chat-message .msg.seen .time i {
    color: #1f8ee7;
}

#chat .chat-message .msg:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#chat .chat-message .msg:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#chat .chat-message .msg .emoji {
    font-size: 18px;
    line-height: 18px;
    height: 18px !important;
    position: relative;
    top: 2px;
}

#chat .chat-message .msg .chat-user-options {
    color: #00BCD4;
    font-weight: 500;
}

#chat .chat-message .msg .chat-user-options i {
    margin-right: 3px;
}

#chat .chat-message .msg img {
    width: 32px;
}

.sidebar .chat-footer, .pm-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 6px 0;
    float: left;
}

.sidebar .chat-footer .text-write, .pm-footer .text-write {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

.sidebar .chat-footer .text-write textarea, .pm-footer .text-write textarea {
    width: 100% !important;
    max-width: 100%;
    border: none;
    padding: 10px;
    outline: none;
    color: #fff;
    font-family: 'Open Sans';
    background-color: rgba(0, 0, 0, 0.37);
    height: 65px;
    max-height: 65px;
    min-height: 65px;
    border-radius: 4px;
    resize: none;
    overflow: hidden;
    float: left;
}

.sidebar .chat-footer .send-message, .sidebar .chat-footer .send-pm {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    text-shadow: 1px 1px 0 #00000063;
    font-size: 14px;
    text-align: center;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
    letter-spacing: 0.5px;
    padding: 5px 14px;
    font-family: Trebuchet MS;
    font-weight: 600;
}

.sidebar .emoji-trigger, .sidebar .make-rain, .sidebar .pause-chat {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    text-shadow: 1px 1px 0 #00000063;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.08);
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 500;
    margin-right: 5px;
}

.sidebar .pause-chat.active {
    background-color: #c33f36;
}

.sidebar .emoji-trigger:hover, .sidebar .make-rain:hover, .sidebar .pause-chat:hover {
    opacity: 0.6;
}

.sidebar .chat-footer .send-message i, .chat-footer .send-pm i {
    font-size: 12px;
}

.sidebar .chat-footer .send-message:hover, .pm-footer .send-pm:hover {
    opacity: 0.7;
}

.sidebar .online-users {
    color: #a3a3a3;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    float: left;
    line-height: 14px;
    padding: 2px 6px;
    background-color: rgba(125, 187, 255, 0.08);
    border-radius: 2px;
    font-family: Roboto;
}

.sidebar .online-users b {
    color: #03A9F4;
    font-weight: 500;
    letter-spacing: 0.6px;
}

#my-friends .friends-content, #private-messages .conversations {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-right: 2px;
}

#my-friends .friend-list, #private-messages .conversations-list {
    height: 100%;
    padding: 0 1px 0 0;
    overflow-y: auto;
}

#my-friends .friend {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px;
    padding-left: 43px;
    background-color: #0003;
    margin-bottom: 10px;
    border-radius: 4px;
}

#my-friends .friend img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 33px;
    border-radius: 2px;
}

#my-friends .friend .msg-data {
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

#my-friends .friend .msg-data .chat-user-options {
    font-size: 14px;
    color: #a4bfff;
    line-height: 20px;
    cursor: pointer;
}

#my-friends .friend .msg-data .chat-user-options:hover {
    color: #fff;
}

#my-friends .friend .msg-data .time {
    display: block;
    line-height: 12px;
    color: #ffffff38;
}

.view-user-actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 175px;
}

.view-user-actions a {
    display: block;
    padding: 5px 0;
    color: #ffffff73;
    line-height: 23px;
    cursor: pointer;
}

.view-user-actions a:hover {
    color: #fff;
}

.view-user-actions svg, .view-user-actions img {
    float: left;
    width: 18px;
    margin-right: 10px;
}

.view-pm.red {
    -webkit-animation-name: pm;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: pm;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pm {
    0% {
        color: #5e5c75;
    }

    50% {
        color: #FFC107;
    }

    100% {
        color: #5e5c75;
    }
}

@keyframes pm {
    0% {
        color: #5e5c75;
    }

    50% {
        color: #FFC107;
    }

    100% {
        color: #5e5c75;
    }
}

.chat-help {
}

.chat-help p {
    margin: 5px 0;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    font-family: Roboto;
}

.chat-help p b {
    width: 50%;
    display: inline-block;
    float: right;
}

.chat-help p.example {
    font-size: 12px;
    color: #ffffff4d;
}

.chat-help p.example b {
    font-weight: 400;
}

#chat .chat-bot {
    padding: 10px;
    background-color: rgb(11, 13, 21);
    display: inline-block;
    width: 100%;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#090b11), to(#0d111b));
    background: -webkit-linear-gradient(left, #090b11 0%, #0d111b 100%);
    background: -moz-linear-gradient(left, #090b11 0%, #0d111b 100%);
    background: -o-linear-gradient(left, #090b11 0%, #0d111b 100%);
    background: linear-gradient(90deg, #090b11 0%, #0d111b 100%);
    border: 0;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#chat .chat-bot .msg-data {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    padding: 0px 4px 0 0;
    height: 16px;
    margin-bottom: 4px;
}

#chat .chat-bot .msg-data span.title {
    float: left;
    line-height: 16px;
    margin-left: 10px;
}

#chat .chat-bot .msg-data span.title i {
    float: right;
    font-size: 16px;
    margin-left: 10px;
    color: #ffffff40;
}

#chat .chat-bot .chat-rules {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #000;
}

#chat .chat-bot .chat-rules li {
    display: inline-block;
    font-size: 12px;
    display: block;
}

#chat .chat-bot .chat-rules li:first-child {
    margin-bottom: 10px;
}

#chat .chat-bot .msg-data .bot {
    float: left;
    background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c));
    background: -webkit-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -moz-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -o-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%);
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    color: #000;
    color: #0d0c1d;
    font-weight: 900;
    padding: 0 10px;
    padding: 0px 10px;
    border-radius: 2px;
    text-transform: capitalize;
    margin-top: 0 !important;
    line-height: 15px;
}

#chat .chat-bot .msg-data .time {
    float: left;
    font-weight: 300;
    font-size: 11px;
    margin: 0;
    margin-left: 10px;
    line-height: 16px;
}

#chat .chat-bot .rain-title {
    margin: 0;
    font-size: 12px;
    color: #ffffff80;
    margin-bottom: 5px;
}

#chat .chat-bot .rain-title b {
    color: #ffc107;
    text-shadow: 0 3px 7px rgba(255, 235, 59, 0.37);
}

#chat .chat-bot .rain-title span {
    color: #ffc107;
    text-shadow: 0 3px 7px rgba(255, 235, 59, 0.37);
    font-weight: 800;
}

#chat .chat-bot .rain-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

#chat .chat-bot img {
    display: inline-block;
    width: 14px;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

#chat .chat-bot .rain-list > span {
    font-weight: 300;
    cursor: pointer;
    color: #f2c015;
    margin-right: 10px;
    display: inline-block;
}

#chat .chat-bot .rain-list > span.me {
    color: #03A9F4;
    font-weight: 800;
}

#chat .chat-bot .rain-list i {
    margin-right: 4px;
    font-size: 10px;
}

#chat .chat-bot .tip-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.51);
}

#chat .chat-bot .tip-info img {
    display: inline-block;
    width: 14px;
    position: relative;
    top: 3px;
}

#chat .chat-bot .tip-info span {
    font-weight: 300;
    cursor: pointer;
    color: #f2c015;
}

#chat .chat-bot .tip-info i {
    color: #ffffff;
    margin-right: 4px;
    font-size: 10px;
}

#chat .chat-bot .tip-info p {
    margin: 0;
    color: #ffc107;
    font-style: normal;
    text-shadow: 0 3px 7px rgba(255, 235, 59, 0.37);
    font-weight: 800;
}

.chat-message .chat-user-act {
    float: right;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    padding: 0 3px;
    display: none;
}

.chat-message:hover .chat-user-act {
    display: inline-block;
}

.chat-user-act:hover {
    color: #fff !important;
}

.msg > .chat-user-act {
    position: absolute;
    top: 4px;
    right: 4px;
}

.chat-actions {
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.emoji-picker {
    display: none;
}

.emoji-picker.active {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin: 5px 0;
    background-color: #05040d;
    max-height: 100px;
    overflow-y: auto;
    text-align: center;
    margin-bottom: 0;
    float: left;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.emoji-picker p {
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.emoji-picker span {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

.sidebar-header.ui {
}

.sidebar-header.ui .avatar {
    float: left;
    width: 40px;
    border-radius: 30px;
}

.sidebar-header.ui .sidebar-back {
    float: left;
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.34);
}

.sidebar-header.ui .sidebar-back:hover {
    color: #fff;
}

.sidebar-header.ui .sidebar-back b {
    position: absolute;
    bottom: -4px;
    font-size: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.sidebar-header.ui .sidebar-back i {
    line-height: 26px;
}

.sidebar-header .user-data {
    margin: 0;
    float: left;
    font-size: 12px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

.sidebar-header .user-data .first {
    font-weight: 600;
}

.sidebar-header .user-data .second {
    color: #ffffff6e;
}

.sidebar-header .overlay {
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
    padding-right: 0;
}

.sidebar-header .overlay span {
    color: rgba(255, 255, 255, 0.3);
    min-width: 20px;
    text-align: center;
    float: right;
    padding: 0 5px;
    cursor: pointer;
    margin-left: 0px;
    height: 36px;
    width: 40px;
    text-align: center;
    font-size: 20px;
}

.sidebar-header .overlay span:hover {
    color: #b5184d;
}

.sidebar-header .overlay span i {
    line-height: 35px;
}

.chat-bet {
    display: inline-block;
    width: 100%;
    padding: 3px;
    border-radius: 4px;
    background-color: #649d22;
    background: -webkit-linear-gradient(to right, #649d22, #3b690a);
    background: linear-gradient(to right, #649d22, #3b690a);
    cursor: pointer;
}

.chat-bet.l {
    background-color: #c44037;
    background: -webkit-linear-gradient(to right, #c44037, #880900);
    background: linear-gradient(to right, #c44037, #880900);
}

.chat-bet img {
    float: left;
    margin-right: 5px;
}

.chat-bet .profit {
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 16px;
    font-weight: 600;
}

.chat-bet .data {
    display: block;
    font-size: 12px;
    color: #000000;
}

.bet-author {
    margin: 0;
    text-align: right;
    font-size: 10px;
}

.bet-author span {
    padding: 0 8px;
    font-family: Roboto;
}

@media screen and (max-width: 992px) {
    .mobile-show-chat {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 2;
        background-color: #3a43b7;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 22px;
        border-radius: 50%;
        box-shadow: 0 0 5px #000;
        cursor: pointer;
        display: inline-block !important;
    }

    .mobile-show-chat i {
        line-height: 40px;
    }

    .mobile-close-chat {
        display: inline-block !important;
        float: left;
        position: relative;
        background-color: #293240;
        color: #fff;
        margin-right: 10px;
        padding: 3px 8px;
        font-size: 14px;
        border-radius: 19px;
    }

    .sidebar.mobile {
        position: fixed;
        top: 0;
        left: 0 !important;
        z-index: 2;
        width: 100%;
    }

    .sidebar.mobile .chat-content {
    }

    .sidebar.mobile .chat-footer {
        bottom: 0 !important;
    }
}