@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.html{
   font-family: "Poppins", serif !important;
   line-height: 1.6;
}
.Icon__brand,
.KbDetailLtContainer__articleContent a{
   color: #17a8e4
}
.Readingprogress__progressBar,
.commonStyle__zt3BrandBg{
  background: #17a8e4
}
.commonStyle__zt3BrandFill{
   fill: #17a8e4
}
.commonStyle__zt3BrandBg,
.Button__footerBtn:hover{
  background-color: #17a8e4
}

portal b {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;  /* SemiBold */
}


    .widget-container {
        background-color: #eff3f7; /* Pastel Blue */
        padding: 20px;
        border-radius: 30px;
    }
    .styled-table {
        width: 100%;
        border-collapse: collapse;
        border-radius: 10px;
        overflow: hidden; /* Ensures border-radius applies */
    }
    .styled-table td {
        padding: 15px;
        text-align: center;
        border: none; /* Transparent borders */
    }
    .icon-box-container {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .icon-box {
        width: 180px;
        height: 180px;
        background-color: white;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        padding: 10px;
        transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    }
    .icon-box:hover {
        transform: scale(1.03);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    }
    .icon-box img {
        width: 50px;
        height: 50px;
    }
    .icon-box p {
        margin-top: 5px;
        font-size: 18px;
        text-align: center;
        color: #333;
    }
    @media (max-width: 768px) {
        .icon-box-container {
            flex-direction: column;
            align-items: center;
        }
        .icon-box {
            width: 80%;
            max-width: 250px;
        }
    }


.articleDetail .KBArticleRightContainer__userFollowOption,
.articleList .KBArticleRightContainer__userFollowOption,
.article_subcategory .KBArticleRightContainer__userFollowOption,
.articleDetail .KBArticleRightContainer__followerCount,
.article_subcategory .KBArticleRightContainer__followerCount,
.articleList .KBArticleRightContainer__followerCount,
.ContentList__subCategory .ListHeader__dottedPopup,
.KbCategory__box .KbCategory__dottedPopup,
.KbDetailRtContainer__widgetRight .KbDetailRtContainer__widgetSection:nth-child(1),
.articleList .ArticleListRightContainer__widgetRight .ArticleListRightContainer__widgetSection:nth-child(1) .ArticleListRightContainer__followOption,
.articleList .ArticleListRightContainer__widgetRight .ArticleListRightContainer__widgetSection:nth-child(1) .ArticleListRightContainer__subscribeDescription{
    display:none;
 }

