@import url("{$host}zb_users/theme/{$theme}/style/css/font_2761470_wlzc7cs9pc.css");
.bottom-nav {
    /* display: none; */
    background-color: white;
}
.col .iconfontr{
    color:#b9b9b9;
    font-size: 1.6rem!important;
}
.bottom-nav .active {
    color:#fff;
}
.thread-nav .iconfont {
    font-size: 25px;
    line-height: 45px;
}
.thread_nav_pop_count {
    position: absolute;
    font-size: 10px;
    top: -12px;
}
.bottom-nav .active .nav_font {
    color:#242424;
}
.nav_font{
    font-size:16px;
    color:#b9b9b9;
    font-weight: 600;
}
.thread_comment_input {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin-top: -2px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5!important;
}

.bottom-nav{
    position: relative;
    display: inline-block;
    /* padding-top: 6px; */
    line-height: 20px;
    color: #9e9e9e;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .bottom-nav {
        display: none !important;
        }
    }
    
@media screen and (max-width: 992px) {
        #footer{margin-bottom: 4rem}
}
    .card-body .message h5 {
        border-left: 4px solid #6293d4;
        text-indent: 16px;
        font-weight: bold;
        padding: 2px 0px;
        margin: 8px 0px;
    }