 .tg {
     padding: 0px;
     margin: 0px;
     overflow-x: hidden;
}
 .tg-head {
     height: 54px;
     background-color: var(--body-panel-color);
     border: 1px solid var(--line-border);
     border-radius: 2px 2px 0 0;
     padding: 5px;
     overflow: hidden;
}
 .tg-logo {
     height: 40px;
     width: 46px;
     text-align: center;
}
 .tg-logo-img {
     width: 40px;
     margin-top: 2px;
}
 .tg-info {
     margin-top: 20px;
     margin-left: 20px;
     position: absolute;
     left: 50px;
     top: 7px;
}
 .cursor-pointer {
     cursor: pointer;
}
 .tg-chat-title {
     font-weight: bold;
     overflow: hidden;
     height: 19px;
}
 .tg-count-members {
     color: var(--body-color);
     font-size: 12px;
}
 .tg-body {
     background: var(--body-panel-color);
     border-radius: 0;
     border-width: 0;
     overflow-y: scroll;
     overflow-x: hidden;
     height: 503px;
}
 .post-avatar {
     margin-left: 5px;
     display: table-cell;
     vertical-align: top;
     margin-top: 10px 
}
 .post-avatar img {
     width: 35px;
     height: 35px;
}
 .tgw_item {
     display: table;
     margin-bottom: 5px;
     margin-top: 5px;
}
 .post-body {
     max-width: 432px;
     padding-left: 10px;
     display: table-cell;
     font-size: 13px;
     color: #000;
}
 .post-body-inner {
     overflow: hidden;
     background-color: var(--body-panel-color);
     border-radius: 10px;
     padding: 8px 12px 8px 12px;
     color: var(--body-color);
}
 .post-author {
     color: #ce6749;
     font-weight: 600;
}
 .post-date {
     margin-top: 0px;
     color: #d2d0d0;
     text-align: right;
     font-size: 11px;
}
 .post-img-outer {
     padding-top: 5px;
     padding-bottom: 5px;
}
 .post-img-outer img {
     max-width: 100%;
}
 .day-block {
     text-align: center;
     margin-top: 12px;
}
 .day-block-inner {
     background-color: var(--bg-alert-primary-color);
     padding: 3px;
     text-align: center;
     width: 110px;
     border-radius: 10px;
     margin-left: auto;
     margin-right: auto;
     padding-left: 15px;
     padding-right: 15px;
}
 .hide {
     display: none;
}
 .pull-right {
     float: right;
}
 .img-circle {
     border-radius: 50%;
}
 .father_icon {
     float: left;
     width: 37px;
     border-top: 1px solid #1d7baa;
     cursor: pointer;
     background: #1d7baa;
     text-align: center;
     color: #fff;
     padding-top: 7px;
     min-height: 27px;
}
 .father_icon:hover {
     background: #1D93D3;
}
 .new_message_alert, .old_message_alert {
     background: #5d5d5d;
     color: #fff;
     text-align: center;
     height: 25px;
     opacity: 0.8;
     border-radius: 10px;
     padding-top: 5px;
}
 .old_message_alert {
     margin-top: 6px;
     cursor: pointer;
     max-width: 424px;
     padding-left: 10px;
     margin-left: 10px;
}
 .loading {
     text-align: center;
     padding: 10px;
}
 .remove_update {
     cursor: pointer;
}
 .tg-head {
     height: 55px;
     background-color: var(--bg-color);
     border-radius: 10px;
     padding: 5px;
     overflow: hidden;
}
 .tg-chat-title {
     display: inline;
     padding: .2em .6em .3em;
     font-size: 80%;
     line-height: 1;
     color: #181A20;
     background: var(--main-color);
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: 10px;
}
 .cursor-pointer {
     color: var(--body-color);
     font-size: 12px;
     border-bottom: 1px solid var(--line-border);
}
 .tgw_item {
     width: 100%;
     border-radius: 10px;
     padding-top: 15px;
}
 .post-date {
     margin-top: 0px;
     background-color: var(--bg-body-color);
     color: var(--body-color);
     text-align: right;
     font-size: 13px;
}
 .old_message_alert {
     margin-top: 6px;
     cursor: pointer;
     max-width: 100%;
     padding-left: 10px;
     margin-left: 10px;
}
 .post-body {
     margin-top: 10px;
     padding-left: 6px;
     display: table-cell;
     font-size: 13px;
     color: var(--body-color);
     background-color: var(--bg-color);
     border: 1px solid var(--line-border);
     border-radius: 10px;
}
