
 :root{
    --text-color:grey;
    --primary-color: #2b2b2b;
    --border-color: #eaeaea;
 }
body{
    margin:0;
    padding:0;
}


.news-header {
    padding: 10px 0;
    background: #eb0002;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 999;
}

.dropdown-item.active,.dropdown-item:hover{
     background-color: #eb0002;
     color: white;
}
.text-primary{
 color:#eb0002!important;   
}
.logo-text{
    font-size:34px;
    font-weight:700;
}

/* Mobile Top */

.mobile-top{
    display:none;
}

/* Mobile Bottom */

.mobile-bottom{
    display:none;
}

@media (max-width:991.98px){

    body{
        padding-top:55px;
        padding-bottom:65px;
    }
    .news-header .logo-text{
      display: none;
    }
    .news-header{
      padding: 0;
    }

    .mobile-top{
        display:flex;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height: 66px;
        background: #eb0002;
        border-bottom:1px solid #ddd;
        z-index:1050;
    }

    .mobile-top a{
        flex:1;
        text-decoration:none;
        color:#222;
        font-size:28px;
    }

    .news-header{
        top:55px;
    }

    .desktop-menu,
    .desktop-user{
        display:none!important;
    }

    .logo-text{
        font-size: 20px;
    }

    .mobile-bottom{
        display:flex;
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        height:60px;
        background:#fff;
        border-top:1px solid #ddd;
        z-index:20000;
    }

    .mobile-bottom a{
        flex:1;
        text-decoration:none;
        color:#222;
        font-size:18px;
    }

    .mobile-bottom a.active{
        color:#ff6a00;
    }
}
@media (min-width:991.98px){
  .mobile-top{
  display: none !important;
}
}
.gap-4 {
    gap: 3.5rem !important;
}

.db-news-tabs-wrapper{
    width:100%;
}

.db-news-tabs-nav{
    gap:12px;
}

.db-news-tabs-nav .nav-link{
    width:100%;
    text-align:left;
    background:#fff;
    border:none;
    border-radius:12px;
    padding:14px 10px;
    color:#333;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

/* .db-news-tabs-nav .nav-link:hover{
    background:#f5f5f5;
} */

.db-news-tabs-nav .nav-link.active{
    background:#f2f2f2;
    color:#222;
    box-shadow:none;
}

.db-news-tabs-content {
    padding-left: 20px !important;
    border-left: 1px solid #eeeded;
    border-right: 1px solid #eeeded;
    padding-right: 20px;
}
.db-news-tabs-content .tab-pane{
    min-height:300px;
}

@media(max-width:991px){

    .db-news-tabs-content{
        padding-left:0;
        margin-top:25px;
    }

}
.icon-all-cc{
    width: 32px;
}
h3.manin-papaer {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    padding-right: 0;
    font-weight: 600;
    text-align: justify;
    margin-top: 11px;
}
.baskers {
    align-items: center;
    display: inline-flex;
    position: relative;
}
.baskersqqw {
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-name: a452834a;
    background: #f44336;
    border-radius: 50%;
    height: 10px;
    left: -14px;
    position: absolute;
    width: 10px;
}
 @keyframes a452834a {
                50% {
                    opacity: 0
                }
            }

            span.baskersqqw11 {
    border-radius: 4px;
    color: #fff;
    font-size: .9em;
    margin-right: 6px;
    padding: 0 6px;
}
.videose{
    border: 1px solid #eaeaea;
    border-radius: 4px;
    display: block;
    margin: 0 0 20px;
    min-height: 543px;
    overflow: hidden;
    position: relative;
}
.videose a{
    display: block;
    margin: 0;
    padding: 0;
}
.videose .videose1 {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 18px;
    z-index: 1;
}
.videose .eaeaea2 {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    left: 50%;
    margin: -24px;
    position: absolute;
    top: 50%;
    width: 46px;
}
.videose .eaeaea2 .eaeaea3 {
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
    border-radius: 2px;
    border-top: 9px solid transparent;
    display: block;
    height: 0;
    margin-left: 2px;
    position: relative;
    transition: all .3s;
    width: 0;
}
.videose .eaeaea4 {
    background: rgba(0, 0, 0, .5);
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 20px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 18px;
    z-index: 1;
}

.videose a img, video {
    display: block;
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.videose:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .867), transparent 30%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.news-gif-card{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    cursor:pointer;
    background:#000;
}

.news-gif-img{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
}

.news-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.65);
    color:#fff;
    font-size:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}

.news-duration{
    position:absolute;
    right:10px;
    bottom:10px;
    background:rgba(0,0,0,.8);
    color:#fff;
    padding:4px 8px;
    border-radius:6px;
    font-size:12px;
    font-weight:600;
}
.news-gif-card:hover .news-play-btn{
    transform:translate(-50%,-50%) scale(1.1);
    transition:.3s;
}
.news-gif-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}

.news-gif-img{
    width:100%;
    display:block;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:22px;
    cursor:pointer;
}
.news-gif-card{
    overflow:hidden;
    border-radius:15px;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 57px;
    height: 57px;
       border: 2px solid;
    border-radius: 50%;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: .3s;
}

.video-play-btn:hover{
    transform:translate(-50%,-50%) scale(1.1);
}

.modal-content{
    box-shadow:none;
}
#popupVideo{
    width:100%;
    height:100%;
    object-fit:contain;
    background:#000;
}
.videoModal .modal-dialog{
    max-width:900px;
    margin:auto;
}

.videoModal .modal-content{
    background:#000;
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 25px 80px rgba(0,0,0,.5);
}

.videoModal .modal-body{
    padding:0;
    position:relative;
}

.popupVideo{
    width:100%;
    max-height:80vh;
    display:block;
    object-fit:contain;
    background:#000;
}

.videoModal .btn-close{
    position:absolute;
    top:15px;
    right:15px;
    z-index:10;
    background-color:#fff;
    border-radius:50%;
    opacity:1;
    padding:10px;
}

.videoModal .modal-dialog{
    transform:scale(.9);
    transition:all .3s ease;
}

.videoModal.show .modal-dialog{
    transform:scale(1);
}
.news-gif-card{
    width:100%;
    overflow:hidden;
    border-radius:15px;
    position:relative;
}

.news-gif-card img{
    width:100%;
    object-fit:contain;
    height:250px
}
.news-adda {
    align-items: center;
    display: flex;
    margin-top: 10px;
    padding: 0;
    z-index: 1;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 10px;
}
ul.newkdd {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 21px;
}
span.delhiss {
    padding-right: 22px;
}
.content-set-ne h3 {
    padding-top: 20px;
    font-weight: 600;
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    margin-right: 5px;
}
.content-set-ne{
    text-decoration: none!important;
    color: black!important;
}
.man-cs {
    display: flex;
    align-items: center;
    margin-top: 23px;
    color: #000;
    text-decoration: none;
}
.vid-man {
    width: 25%;
    padding-top: 15px;
}
.content-set-ne {
    width: 75%;
}
span.delhiss-live {
    padding: 7px;
    border: 1px solid #eeeded;
    border-radius: 12px;
}
.news-trending-wrapper{
    display:flex;
    align-items:center;
    gap:15px;
    overflow:hidden;
}

.news-trending-title{
    color:#ff4d4f;
    font-weight:700;
    flex-shrink:0;
}

.news-trending-scroll{
    overflow:hidden;
    width:100%;
}

.news-trending-track{
    display:flex;
    gap:10px;
    width:max-content;
    animation:newsTrendingScroll 25s linear infinite;
}

.news-trending-chip{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border:1px solid #e5e5e5;
    border-radius:30px;
    text-decoration:none;
    color:#222;
    background:#fff;
    white-space:nowrap;
}

.news-trending-chip i{
    font-size:12px;
}

.news-trending-scroll:hover .news-trending-track{
    animation-play-state:paused;
}

@keyframes newsTrendingScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}
.video231 {
    width: 25%;
    margin-top: 19px;
}
.model-adj{
    background: #fff !important;
    padding: 10px;
}

.live-updates-box{
    background:#fff;
    padding:15px 0;
}

.live-updates-title{
    font-size: 16px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
    text-align: left;
}

.live-update-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
    align-items: center;
}

.live-dot{
    width:10px;
    height:10px;
    min-width:10px;
    background:#ff4d3d;
    border-radius:50%;
}

.live-update-text{
    font-size: 15px;
    color:#222;
    font-weight:500;
}

.live-time{
    color:#ff4d3d;
    font-weight:700;
}

.manaifdi{
position: sticky;
    top: 100px;
}
.db-footer{
    background:#f8f8f8;
    border-top:1px solid #e5e5e5;
    padding:35px 15px;
    text-align:center;
}

.db-footer-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-bottom:25px;
}

.db-footer-links a{
    color:#444;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.db-footer-links a:hover{
    color:#ff5722;
}

.db-footer-links span{
    color:#bdbdbd;
}

.db-footer-heading{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.db-footer-divisions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    margin-bottom:25px;
}

.db-footer-divisions a{
    color:#555;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
}

.db-footer-divisions a:hover{
    color:#ff5722;
}

.db-footer-bottom{
    border-top:1px solid #e5e5e5;
    padding-top:20px;
}

.db-footer-bottom p{
    margin:5px 0;
    color:#666;
    font-size:14px;
}

.db-footer-bottom a{
    color:#ff5722;
    text-decoration:none;
}

.db-footer-bottom a:hover{
    text-decoration:underline;
}
ul.newkdd a {
    color: #000;
}
ul.newkdd li {
    padding-right: 16px;
}
.reelsSwiper{
    height:100vh;
}

.reel-video{
    width:100%;
    height:100vh;
    object-fit:contain;
    background:#000;
}
.video23122 {
    margin-top: 24px;
    border: 2px solid;
}
.vid-cone {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    padding: 16px 16px 12px;
    position: absolute;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 2;
}

.video23122{
    overflow:hidden;
    border-radius:12px;
}

.video23122 img{
    width:100%;
    height:450px;
    object-fit:cover;
    display:block;
}

.video-card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 0%,
        rgba(0,0,0,.50) 45%,
        rgba(0,0,0,.15) 100%
    );
}

.video-card-content{
    position:absolute;
    left:15px;
    right:15px;
    bottom:15px;
    z-index:2;
}

.video-card-title{
    color:#fff;
    font-size:24px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:10px;
}

.video-card-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.video-card-meta{
    color:#fff;
    font-size:13px;
}

.video-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.55);
    color:#fff;
    z-index:3;
}
span.color-tt {
    color: #f8e800;
}
.db-search-wrapper{
    padding:15px 0;
}

.db-search-box{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #ececec;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.db-search-box input{
    flex:1;
    height:60px;
    border:none;
    outline:none;
    padding:0 20px;
    font-size:18px;
    color:#333;
    background:#fff;
}

.db-search-box input::placeholder{
    color:#8a8a8a;
    font-weight:500;
}

.db-search-box button{
    width:70px;
    height:60px;
    border:none;
    background:#ff8a00;
    color:#fff;
    font-size:22px;
    transition:.3s;
}

.db-search-box button:hover{
    background:#f57c00;
}
.search-box-manage {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
    padding: 40px;
    border-radius: 20px;
}

.db-profile-dropdown{
    width:320px;
    border:none;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    background:#fff;
}

.db-user-info{
    padding:15px 20px;
    background:#f5f5f5;
    border-bottom:1px solid #e5e5e5;
}

.db-user-label{
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:4px;
}

.db-user-info h5{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#333;
}

.db-menu-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 20px;
    color:#222;
    text-decoration:none;
    border-bottom:1px solid #ececec;
    font-size:18px;
    font-weight:600;
}

.db-menu-item:last-child{
    border-bottom:none;
}

.db-menu-item:hover{
    background:#f8f8f8;
    color:#222;
}

.db-menu-item i{
    color:#8c8c8c;
    font-size:18px;
}

.form-check-input{
    width:42px;
    height:22px;
}

.db-profile-panel{
    width:420px !important;
}

.db-profile-panel .offcanvas-header{
    border-bottom:1px solid #eee;
    padding:18px 20px;
}

.db-profile-panel h5{
    font-size:24px;
    font-weight:700;
}

.db-profile-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    border-bottom:1px solid #eee;
    text-decoration:none;
    color:#333;
    font-size:20px;
    font-weight:600;
}

.db-profile-row:hover{
    color:#333;
    background:#fafafa;
}

.db-profile-links{
    padding:15px 20px;
}

.db-profile-links a{
    display:block;
    padding:8px 0;
    color:#777;
    text-decoration:none;
    font-size:16px;
}

.db-profile-links a:hover{
    color:#ff9800;
}

.db-user-info {
    padding: 15px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-text img {
    width: 155px;
}
img.header-logo {
    width: 155px;
}

.hs_epaper_container{
    display:flex;
    width:100%;
    height:100vh;
    overflow:hidden;
    background:#f3f3f3;
}

/* LEFT SIDEBAR */

.hs_epaper_sidebar{
    background:#ffffff;
    border-right:1px solid #ddd;
    overflow-y:auto;
    padding:10px;
}

.hs_epaper_sidebar::-webkit-scrollbar{
    width:6px;
}

.hs_epaper_sidebar::-webkit-scrollbar-thumb{
    background:#ccc;
}

/* PAGE THUMB */

.hs_epaper_thumb{
    background:#fff;
    border: 3px solid #dfdede;
    border-radius:8px;
    padding:5px;
    margin-bottom:15px;
    cursor:pointer;
    transition:all .3s ease;
    style="width: 200px";
    style="width: 200px";
    width: 200px;
    height: auto;
}

.hs_epaper_thumb:hover{
    transform:translateY(-2px);
}

.hs_epaper_thumb.hs_epaper_active{
    border-color:#e30000;
}

.hs_epaper_thumb img{
    width:100%;
    display:block;
    border-radius:4px;
}

.hs_epaper_page_title{
    text-align:center;
    font-size:14px;
    font-weight:600;
    margin-top:5px;
}

/* RIGHT SIDE */

.hs_epaper_viewer{
    flex:1;
    overflow:auto;
    padding:20px;
}

.hs_epaper_big_page{
    display:block;
    margin:auto;
    max-width:100%;
    height:auto;
    background:#fff;
    box-shadow:0 0 25px rgba(0,0,0,.15);
}

















@media(max-width:991px){

    .db-profile-panel{
        width:100% !important;
    }
    .hs_epaper_container{
    flex-direction:column;
}

.hs_epaper_sidebar{
    width:100%;
    min-width:100%;
    height: 266px;
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
}

.hs_epaper_thumb{
    /* min-width:130px; */
    margin-right:10px;
}

}
img#hsModalImage {
    max-width: inherit;
}
.mu-modea {
    width: 90%;
    transform: translate(0, 10%) !important;
    height: 90%;
    background-color: #fff;
    border: 7px solid rgba(0, 0, 0, .6);
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    border-radius: 10px;
    margin: auto;
}



.modal-fullscreen .modal-body{
    overflow:auto;
    background:#1a1a1a;
    padding:15px;
}

#hsModalImage{
    display:block;
    margin:auto;
    width:100%;
    max-width:1600px;
    height:auto;
}




@media(max-width:767px){

    .live-updates-title{
        font-size:22px;
    }

    .live-update-text{
        font-size: 12px;
        text-align: left;
    }
    .db-search-box input{
        height:52px;
        font-size:15px;
        padding:0 15px;
    }

    .db-search-box button{
        width:56px;
        height:52px;
        font-size:18px;
    }
    .search-box-manage {
    padding: 10px;
}
.db-profile-dropdown{
        width:290px;
    }

    .db-user-info h5{
        font-size:22px;
    }

    .db-menu-item{
        font-size:16px;
        padding:14px 16px;
    }

}
.manage-borer {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
}

@media (min-width: 992px){

    .db-news-tabs-nav{
        display:flex;
        flex-direction:column;
    }

}

/* Mobile */
@media (max-width: 991px){

    img.header-logo {
    display: none;
}
        .db-profile-panel {
            z-index: 99999;
        width: 420px !important;
    }
    .manaifdi{
            position: fixed;
            left: 0;
            top: 66px;
            right: 0;
            bottom: 0;
            height: 60px;
            background: #fff;
            border-top: 1px solid #ddd;
            z-index: 100;
    }

    .db-news-tabs-nav{
        display:flex !important;
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        overflow-x:auto;
        overflow-y:hidden;
        gap:0;
        white-space:nowrap;
        scrollbar-width:none;
        padding-bottom:5px;
        border-bottom:1px solid #eee;
    }

    .db-news-tabs-nav::-webkit-scrollbar{
        display:none;
    }

    .db-news-tabs-nav .nav-link{
        flex:0 0 auto;
        border:none;
        background:none !important;
        border-radius:0;
        padding:10px 14px;
        font-size:14px;
        font-weight:600;
        color:#222;
        display:flex;
        align-items:center;
        gap:6px;
        white-space:nowrap;
    }

    .db-news-tabs-nav .nav-link.active{
        color:#000;
        border-bottom:3px solid #222;
    }

    .db-news-tabs-nav .nav-link img{
        width:18px;
        height:18px;
        object-fit:contain;
    }
    .db-news-tabs-nav .nav-link {
    width: auto;
   
}
h3.manin-papaer {
    font-size: 15px;
}
.content-set-ne h3 {
    font-size: 15px;
    line-height: 28px;
}

.db-news-tabs-content {
    padding-left: 6px !important;
    border-left: none;
    border-right: none;
    padding-right: 6px;
}

}

@media (max-width: 576px){
    .logo-text img {
    width: 141px;
}
    span.timess {
    font-size: 12px;
}
span.delhiss {
    padding-right: 18px;
    font-size: 12px;
}

.video-play-btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
}
}

@media (max-width:991px){

.hs_epaper_sidebar{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:10px;
    padding:10px;
    scroll-behavior:smooth;
}

.hs_epaper_sidebar::-webkit-scrollbar{
    display:none;
}

.hs_epaper_thumb{
    flex:0 0 120px;
    margin-bottom:0;
}


}

.main-s-s {
    margin-right: 18px;
}
.my-add-c {
    margin-bottom: 0 !important;
}
.hs_epaper_pagination_wrap{
    margin-bottom:15px;
}

.hs_epaper_pagination_wrap .page-link{
    color:#0d6efd;
    border-radius:0;
    min-width:38px;
    text-align:center;
    padding:10px 12px;
    font-weight:600;
}

.hs_epaper_pagination_wrap .page-item.active .page-link{
    background:#0d6efd;
    border-color:#0d6efd;
    color:#fff;
}

.hs_epaper_pagination_wrap .page-link:focus{
    box-shadow:none;
}
.pagination .page-link{
    min-width:40px;
    text-align:center;
    border-radius:0;
}

.pagination .active .page-link{
    background:#0d6efd;
    border-color:#0d6efd;
}



.main-s-s,
.epapper-cal,
.pagination-2{
    margin:0 !important;
}

.pagination-2 .pagination{
    margin:0 !important;
}


.pagination-2{
    margin-left:auto;
}
@media(max-width:768px){

   
    .pagination-2{
        /* width:100%; */
        margin-left:0;
    }
 

}


.epaper-top-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:20px;
    padding:12px 15px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.epaper-top-bar .btn{
    height:42px;
    border-radius:8px;
    font-weight:600;
}

.pagination-2{
    margin-left:auto;
}

.pagination-2 .pagination{
    flex-wrap:nowrap;
}

.pagination-2 .page-link{
    min-width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
}

.pagination-2 .page-item.active .page-link{
    background:#0d6efd;
    border-color:#0d6efd;
}

/* Tablet */
@media(max-width:991px){

    .epaper-top-bar{
        flex-wrap:wrap;
        justify-content:center;
    }

    .pagination-2{
        /* width:100%; */
        margin-left:0;
        display:flex;
        /* justify-content:center; */
    }

     .e-paper-wjd {
    top: 65px !important;
}
   
}

/* Mobile */
@media(max-width:576px){
    .epapper-cal {
    margin-left: 10px !important;
}

    .epaper-top-bar{
        padding:10px;
        gap:10px;
    }

    .main-s-s,
    .epapper-cal{
        width:calc(50% - 5px);
    }

    .main-s-s .btn,
    .epapper-cal .btn{
        width:100%;
        font-size:14px;
    }

    .pagination-2{
        /* width:100%; */
        /* overflow-x:auto; */
        /* justify-content:flex-start; */
        display: none;
    }

    .pagination-2::-webkit-scrollbar{
        height:4px;
    }

    .e-paper-wjd {
    height: 100px;
}
.btn-head-se2.defee {
    display: flex;
    justify-content: flex-end !important;
    /* flex-wrap: wrap !important; */
}
}

.btn-head-se2.defee {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.e-paper-wjd {
    position: sticky;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    height: 70px;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 998;
}
.my-add-c {
    margin-right: 11px;
}

#hsCropActions{
    position:absolute;
    top:-40px;
    left:-1px;
    z-index:99999;
    display:flex;
    gap:0;
}

#hsCropShareBtn{
    background:#fff;
    color:#222;
    border:none;
    padding:8px 12px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

#hsCropCancelBtn{
    background:#e31b23;
    color:#fff;
    border:none;
    padding:8px 12px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

#hsCropShareBtn:hover,
#hsCropCancelBtn:hover{
    opacity:.9;
}
#hsCropActions{
    display:flex;
    position:absolute;
    top:-38px;
    left:-1px;
    z-index:99999;
}
#hsCropActions{
    position:absolute;
    top:10px;
    left:10px;
    z-index:999999;
    display:flex;
}

#hsCropShareBtn{
    background:#fff;
    border:none;
    padding:8px 12px;
    font-weight:600;
    cursor:pointer;
}


#hsCropActions{
    position:absolute;
    top:-35px;   /* crop box ke bilkul upar */
    left:-1px;
    z-index:99999;
    display:flex;
    align-items:center;
}

#hsCropShareBtn{
    background:#fff;
    color:#222;
    border:none;
    padding:6px 12px;
    font-weight:600;
}

#hsCropCancelBtn{
    background:#e31b23;
    color:#fff;
    border:none;
    padding:6px 12px;
    font-weight:600;
}
#hsCropActions{
    position:absolute;
    top:-38px;
    left:0;
    z-index:99999999;
    display:flex;
}

#hsCropShareBtn{
    background:#fff;
    border:none;
    padding:8px 15px;
    font-weight:600;
    cursor:pointer;
}

#hsCropCancelBtn{
    background:#d91c1c;
    color:#fff;
    border:none;
    padding:15px 15px;
    font-weight:600;
    cursor:pointer;
}

.modal-body{
    position: relative;
}

.modal-body::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 180px;
    height: 180px;

    background: url("../img/news-logo.png") no-repeat center;
    background-size: contain;

    opacity: 0.12; /* watermark transparency */
    pointer-events: none;
    z-index: 2;
}

#hsPreview{
    position: relative;
    z-index: 1;
}


.contact-pages {
    border: 1px solid;
    padding: 10px 10px 10px 10px;
}
.contact-pages h3 {
    background: #212529;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.contact-pages, h4, p {
    padding-left: 10px;
}
.copyright{
    background:#111;
    color:#fff;
    font-size:14px;
    border-top:1px solid rgba(255,255,255,0.1);
}
footer.footer {
    background: #3e3e3e;
    padding: 12px;
    color: #fff;
}


.footer{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#111;
    color:#fff;
    padding:15px 0;
    z-index:100;
    border-top:1px solid rgba(255,255,255,.1);
}

.footer-link{
    color:#fff;
    text-decoration:none;
    margin-left:15px;
    font-size:14px;
    transition:.3s;
}

.footer-link:hover{
    color:#dc3545;
}

@media (max-width:768px){
    .footer-link{
        display:inline-block;
        margin:5px 8px;
    }
}

section.p-rivacy {
    padding-bottom: 53px;
}
section.t-rems {
    padding-bottom: 70px;
}
.fba199c3 ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: start;
}
.fba199c3 ul li {
    color: var(--primary-color);
    display: inline;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
}
.fba199c3 ul li a {
    color: var(--text-color);
    white-space: nowrap;
}
.fba199c3 ul li:not(:last-child):after {
    color: var(--text-color);
    content: "/";
    margin: 0 5px;
}

/* Block styles */
.warning-block {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 15px;
    margin: 10px 0;
}

.warning-block strong {
    color: #856404;
    display: block;
    margin-bottom: 5px;
}

blockquote {
    border-left: 4px solid #ccc;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #f8f9fa;
}

blockquote footer {
    color: #6c757d;
    font-size: 0.9em;
}

pre {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    overflow-x: auto;
}

.checklist {
    list-style: none;
    padding-left: 0;
}

.checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.checklist input[type="checkbox"] {
    cursor: default;
}

.video-container {
    margin: 10px 0;
}

.video-container video {
    max-width: 100%;
}

.image-block {
    margin: 10px 0;
}

.image-block img {
    max-width: 100%;
    height: auto;
}

.image-block .caption {
    color: #6c757d;
    font-size: 0.9em;
    margin-top: 5px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}
.news-content-description a{
    color:black!important
}
.a0a8c070 {
    display: block;
    margin: 0 -15px;
    text-align: left;
}
.a0a8c070 .e8c0a4b7 {
    color: var(--text-color);
    display: block;
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: 36px;
    margin: 0;
    padding: 0 15px;
}
.b434fabd .cda600a0 {
    border: 4px solid var(--border-color);
    margin: 0 -20px 24px;
}
.news-content-description p{
    text-align: left;
}
.news-date,.location{
    color: var(--text-color);
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.ad-banner{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-banner img,
.ad-video video {
    width: 100%;
    height: 220px;      /* fixed height */
    object-fit: cover;  /* crop nicely */
    border-radius: 6px;
}
.sidebar-ads .ad-banner img,
.sidebar-ads .ad-video video {
    height: 160px;
}