.streamchat_header.color_bg_division_section_title.font_color_section_title {
    font-size: 10px;
    padding-top: 2px;
    text-align: center;
    overflow: hidden;
}
.streamchat_select {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-align: center
} 
#streamchat_select {
    border: none;
    display: inline-block;
    font-size: 12px;
    padding-right: 20px;
}
.streamchat_select::after{
    content: '{';
    font-family: Icon-Font;
    pointer-events: none;
    font-size: 8px;
    display: inline-block;
    font-size: 6px;
    display: inline-block;
    position: absolute;
    margin: 5px 3px 0px -15px;
}


#reactions{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;
    overflow: hidden;
    pointer-events: none;

}
#reactions-menu{
    pointer-events: initial;
    background:rgba(255,255,255,.5);
    position:absolute;
    bottom:8px;
    right:16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 128px!important;
    width: 128px;
    border-radius: 64px;
    align-items: center;
    z-index:20;
    box-shadow: 0 0 16px rgba(128,128,128,.2) ;

}

#reactions-btn{ /* toggle expand */
    display: flex;
    width:  128px;
    height: 128px;
    border-radius: 64px;
    z-index:10;
}

#reactions-list{
    display: flex;
    flex:1;
    flex-direction: row-reverse;
    align-items: center;
    width:320px;
    overflow-y: hidden;
    height:128px;
    border-radius: 64px;
    background:rgba(255,255,255,.5);
    transition: all .4s;
}

.reaction-btn{
    display: flex;
    width     :128px;
    min-width :128px;
    height    :128px;
    min-height:128px;
    transition: all .5s;
    transform: scale(.75);
}
.reaction-btn:hover { transform: scale(1); }

.myreaction{
    position: absolute;
    display: block;
    width :128px;
    min-width:128px;
    height:128px;
    min-height:128px;
    z-index:30;
    /*background: url('reactions.png') top left / 256px 256px no-repeat;*/
    transform: scale(.75) translate(-128px, 128px);
    transform-origin: center;
    /*animation: slide-out-top 4s cubic-bezier(.77,0.000,.175,1.000) forwards;*/
    animation: myreaction 4s linear forwards;
}


/* animations */
@keyframes myreaction{
    0%  { transform:scale(.25) translate(-128px, 128px);  opacity:1}
    5%  { transform:scale(.5) translate(-64px, 32px);      opacity:1}
    15%  { transform:scale(.5) translate(0px,  0px);      opacity:1}
    30%  { transform:scale(.5) translate(32px, -32px); opacity:1}
    80%  { opacity:1}
    100%{ transform:scale(.25) translate(32px, -840px); opacity:0}
}

@keyframes reaction{
    0%  { transform:scale(.0625) translate(-128px, 128px);  opacity:1}
    8%  { transform:scale(.125) translate(-64px, 0);       opacity:1}
    90% { opacity:1}
    100%{ transform:scale(.125) translate(-64px, -2048px); opacity:0}
}


#reactions-overlay {
    user-select: none;
    -webkit-user-select: none;
    display: block;
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index:8;
    pointer-events: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#reactions-list::-webkit-scrollbar {display: none}
/* Hide scrollbar for IE, Edge and Firefox */
#reactions-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#reactions-btn, .reaction-btn, .myreaction, .reaction{ background-repeat: no-repeat;}

#reactions-btn, .reaction-btn {
    cursor: pointer;
}

.reactions-halt{
    opacity:.5;
    transition: all .2s;
}

.reactions-halt .reaction-btn {
    transform: scale(.75);
    transition: all 1.5s;
}

.reactions-halt #reactions-btn{
    opacity:.5;
    transform: scale(.8) rotate(180deg);
    transition: all .2s;
}

/* importante! isto passou para o this.create : #reactions-btn, .reaction-btn, .myreaction{ background: url('reactions.png') top left no-repeat } */
/* for overlay */

.reaction{
    opacity: 0;
    position: absolute;
    display: block;
    right:0;
    left:auto;
    bottom: -128px; /* bottom -128px  = começar de baixo */
    width :128px;
    min-width:128px;
    height:128px;
    min-height:128px;
    z-index:30;
    transform: scale(.001) translate(-128px, 128px);
    animation: reaction 4s linear forwards;
    display: flex;
    width     :128px;
    min-width :128px;
    height    :128px;
    min-height:128px;
}
