#blogPage {
    .blog-tags {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        padding: 0 !important;
        margin-top: 17px;
        flex-wrap: wrap;
    }
    .blog-tag {
        color: #00A9E0;
        border-color: #00A9E0;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        margin-top: 5px;
        padding: 6px 20px;
        margin-bottom: 0 !important;
    }
    .widget-blog-title {
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .may-be {
        padding: 0px 0px 0px 0px !important;
    }
    .other-blogs-container {
        padding-bottom: 80px;
    }
    .blog-avatar {
        border-radius: 16px !important;
    }
    .blog-big-card .blog-bottom-stuff .blog-share-page {
        margin: 0;
    }

    .blog-big-card .blog-bottom-stuff {
        margin-bottom: 0;
    }
    .blog-big-card_v2 {
        margin-bottom: 0;
        padding-bottom: 75px;
    }
    .blog-share {
        display: flex;
    }
}

.blog-big-card {
    border-radius: 24px;
    box-shadow: 0 4px 20px #B1B1B142;
    border-color: white !important;

    .avatar-btn-container img {
        border-radius: 24px 24px 0 0;
        object-fit: cover;
        width: 100%;
    }
}

.blog-big-card.fullPage {
    box-shadow: none;
    .blog-below-avatar {
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-below-avatar {
    padding: 24px 24px 32px 24px;

    .widget-blog-title {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;

        a {
            color: #343434 !important;
            font-size: 26px;
            font-family: DMSansBlack;
        }
    }
    .blog-date {
        color: #005537;
        font-size: 12px;
        line-height: 24px;
        font-family: DMSansRegular;
    }
    .blog-see-more {
        align-content: flex-end;
        justify-content: flex-end;
        display: grid;
        a {
            color: #9747FF !important;
            font-size: 12px;
            font-family: DMSansSemi;
        }
    }
}

.blog-box-search, .blog-box {
    padding: 22px 40px;
    border: 1px solid #86D8BB;
    border-radius: 24px;
    margin-bottom: 24px;

    .blog-filter-search-container {
        position: relative;

        input {
            color: #343434;
            font-size: 18px;
            font-family: DMSansRegular;
            line-height: 44px;
            border: none;
            border-bottom: 1px solid #86D8BB;
            outline: none;
            width: 100%;
            ::placeholder {
                color: #343434;
            }
        }
        a {
            position: absolute;
            height: 20px;
            min-width: 20px;
            top: 12px;
            right: 0;
        }
    }
}

.blog-box {
    padding: 56px 40px;

    .filter-name {
        color: #005537;
        font-size: 24px;
        font-family: DMSansMedium;
        line-height: 44px;
        border-bottom: 1px solid #86D8BB;
        padding-bottom: 8px;
    }
    .category-items {
        margin-top: 30px;

        .category-counter {
            color: #005537;
            font-size: 16px;
            font-family: DMSansRegular;
            line-height: 28px;
            float: right;
        }
    }
    .blog_category  {
        color: #343434;
        font-size: 16px;
        font-family: DMSansRegular;
        line-height: 28px;
    }
}

.filter-box-see-more {
    margin-top: 30px;
    color: #005537 !important;
    font-size: 14px;
    line-height: 44px;
    font-family: DMSansRegular;
    display: flex;
    align-items: center;
    justify-content: center;
    i {
        margin-left: 8px;
    }
}

.recent-articles {
    .filter-img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        border-radius: 5px;
    }
    .filter-box-container {
        margin-top: 30px;
        display: flex;
    }
    .filter-img-container {
        margin-right: 20px;
    }
    .filter-img-container a {
        width: 80px;
        height: 80px;
        display: block;
    }
    .blog-box-data-title {
        color: #343434;
        font-size: 16px;
        line-height: 28px;
        font-family: DMSansRegular;
        margin-bottom: 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .blog-box-data-date {
        color: #005537;
        font-size: 14px;
        line-height: 28px;
        font-family: DMSansRegular;
    }
}

.blog-tags {
    margin-top: 30px;
    row-gap: 10px;
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;

    .blog-tag {
        border-radius: 25px;
        border: 1px solid #005537;
        color: #005537;
        padding: 8px 24px;
        font-size: 14px;
        font-family: DMSansBold;
        display: inline-flex;
        margin-bottom: 10px;
    }
    .see-more-tags, .see-less-tags {
        color: #005537;
        font-size: 14px;
        font-family: DMSansRegular;
        text-align: center;
        display: block;
        margin-top: 26px;
    }
}
.hidden-tags {
    row-gap: 10px;
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.may-be {
    color: #005537;
    font-size: 28px;
    line-height: 44px;
    font-family: DMSansBlack;
}

.blogBigCard, .blogSmallCard {
    border-radius: 24px;
    box-shadow: 0 4px 15px #B1B1B142;
    border-color: white !important;
    margin: 32px 4px 0 4px !important;

    .blog-avatar-card img {
        border-radius: 24px 24px 0 0;
        object-fit: cover;
        width: 100%;
        height: 258px;
    }
    .widget-blog-title {
        color: #343434;
        font-size: 26px;
        line-height: 38px;
        font-family: DMSansBlack;
        -webkit-line-clamp: 2;
    }
    .blog-content-card {
        color: #343434;
        font-size: 16px;
        line-height: 24px;
        font-family: DMSansRegular;
        -webkit-line-clamp: 3;
        margin-top: 16px;
    }
    .blog-content {
        color: #767676;
        font-size: 16px;
        line-height: 28px;
        font-family: DMSansRegular;
    }
    .blog-see-more {
        position: absolute;
        bottom: 0;
        right: 0;
        background: white;
        padding-left: 16px;
    }
    .blog-card-footer {
        margin-top: 24px;
    }
}
.share-text {
    color: #005537;
    font-size: 18px;
    line-height: 44px;
    font-family: DMSansMedium;
}
.blog-ico-container {
    width: 16px;
    height: 16px;
}
.blog-ico-container.full {
    width: 24px;
    height: 24px;
}
.blog-tag {
    border-radius: 25px;
    border: 1px solid #005537 !important;
    color: #005537 !important;
    padding: 4px 24px;
    font-size: 14px;
    font-family: DMSansBold;
}
.tag-active {
    background-color: #005537;
    color: white !important;
}

.rowPages {
    padding: 24px;
    margin-top: 32px !important;

    .pagination {
        gap: 8px;
        margin-bottom: 0;
    }
    .pagination-page {
        color: #343434;
        font-size: 12px;
        font-family: DMSansRegular;
    }
    .page-link {
        color: #005537 !important;
        font-size: 16px;
        font-family: DMSansRegular;
        border: 1px solid #005537;
        border-radius: 50% !important;
        height: 32px;
        min-width: 32px;
        padding: 2px 6px;
        align-content: center;
        box-shadow: none !important;
    }
    .page-item.active .page-link {
        color: #005537;
        background-color: #005537;
        border-color: #005537;
    }
    .page-item.active a, .page-item.active a {
        color: #FFFFFF !important;
    }
    .page-item.page-item-prev a, .page-item.page-item-next a {
        border-radius: 16px !important;
        font-size: 12px;
        padding: 2px 32px;
        margin: 0 8px;
    }
    .page-link:hover {
        background-color: #005537;
        color: white !important;
    }
    .page-item.page-item-next a {
        margin-right: 0;
    }
    .page-item.page-item-prev.disabled a, .page-item.page-item-next.disabled a {
        color: #767676 !important;
    }
    .pagination-page, .pagination-page-items, .pagination-page-all {
        color: #343434 !important;
        font-size: 12px;
        font-family: DMSansRegular;
    }
}

.web-may-be-container {
    position: relative;
    padding: 0 26px !important;

    .slider-btn-container {
        position: absolute;
        top: 0;
        right: 26px;
        display: flex;
        gap: 32px;
        img {
            height: 24px;
        }
    }
}

.slick-slider {
    padding: 0;
}

@media screen and (max-width: 767px) {
    #blogPage {
        .may-be {
            padding: 0 .5rem !important;
        }
    }
    .widget-blog-title, .blog-content {
        -webkit-line-clamp: 0;
    }
    .other-blogs-container {
        padding: 0 !important;
    }
    .blog-container {
        padding: 24px 0 80px !important;

        .page-item.page-item-prev a,
        .page-item.page-item-next a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2px !important;
        }
    }
    .blog-filter-container {
        margin-top: 64px;
    }
    #blogPage .blog-filter-container {
        padding: 0 24px;
    }
    .blog-big-card.slick-slide {
        margin: 0 16px;
        padding: 0;
    }
    .slider-btn-container {
        margin-top: 8px;
        display: flex;
        gap: 32px;
        justify-content: center;
        img {
            height: 24px;
        }
    }
}