.global_chat_thumbnail {
    border: 5px solid #30b261;
    border-radius: 5px;
    padding: 5px
}

.global_chat_divider {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 1.5px;
    padding-top: 1.5px
}

.global_chat_divider:before {
    background-color: rgba(0,0,0,.5);
    content: '';
    display: block;
    height: 2px
}

.global_chat_name {
    display: block;
    font-size: 0;
    line-height: 20px;
    min-height: 20px;
    word-break: break-word
}

.global_chat_bold {
    font-weight: 600
}

.global_chat_focus {
    opacity: .7
}

.global_chat_model {
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap
}

.global_chat_custom {
    display: none;
    font-size: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0
}

.global_chat_drop {
    background-color: #ffffff;
    color: #666d73;
    width: calc(100% - 20px);
    position: absolute;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    top: 0;
    height: 100%;
}

.global_chat_form {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none
}

.global_chat_form:focus {
    outline: 0
}

.global_chat_form:not(.global_chat_small):not(.global_chat_media) {
    border-radius: 5px;
    min-height: 40px;
    padding: 10px;
    transition: box-shadow .25s
}

.global_chat_form.global_chat_media:not(.global_chat_small) {
    min-height: 40px;
    padding: 10px 0
}

.global_chat_form.global_chat_small:not(.global_chat_media) {
    border-radius: 5px;
    min-height: 20px;
    padding: 0 10px;
    transition: box-shadow .25s
}

.global_chat_form.global_chat_media.global_chat_small {
    min-height: 20px;
    padding: 0
}

select.global_chat_form {
    background-image: url(content/select.global_chat_png);
    background-origin: content-box;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 10px
}

.global_chat_form:not(:focus):not(.global_chat_second):not(.global_chat_media) {
    box-shadow: inset 0 0 5px 0 #30b261
}

.global_chat_form:focus:not(.global_chat_second):not(.global_chat_media) {
    box-shadow: inset 0 0 10px 0 #159a80
}

.global_chat_form:not(:focus).global_chat_second {
    box-shadow: inset 0 0 5px 0 transparent
}

.global_chat_form:focus.global_chat_second {
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1)
}

.global_chat_half {
    max-height: 50%;
    max-width: 50%
}

.global_chat_full {
    max-height: 100%;
    max-width: 100%
}

.global_chat_check {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.global_chat_center {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.global_chat_inner {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%
}

.global_chat_online {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0
}

.global_chat_handle {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.global_chat_progress {
    background-color: #30b261;
    border-radius: 5px;
    display: block;
    height: 20px;
    overflow: hidden
}

.global_chat_progress>i {
    background-color: #159a80;
    display: block;
    height: 100%;
    transition: width .25s;
    width: 0
}

.global_chat_above,.global_chat_over {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
}

.global_chat_above:not(:first-child) {
    margin-top: 5px
}

.global_chat_over:not(:first-child) {
    margin-top: 10px
}

.global_chat_above:not(:last-child) {
    margin-bottom: 5px
}

.global_chat_over:not(:last-child) {
    margin-bottom: 10px
}

.global_chat_classic {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px
}

.global_chat_classic:first-child {
    margin-top: -10px
}

.global_chat_classic:last-child {
    margin-bottom: -10px
}

.global_chat_definition {
    display: block;
    height: 180px;
    margin-left: -10px;
    margin-right: -10px;
    max-width: calc(100% + 20px);
    overflow: hidden;
    position: relative;
    width: 360px
}

.global_chat_definition>img,.global_chat_definition>video {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.global_chat_definition>span {
    background-color: rgba(0,0,0,.5);
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    white-space: nowrap
}

.global_chat_spacing {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px
}

.global_chat_dimension {
    display: block;
    font-size: 0;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    width: 180px
}

.global_chat_dimension>i {
    cursor: pointer;
    display: inline-block;
    transition: all .25s;
    vertical-align: top
}

.global_chat_dimension>i:not(.global_chat_active):not(:hover) {
    background-color: #30b261;
    border: 1px solid #159a80
}

.global_chat_dimension>i.global_chat_active,.global_chat_dimension>i:hover {
    background-color: #159a80;
    border: 1px solid #30b261
}

.global_chat_content {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.global_chat_counter {
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.global_chat_menu {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    transition: background-color .25s
}

.global_chat_menu.global_chat_active,.global_chat_menu.global_chat_hover:hover,a.global_chat_menu:hover {
    background-color: rgba(0,0,0,.1)
}

.global_chat_figure {
    background-color: #ffffff;
    border-radius: 5px;
    color: #666d73;
    display: block;
    padding: 10px
}

.global_chat_widget {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #30b261;
    display: block;
    padding: 10px
}

.global_chat_navigate {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.global_chat_forward {
    background-color: #EDEDED;
    border-radius: 5px;
    color: #666d73;
    display: block;
    padding: 10px
}

.global_chat_miniature {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px
}

.global_chat_section {
    display: block;
    padding-left: 10px;
    padding-right: 10px
}

.global_chat_slider {
    animation-iteration-count: infinite;
    animation-name: slider;
    animation-timing-function: linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.global_chat_preview {
    display: block;
    font-size: 0;
    margin-left: -11px;
    margin-right: -10px;
    margin-top: -1px
}

.global_chat_preview>.global_chat_preview-item {
    display: inline-block;
    margin-left: 1px;
    margin-top: 1px;
    position: relative;
    vertical-align: top
}

.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(4)~.global_chat_preview-item:nth-child(4),.global_chat_preview>.global_chat_preview-item:only-child {
    width: calc(100% - 1px)
}

.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(2),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(2)~.global_chat_preview-item,.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(5)~.global_chat_preview-item:nth-last-child(-n+2) {
    width: calc(50% - 1px)
}

.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(3),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(3)~.global_chat_preview-item,.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(4),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(4)~.global_chat_preview-item:not(:last-child),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(5),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(5)~.global_chat_preview-item:not(:nth-last-child(-n+2)),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(6),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(6)~.global_chat_preview-item,.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(7)~.global_chat_preview-item:nth-last-child(-n+3) {
    width: calc(33.33333333% - 1px)
}

.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(7),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(7)~.global_chat_preview-item:not(:nth-last-child(-n+3)),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(n+8),.global_chat_preview>.global_chat_preview-item:first-child:nth-last-child(n+8)~.global_chat_preview-item {
    width: calc(25% - 1px)
}

.global_chat_preview>.global_chat_preview-item>img {
    height: 100%;
    width: 100%
}

.global_chat_preview>.global_chat_preview-item>span {
    background-color: rgba(0,0,0,.5);
    border-radius: 5px;
    bottom: 10px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    white-space: nowrap
}

.global_chat_preloader {
    animation: rotate 1s linear infinite;
    border-color: #30b261 #30b261 transparent transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    width: 40px
}

.global_chat_reply {
    background-color: rgba(0,0,0,.1);
    border-radius: 5px;
    display: block;
    padding: 10px
}

.global_chat_card {
    display: block;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

.global_chat_btn {
    font-size: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.global_chat_btn.global_chat_disabled:not(.global_chat_second):not(.global_chat_media),.global_chat_btn.global_chat_hover:not(.global_chat_second):not(.global_chat_media):not(.global_chat_active):not(:hover),.global_chat_btn:not(.global_chat_second):not(.global_chat_media):not(.global_chat_active):not(.global_chat_hover):not(a):not(button),.global_chat_btn[disabled]:not(.global_chat_second):not(.global_chat_media),a.global_chat_btn:not(.global_chat_second):not(.global_chat_media):not(.global_chat_active):not(:hover),button.global_chat_btn:not(.global_chat_second):not(.global_chat_media):not(.global_chat_active):not(:hover) {
    background-color: #30b261;
    border: 1px solid #30b261;
    color: #ffffff
}

.global_chat_btn.global_chat_active:not(.global_chat_disabled):not([disabled]):not(.global_chat_second):not(.global_chat_media),.global_chat_btn.global_chat_hover:not(.global_chat_disabled):not([disabled]):not(.global_chat_second):not(.global_chat_media):hover,a.global_chat_btn:not(.global_chat_disabled):not([disabled]):not(.global_chat_second):not(.global_chat_media):hover,button.global_chat_btn:not(.global_chat_disabled):not([disabled]):not(.global_chat_second):not(.global_chat_media):hover {
    background-color: #159a80;
    border: 1px solid #159a80;
    color: #ffffff
}

.global_chat_btn:not(.global_chat_small):not(.global_chat_media) {
    border-radius: 5px;
    height: 40px;
    line-height: 20px;
    padding: 9px;
    transition: all .25s
}

.global_chat_btn.global_chat_media:not(.global_chat_small) {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    height: 40px;
    line-height: 20px;
    padding: 10px 0
}

.global_chat_btn.global_chat_small:not(.global_chat_media) {
    border-radius: 5px;
    height: 20px;
    line-height: 18px;
    padding: 0 9px;
    transition: all .25s
}

.global_chat_btn.global_chat_media.global_chat_small {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    height: 20px;
    line-height: 20px;
    padding: 0
}

.global_chat_btn:not(.global_chat_media):not(.global_chat_small)>i:first-child,.global_chat_btn:not(.global_chat_media):not(.global_chat_small)>img:first-child {
    margin-left: -5px
}

.global_chat_btn:not(.global_chat_media):not(.global_chat_small)>i:last-child,.global_chat_btn:not(.global_chat_media):not(.global_chat_small)>img:last-child {
    margin-right: -5px
}

.global_chat_btn.global_chat_small:not(.global_chat_media)>i:first-child,.global_chat_btn.global_chat_small:not(.global_chat_media)>img:first-child {
    margin-left: -8px
}

.global_chat_btn.global_chat_small:not(.global_chat_media)>i:last-child,.global_chat_btn.global_chat_small:not(.global_chat_media)>img:last-child {
    margin-right: -8px
}

.global_chat_btn:not(.global_chat_small)>i {
    display: inline-block;
    font-size: 24px;
    vertical-align: top
}

.global_chat_btn.global_chat_small>i {
    display: inline-block;
    font-size: 12px;
    vertical-align: top
}

.global_chat_btn:not(.global_chat_media):not(.global_chat_small)>i {
    line-height: 30px;
    margin-bottom: -5px;
    margin-top: -5px;
    width: 30px
}

.global_chat_btn.global_chat_media:not(.global_chat_small)>i {
    line-height: 40px;
    margin-bottom: -10px;
    margin-top: -10px;
    width: 40px
}

.global_chat_btn:not(.global_chat_media):not(.global_chat_small)>img {
    height: 30px;
    margin-bottom: -5px;
    margin-top: -5px;
    max-width: unset;
    vertical-align: top;
    width: 30px
}

.global_chat_btn.global_chat_media:not(.global_chat_small)>img {
    object-fit: cover;
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    margin-bottom: -10px;
    margin-top: -10px;
    max-width: unset;
    vertical-align: top;
    width: 40px;
}

.global_chat_btn.global_chat_small:not(.global_chat_media)>i {
    line-height: 14px;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 14px
}

.global_chat_btn.global_chat_small.global_chat_media>i {
    line-height: 20px;
    width: 20px
}

.global_chat_btn.global_chat_small:not(.global_chat_media)>img {
    height: 14px;
    margin-bottom: 2px;
    margin-top: 2px;
    max-width: unset;
    vertical-align: top;
    width: 14px
}

.global_chat_btn.global_chat_small.global_chat_media>img {
    height: 20px;
    max-width: unset;
    vertical-align: top;
    width: 20px
}

.global_chat_btn.global_chat_second.global_chat_disabled,.global_chat_btn.global_chat_second:not(.global_chat_active),.global_chat_btn.global_chat_second[disabled] {
    background-color: transparent;
    border: 1px solid transparent;
    color: inherit
}

.global_chat_btn.global_chat_hover.global_chat_second:not(.global_chat_disabled):not([disabled]):hover,.global_chat_btn.global_chat_second:not(.global_chat_disabled):not([disabled]).global_chat_active,a.global_chat_btn.global_chat_second:not(.global_chat_disabled):not([disabled]):hover,button.global_chat_btn.global_chat_second:not(.global_chat_disabled):not([disabled]):hover {
    background-color: rgba(0,0,0,.1);
    border: 1px solid transparent;
    color: inherit
}

.global_chat_fill {
    display: inline-block;
    font-size: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    white-space: nowrap
}

.global_chat_justified {
    display: flex;
    position: relative
}

.global_chat_fill>.global_chat_btn:first-child:not(:last-child):not(.global_chat_addon),.global_chat_fill>.global_chat_fill:first-child:not(:last-child)>.global_chat_addon,.global_chat_fill>.global_chat_fill:first-child:not(:last-child)>.global_chat_btn:last-child,.global_chat_fill>.global_chat_fill:first-child:not(:last-child)>.global_chat_form:last-child,.global_chat_fill>.global_chat_form:first-child:not(:last-child):not(.global_chat_addon),.global_chat_justified>.global_chat_btn:first-child:not(:last-child):not(.global_chat_addon),.global_chat_justified>.global_chat_fill:first-child:not(:last-child)>.global_chat_addon,.global_chat_justified>.global_chat_fill:first-child:not(:last-child)>.global_chat_btn:last-child,.global_chat_justified>.global_chat_fill:first-child:not(:last-child)>.global_chat_form:last-child,.global_chat_justified>.global_chat_form:first-child:not(:last-child):not(.global_chat_addon) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.global_chat_fill>.global_chat_addon:not(:first-child),.global_chat_fill>.global_chat_btn:last-child:not(:first-child),.global_chat_fill>.global_chat_fill:last-child:not(:first-child)>.global_chat_btn:first-child,.global_chat_fill>.global_chat_fill:last-child:not(:first-child)>.global_chat_form:first-child,.global_chat_fill>.global_chat_form:last-child:not(:first-child),.global_chat_justified>.global_chat_addon:not(:first-child),.global_chat_justified>.global_chat_btn:last-child:not(:first-child),.global_chat_justified>.global_chat_fill:last-child:not(:first-child)>.global_chat_btn:first-child,.global_chat_justified>.global_chat_fill:last-child:not(:first-child)>.global_chat_form:first-child,.global_chat_justified>.global_chat_form:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.global_chat_fill>.global_chat_btn:not(:first-child):not(:last-child):not(.global_chat_addon),.global_chat_fill>.global_chat_fill:not(:first-child):not(:last-child)>.global_chat_btn,.global_chat_fill>.global_chat_fill:not(:first-child):not(:last-child)>.global_chat_form,.global_chat_fill>.global_chat_form:not(:first-child):not(:last-child):not(.global_chat_addon),.global_chat_justified>.global_chat_btn:not(:first-child):not(:last-child):not(.global_chat_addon),.global_chat_justified>.global_chat_fill:not(:first-child):not(:last-child)>.global_chat_btn,.global_chat_justified>.global_chat_fill:not(:first-child):not(:last-child)>.global_chat_form,.global_chat_justified>.global_chat_form:not(:first-child):not(:last-child):not(.global_chat_addon) {
    border-radius: 0
}

.global_chat_navigation {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: auto
}

.global_chat_navigation>.global_chat_navigation-item {
    display: block;
    padding: 10px;
    position: relative;
    width: 100%
}

.global_chat_navigation>.global_chat_navigation-item:before {
    background-color: #30b261;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%
}

.global_chat_navigation>.global_chat_navigation-item:after {
    background-color: #159a80;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    transition: all .25s
}

.global_chat_navigation>.global_chat_navigation-item.global_chat_hover:not(.global_chat_active):not(:hover):after,.global_chat_navigation>.global_chat_navigation-item:not(.global_chat_active):not(.global_chat_hover):not(a):after,.global_chat_navigation>a.global_chat_navigation-item:not(.global_chat_active):not(:hover):after {
    left: 50%;
    width: 0
}

.global_chat_navigation>.global_chat_navigation-item.global_chat_active:after,.global_chat_navigation>.global_chat_navigation-item.global_chat_hover:hover:after,.global_chat_navigation>a.global_chat_navigation-item:hover:after {
    left: 0;
    width: 100%
}

.global_chat_place {
    background-color: rgba(0,0,0,.5);
    color: #ffffff
}

.global_chat_toolbar {
    background-color: rgba(0,0,0,.1);
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px
}

.global_chat_control {
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

.global_chat_control>.global_chat_control-right {
    display: block;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
    max-width: 75%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.global_chat_control>.global_chat_control-block {
    display: block;
    margin: auto 5px;
    overflow: hidden;
    width: 100%
}

.global_chat_control>.global_chat_control-center {
    display: block;
    margin: auto;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px
}

.global_chat_control>.global_chat_control-addon {
    display: block;
    margin-left: 5px;
    margin-right: 5px
}

.global_chat_control>.global_chat_control-left {
    display: block;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: auto;
    max-width: 75%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.global_chat_impression {
    background-color: rgba(0,0,0,.5);
    border: 1px solid #30b261;
    color: #ffffff;
    display: none;
    position: absolute
}

.global_chat_impression>i {
    background-color: #30b261;
    border: 1px solid #159a80;
    bottom: -1px;
    cursor: se-resize;
    display: block;
    height: 5px;
    position: absolute;
    right: -1px;
    width: 5px
}

.global_chat_impression>span {
    bottom: 9px;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    max-width: calc(100% - 18px);
    overflow: hidden;
    position: absolute;
    right: 9px;
    white-space: nowrap
}

.global_chat_body {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    width: 100%
}

.global_chat_link {
    display: inline-block;
    font-size: 0;
    vertical-align: top
}

.global_chat_link.global_chat_hover:not(.global_chat_active):not(:hover)>span,.global_chat_link:not(.global_chat_active):not(.global_chat_hover):not(a)>span,a.global_chat_link:not(.global_chat_active):not(:hover)>span {
    text-decoration: underline
}

.global_chat_link.global_chat_active>span,.global_chat_link.global_chat_hover:hover>span,a.global_chat_link:hover>span {
    text-decoration: none
}

.global_chat_statusbar {
    background-color: rgba(0,0,0,.1);
    cursor: ns-resize;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding: 2px 10px
}

.global_chat_statusbar:before {
    content: '';
    display: block;
    height: 1px
}

.global_chat_envelopment {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.global_chat_envelopment>.global_chat_envelopment-addon {
    display: block;
    flex: none;
    margin-left: -10px;
    margin-right: -10px;
    max-height: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

.global_chat_envelopment>.global_chat_envelopment-center {
    display: block;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%
}

.global_chat_envelopment>.global_chat_envelopment-content {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

.global_chat_envelopment>.global_chat_envelopment-filter {
    background-color: rgba(0,0,0,.1);
    display: block;
    position: relative
}

.global_chat_group {
    border-radius: 5px;
    display: block;
    padding: 9px;
    transition: border .25s
}

.global_chat_group.global_chat_hover:not(.global_chat_active):not(:hover),.global_chat_group:not(.global_chat_active):not(.global_chat_hover):not(a),a.global_chat_group:not(.global_chat_active):not(:hover) {
    border: 1px solid #30b261
}

.global_chat_group.global_chat_active,.global_chat_group.global_chat_hover:hover,a.global_chat_group:hover {
    border: 1px solid #159a80
}

.global_chat_field {
    display: block;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.global_chat_listing {
    bottom: 10px;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    position: sticky;
    top: 10px;
    z-index: 1
}

.global_chat_operation {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 10px
}

.global_chat_dialog {
    background-color: #57B5DF;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    padding: 10px
}

.global_chat_align {
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / .15);
    padding: 10px;
    color: #666d73;
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1
}

.global_chat_align.global_chat_active {
    flex: 1
}

.global_chat_align.global_chat_left:not(.global_chat_active) {
    margin-right: 20px;
    width: 320px
}

.global_chat_align.global_chat_right:not(.global_chat_active) {
    margin-left: 20px;
    width: 320px
}

.global_chat_dialog>.global_chat_classic:first-child,.global_chat_figure>.global_chat_classic:first-child,.global_chat_forward>.global_chat_classic:first-child,.global_chat_group>.global_chat_classic:first-child,.global_chat_widget>.global_chat_classic:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.global_chat_dialog>.global_chat_classic:last-child,.global_chat_figure>.global_chat_classic:last-child,.global_chat_forward>.global_chat_classic:last-child,.global_chat_group>.global_chat_classic:last-child,.global_chat_widget>.global_chat_classic:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.global_chat_btn>span,.global_chat_link>span,.global_chat_model>span,.global_chat_name>span {
    display: inline;
    font-size: 14px;
    vertical-align: top
}

.global_chat_btn:not(.global_chat_block),.global_chat_form:not(.global_chat_block) {
    display: inline-block;
    vertical-align: top
}

.global_chat_btn.global_chat_block,.global_chat_form.global_chat_block {
    display: block;
    width: 100%
}

.global_chat_break,.global_chat_btn.global_chat_disabled,.global_chat_btn[disabled],.global_chat_form[disabled] {
    cursor: not-allowed;
    opacity: .5
}

.global_chat_hover,button.global_chat_btn:not(.global_chat_disabled):not([disabled]) {
    cursor: pointer
}

.global_chat_note {
    background-color: #C5F5B4;
    color: #666d73
}

.global_chat_window {
    display: flex;
    height: calc(100vh - 110px);
    position: relative
}

.horizontalmod .global_chat_window {
    height: calc(100vh - 170px);
}

body.global_chat {
    padding-bottom: 0!important
}

body.global_chat:not(.breadcrumb-navigation) .content-page .content {
    padding-top: 20px!important
}

body.global_chat .content-page {
    min-height: auto!important
}

body.global_chat .content-page .content {
    padding-bottom: 20px!important
}

body.global_chat .footer {
    margin-top: 0!important
}

body.global_chat .dropdown-menu.dropdown-menu-fixed {
    top: 0!important;
    min-width: auto!important;
    -webkit-animation: none!important;
    animation: none!important;
}

body.global_chat .client-wrapper {
    padding-bottom: 20px;
}

@media (max-width:1599px) and (min-width: 768px) {
    .global_chat_align.global_chat_addon.global_chat_left:not(.global_chat_active) {
        margin-right: 0;
        position: absolute;
        left: 0
    }
    .global_chat_align.global_chat_addon.global_chat_right:not(.global_chat_active) {
        margin-left: 0;
        position: absolute;
        right: 0
    }
}

@media (max-width:767.98px) {
    .horizontalmod .global_chat_window {
        height: calc(100vh - 110px)!important;
    }

    .global_chat_align {
        position: absolute!important;
        top: 0;
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%!important
    }
}

.global_chat_reactions {
    bottom: 0;
    display: block;
    position: absolute
}

.global_chat_control>.global_chat_control-left .global_chat_reactions {
    right: 20px;
}

.global_chat_control>.global_chat_control-right .global_chat_reactions {
    left: 20px;
}

.global_chat_reaction {
    color: #f1556c!important;
    transition: all .25s
}

.global_chat_control:not(:hover) .dropdown:not(.show) .global_chat_reaction {
    display: none
}

.global_chat_reaction:hover {
    transform: scale(1.5)
}

.global_chat_message_reactions {
    max-width: 240px;
    overflow: auto;
    display: flex;
}

.global_chat_message_reaction {
    display: inline-block;
    padding: 6px;
    margin: 2px;
    border-radius: 50%;
}
.global_chat_message_reaction:hover {
    background: rgba(0,0,0,.05);
}
.global_chat_message_reaction>img {
    width: 24px;
    height: 24px;
    max-width: unset;
}

.global_chat_message__reactions {
    display: block;
}

.global_chat_message__reaction {
    border: 1px solid;
    color: #b1b1b1;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.global_chat_message__reaction.active {
    color: #30b261;
}

.global_chat_message__reaction>img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}