.cursor-pointer {
    cursor: pointer
}

.global_message__item {
    margin-top: 0;
    padding-top: 5px;
    align-items: center;
}
.box-header {
    padding: 6px 10px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #3e5062;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.extend-box .box-header span {
    float: right;
}

.global_message__item .media-body, .global_message__item .media-left, .global_message__item .media-right {
    vertical-align: middle
}

.global_message__item .media-left .avt-img {
    height: auto !important
}

.global_message__item .media-body .chat-name {
    float: left
}

.global_message__item .media-body .chat-name.link {
    color: #2e89ff;
    margin-right: 5px
}

.global_message__item .media-body p {
    margin-bottom: 0;
    margin-right: 5px;
    white-space: normal;
    word-break: break-word;
    font-size: 13.5px
}

.global_message__item .media-body p strong {
    display: inline;
    color: #354052
}

.global_message__item .media-right {
    text-align: right;
    color: #999;
    padding-right: 5px;
    white-space: nowrap
}

.global_message__item .media-right span {
    font-size: 12px
}

.global_message__item .admin .mess-global {
    font-weight: 700
}

.global_message__item .link.tag {
    background: #c7c7c7;
    color: #000;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 5px 1px
}

@media screen and (max-width: 425px) {
    .global_message__item .media-left, .global_message__item .media-right {
        vertical-align: top;
        letter-spacing: normal
    }

    .global_message__item .media-left .avt-sm {
        top: 0;
        width: 38px;
        height: 38px
    }

    .global_message__item .media-body p {
        font-size: 12px
    }
}


.global-chat-display {
    height: 269px;
    overflow: auto;
    position: relative;
    margin-bottom: 10px;
    transition: height .3s
}

@media screen and (min-width: 992px) {
    .global-chat-display::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 10px
    }

    .global-chat-display::-webkit-scrollbar {
        width: 6px
    }

    .global-chat-display::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
        background-color: #dcdcdc
    }
}


#global-chat {
    overscroll-behavior: contain
}

.global-chat {
    /*background-color: #fff;*/
    padding: 4px;
    /*border-radius: 15px*/
}

.global-chat #formChatText {
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.global-chat .scope-icon {
    padding: 6px 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.global-chat .extend-chat {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 6px;
    margin: 0;
    padding: 5px 5px 2px;
    background: #e7e7e7;
    border-radius: 8px
}

.global-chat .extend-chat:hover {
    background: #dcdcdc
}

.slide {
    margin-top: 20px;
    width: 100%;
    /*height: 340px;*/
    border-radius: 8px;
    transition: height .5s
}

/*.slide .global-chat {*/
/*    border: 1px solid #f0f0f0*/
/*}*/

.slide.extend-box {
    /*height: 490px;*/
   background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        margin-bottom: 20px;
        transition: height .5s
}
.extend-box .box-body {
        padding: 10px;
    position: relative
}
.slide.extend-box .global-chat-display {
    height: 400px;
    transition: height .5s
}

.extend-box__footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #474747;
}

.extend-box__header {
    margin-bottom: 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #474747;
}
    
@media only screen and (max-width: 680px) {
    .slide {
        margin-top: 24px;
        width: 100%;
        height: auto
    }
}

.avt .avt-img {
    min-width: 25px;
}

.avt img {
    border-radius: 50%;
    width: 100%;
}

.avt-sm {
    width: 40px;
    height: 40px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media > .pull-left {
    padding-right: 10px;
}