/*variable width*/
div.column {
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1
}

/*hashtag style blue by slashine 071320*/
.mention.hashtag{
background-color: #93AEFD36;
padding: 0px 4px;
text-align: center;
text-decoration: none;
display: inline-block;
border-style: dashed;
border-color: #93AEFD;
border-width: 0.5px;
border-radius: 2px;
margin-top: 2px;
margin-bottom: 2px;
}
    /* width: auto; */
}

label[for=registration_user_invite_request_attributes_text]:before {
    content: '欢迎注册本站，审核时间为北京时间04:30-21:00。审核注册是为了防止机器人恶意注册，所以，请您给我推荐一下喜欢吃的零食~~谢谢。';
    visibility: visible;
    color: yellow;
}

.hero-widget__text a {
    color: #F8927C;
    text-decoration: none;
}
.hero-widget__text em {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: 700;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #F8927C;
}
/*emoji enlarge written by bgme*/
.reply-indicator__content .emojione, 
.status__content .emojione {
    width: 38px !important;
    height: 38px !important;
}
/*长图*/
.image-loader {
    align-items: center;
}
.zoomable-image {
    display: flex;
    max-height: 100%;
    max-width: 98%;
    overflow: auto !important;
}

.zoomable-image img {
	max-height: 100%;
    max-width:100%;
}
/*toot button - By slashine 073020*/
div.drawer button.button--block
{
text-indent: -99999px;
line-height: 0;
}
div.drawer button.button--block::after
{
content: "嘟嘟！";
text-indent: 0;
line-height: initial;
display: block;
margin-top: 0rem;
}

.user-role-4 {
  --user-role-accent: #87CEFA;
}

.user-role-5 {
  --user-role-accent: #87cefa;
}

.user-role-2 {
  --user-role-accent: #40c4ce;
}

.user-role-3 {
  --user-role-accent: #00ffff;
}

