.horizontal-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.horizontal-list li {
    margin-right: 20px;
    padding: 5px;
    /* font-size:15px; */
    cursor: pointer;
}

.horizontal-list .active {
    font-weight: bold;
    border-radius: 10px;
    background: #333435;
    color: #ffffff;
    /* font-size:15px; */
}

.user-profile {
    display: flex;
    align-items: center;
    padding: 10px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.user-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-border {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.user-profile img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.user-profile div.publish-date {
    font-size: 12px;
    padding-top: 5px;
}

.blog-content-background {
    background: #333435;
    padding: 10px;
}

.blog-content-button-background {
    background: #efefef;
    padding: 10px;
    text-align: center;
}

.blog-title-font {
    color: #fff;
    font-size: 20px !important;
    text-align: center;
}

.blog-title-desc {
    text-align: center;
    font-size: 14px !important;
    color: #fff;
}

.blog-button {
    background: #fff !important;
    color: #222 !important;
    font-size: 16px !important;
    border: 1px solid #ddd;
}

.blog-subscriber {
    color: #666;
    font-size: 14px;
    text-align: center;
}

#login_text {
    display: none;
}

#pagination_nav>li {
    cursor: pointer;
}

#pagination_nav>li>a,
.pointer_none {
    pointer-events: none;
}

.text_ellip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#md_login {
    display: none;
}

#md_register {
    display: none;
}

#md_login_text {
    display: none;
}

#nav_sc_select {
    display: none;
}

.po_re {
    position: relative;
}

.po_re .chat_icon {
    position: absolute;
    width: 26px;
    right: 0;
    margin-left: 10px;
    margin-right: 10px;
    top: 0;
    cursor: pointer;
}

#modal_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

#modal_content {
    max-height: calc(100% - 150px);
    width: 80%;
    background: #fff;
    min-width: 500px;
    overflow-y: auto;
    margin-left: 10%;
    margin-top: 100px;
    padding: 15px;
    border-radius: 5px;
}

.time_box {
    position: relative;
    display: inline-block;
    width: calc(100% - 125px);
}

.q_q,
.q_q_n,
.q_q_r {
    position: absolute;
}

.q_q_r {
    top: 18px;
    font-size: 18px;
    font-weight: 600;
}

.q_q {
    width: 12px;
    height: 12px;
    border: 2px solid #aaa;
    display: inline-block;
    left: 94px;
    border-radius: 6px;
    background: #fff;
    top: 25px;
}

.q_q_n {
    top: 43px;
    color: #333;
}

.div_time {
    padding-left: 20px;
    border-left: 1px dashed #aaa;
    width: 100%;
    display: inline-block;
    margin-left: 100px;
}

.close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    cursor: pointer;
}