.header-top {
    background: #2E8B57;
}

.top-nav-search-btn {
    color: #1e8ae5;
}

.social-link {
    background: #1e8ae5;
}

.ms-auto {
    margin-left: auto !important;
}

.h-comment {
    margin-left: 14px;
}


.flex-shrink-0 {
    margin-right: 20px;
}

.slide-berita {
    width: 100%;
    border-radius: 7px;
    background: #f7f7f7;
    margin-bottom: 16px;
}

.breadcrumb {
    border-radius: 0px;
    background: #2E8B57;
}

.breadcrumb-item {
    font-weight: 300;
    color: white;
}

.caption {
    font-style: italic;
    font-size: 14px;
    background: #f7f7f7;
    text-align: center;
    padding: 10px;
}

.tag {
    border-radius: 5px;
    padding: 5px;
    color: white;
    background: #0b68b7;
}

.tags-item {
    border-radius: 5px;
    padding: 5px;
    color: #1e8ae5;
    background: #f7f7f7;
}

.comment-content {
    display: flex;
}

.comment-content .user-avatar img {
    border-radius: 50%;
    width: 60px;
    padding: 12px;
    margin-right: 12px;
}

.time-stamp {
    font-size: 12px;
}

.comment-block ol li {
    list-style: none !important;
}

.breadcrumb-item {
    color: #f7f7f7;
}

.breadcrumb-header {
    background: #2E8B57;
}

.breadcrumb-item .active {
    color: white;
}

.line-bottom-theme-colored1 {
    border-color: #0b68b7;
}

.bg-gray {
    background: #AFEEEE;
}

.post-date {
    margin-top: -20px;
    margin-left: -20px;
    padding: 5px 10px 5px 10px;
    background: #0b68b7;
    border-radius: 5px;
}