@font-face {
    font-family: tamil-1;
    src: url("../../fonts/tamil/NotoSansTamil-Regular.ttf");
}
*{
    font-family: tamil-1;
}

.uc-navbar-nav>li>a{
    font-size: 13px !important;
}

.nav-x a {
    font-size: 15px;
}
.sub-topics{
    padding: 10px !important;
}
.bars-menu{
    height: 20px !important;
}
.uc-bookmark-toggle,.post-comments{
    display: none;
}
.unicon-logo-whatsapp:before {
    content: "\ea12"; /* Replace with the actual Unicode for WhatsApp from your icon font */
}
.waimg{
    height:18px !important;
}

.htext p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uc-payment-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(201, 189, 189);
    margin-bottom: 10px;
}



