a {
    color: #0a73e4;
    text-decoration: none;
    background-color: transparent;
}

.other-blog ul li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.blog-detail-author { /* LOGO */
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.card {
    border: 1px solid #efefef !important;
    border-radius: 0px 0px 10px 10px !important;
}
.card-header{
    border: none;
}
.card-header .title{
    font-size: 18px;
    font-weight: 500;
}
.card-header .image{
    height: 70px;width: 70px;
    background: url(https://s3.cloudfly.vn/colorme/files/15737055318fsuE7DHsVWj36r.png) center/cover;
    margin-bottom: -15px;
}

/*Card body display blogs*/
.card-body .blog{
    margin: 20px 0;
}
.card-body .blog-image{
    border: 1px solid #efefef;
    background-size: cover;
    background-position: center center;
    height: 45px;min-width: 60px;
    border-radius: 5px;margin-right: 10px;
}
.card-body .blog-description{
    color: black!important;
}
.editor-view img{
    cursor: zoom-in;
    width: 100%;
    height: auto;
}

.list-blogs li{
    cursor: pointer;
    color: black !important;
    border-radius: 5px;
    background-color: #f8f9fa!important;
    margin: 10px 0;
    padding: 10px 20px;
    line-height: 1.5;
}
.list-blogs li:hover{
    background-color: #e5e5e5 !important;
}
.list-blogs li a{
    color: black;
}
