<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import './zalo-button.css';

.toolbox_container {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    background: #f6f6f6;
    z-index: 101;
    top: unset;
    bottom: 0;
    border-top: 1px solid lightgray;
    position: fixed;
    padding: 0px 10px 5px;
}

.share_comments {
    height: 40px;
    /* max-width: 345px; */
    margin: auto;
    padding-top: 6px;
}

.toolbox_container .share_comments .social {
    width: 100%;
    float: left;
}

.share_counts {
    margin-right:3px;
}

.toolbox_container .share_comments #share_counts .share_counts_new, .toolbox_container .share_comments .comments_count_new {
    font-size: 11px;
    font-family: 'Roboto Bold';
}

.toolbox_container .share_comments #share_counts .shares_new, .toolbox_container .share_comments .comments_new {
    font-size: 11px;
    font-family: 'Roboto Bold';
}

.social span, .social .major_social span {
    display: inline-block;
    color: #212121;
    width: unset;
    height: unset;
    font-size: unset;
    text-align: unset;
    padding-top: unset;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: initial;
}

.toolbox_container .share_comments #share_counts .friends_read {
    font-size: 12px;
    font-family: 'Roboto Regular';
}

.share_counts_wrapper &gt; span {
    font-size: 14px !important;
}

.social .major_social {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 30px;
}
.etv-sticky-share {
    display: none;
}

.etv-sticky-share &gt; a.share_btn, .etv-sticky-share a.epochshare-action {
    background-color: transparent;
    color: #212121;
    width: auto;
    font-size: 14px;
}

#share_now &gt; a.share_btn .share_img {
    /* width: 14px !important; */
    height: auto !important;
    vertical-align: middle;
    margin-right: 3px;
}

#share_now &gt; a.email_btn {
    /* width: 43%; */
    height: 30px;
    /* background: #F3C13C; */
    color: black;
    display: inline-flex;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    margin-right: 8px;
}

#share_now &gt; a.email_btn .email_img {
    width: 15px !important;
    height: auto !important;
    vertical-align: middle;
    margin-right: 3px;
}
#share_now a.menu-item-footer img {
    width: 14px !important;
}
.toolbox_container .share_comments .comments {
    width: 37%;
    max-width: 124px;
    float: right;
    padding-left: unset;
    text-align: unset;
}

.toolbox_container .share_comments .cmt_link {
    color: #000;
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
    vertical-align: unset;
    display: unset;
    margin-top: 12px;
}

.toolbox_container .share_comments .comments .comments_new_wrapper {
    margin-top: 5px;
}

#show_comments {
    display: inline-flex;
    width: 90%;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: black;
    border-radius: 3px;
    padding: unset;
    align-items: center;
    justify-content: center;
}

#show_comments .comment_img {
    width: 14px;
    vertical-align: middle;
    margin-right: 3px;
}

#show_comments .comments_txt {
    height: 100%;
    vertical-align: middle;
    padding-top: 4px;
}
@media screen and (max-width: 767px){
   .etv-sticky-share {
    display: block;
   }
}
@media screen and (max-width: 480px){
    #share_now a.menu-item-footer:first-child {
        display: none;
    }
}</pre></body></html>