
*{box-sizing:border-box}
body{
margin:0;
font-family:Arial,"Noto Sans Devanagari",sans-serif;
background:#fff;
}

.app {
    max-width: 480px;
    margin: auto;
    padding: 70px 20px 20px;
    padding-bottom: 90px;
    position: relative;
}
 
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 15px !important;
    background: #fff;
    box-shadow: 1px 1px 15px #cccccc;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}
.logo {
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.logo i {
    background: #a90000;
    color: white;
    padding: 6px;
    border-radius: 50%;
    font-size: 14px;
    height: 25px;
    width: 25px;
    text-align: center;
}

.wallet {
    position: absolute;
    right: 12px;
    top: 24px;
    border: 2px solid #e35d06;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

.report {
    margin-top: 7px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
}


h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
}


.earningPopup {
    width: 100%;
    margin: 20px auto;
    background: #f8f0d8;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    margin-top: 0;
    overflow: hidden;
}
.earningTop {
    padding: 15px;
}
.earningTop{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
}

.earningTitle{
    font-size:18px;
    line-height:1.35;
    font-weight:700;
    color:#111;
}

.earningTitle span{
    color:#f57c00;
}

.earningText{
    margin-top:10px;
    font-size:15px;
    line-height:1.5;
    color:#333;
}

.earningText strong{
    color:#17944a;
}

.walletBox{
    position:relative;
    min-width:110px;
    text-align:center;
}

.walletIcon{
    font-size:58px;
}

.coin{
    position:absolute;
    font-size:18px;
}

.c1{top:0;left:8px;}
.c2{top:12px;right:6px;}
.c3{top:35px;left:0;}
.c4{top:28px;right:20px;}

.infoBox{
    margin-top:10px;
    background:#fff7e7;
    border:1px solid #ead8a8;
    border-radius:12px;
    padding:8px;
    font-size:12px;
    color:#333;
}

.actionRow{
    display:flex;
    gap:10px;
    margin-top:0;
}

.yesBtn, .noBtn {
    flex: 1;
    border: none;
    border-radius: 12px;
    padding: 14px 3px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.yesBtn{
    background:#1f9d45;
    color:#fff;
}

.noBtn{
    background:#fff;
    color:#222;
}

.icon{
    margin-right:6px;
}


.actionRow {
    padding: 15px;
    background: #feca30;
}

.wsEarnStrip{  
    text-align:center; 
}

.wsEarnTextTop{
    font-size:20px;
    font-weight:700;
    color:#222;
    line-height:1.2;
}

.wsEarnTextBottom{
    margin-top:4px;
    font-size:20px;
    font-weight:800;
    color:#d32f2f;
    line-height:1.2;
}

 

.category {
    display: flex; 
    gap: 20px;
    background: #fff0ec;
    padding: 0;
    border-radius: 0;
    margin: 0 -20px;
    border-bottom: 2px solid #d33;
}

.category div {
    min-width: 80px;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    padding-top: 11px;
    position: relative;
    bottom: -2px;
    z-index: 9;
}

.category i {
    font-size: 24px;
}
.category div p {
    margin: 7px 0;
    font-weight: bold;
}
.active {
    border: 2px solid #d33;
    background: #fff;
}

.card{
margin-top:30px;
background:#fff9dc;
padding:25px;
border-radius:20px;
text-align:center;
}

.card h2 {
    font-size: 18px;
}

.card button {
    background: #f57c00;
    color: white;
    width: 104%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 7px;
    border-radius: 50px;
}

nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 480px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    background: white;
    padding: 15px 5px;
    border-top: 1px solid #ddd;
}
nav i {
    font-size: 17px;
    display: block !important;
    margin-bottom: 6px;
}


nav div {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

 

.selected{
color:#d10050;
}






.news-card {
    width: 100%;
    margin: 20px auto;
    border-radius: 0;
}
 

.user-box{
    display:flex;
    padding:0 0 5px;
    gap:10px;
}

.profile{
    width:42px;
    height:42px;
    border-radius:50%;
    overflow:hidden;
}

.profile img{
    width:100%;
    height:100%;
}

.user-info h4{
    margin:0;
    font-size:15px;
}

.verify{
    color:#1877f2;
}

.meta {
    font-size: 9px;
    color: #777;
    margin-top: 5px;
}

/* title */

.post-title {
    padding: 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: bold;
}
.post-title a {
    color: #000;
    text-decoration: none;
}


.read-btn {
    float: right;
    background: #e53935;
    color: white;
    border: 0;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 0;
    font-size: 11px;
    margin-top: 9px;
}


/* image */

.video-box{
    margin-top:15px;
    position:relative;
}


.video-box img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: contain;
    background: #cccccc5c;
}

.play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    
    width:45px;
    height:45px;
    background:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:black;
    font-size:20px;
}


/* breaking */

.breaking{
    position:absolute;
    bottom:0;
    background:#d40000;
    color:#fff;
    width:100%;
    padding:7px;
    font-weight:bold;
    font-size:14px;
}

.share {
    text-align: center;
    color: #159b39;
    font-size: 12px;
    padding: 0;
    margin-top: 2px;
    position: relative;
    margin-bottom: 2px;
}


.share i{
    font-size:32px;
}


.actions {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
    color: #555;
}

.actions span {
    font-size: 15px;
    color: #000000c9;
}

video {
    width: 100%;
    height: 300px;
}


@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

 
.vh-100 {
    height: 100vh !important;
}
.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
   background: linear-gradient(180deg, #d40000, #9c0000);
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-center {
    text-align: center;
}
.text-white h1 {
    color: #fff;
    font-size: 20px;
}
.laoderhorizontal {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.laoderhorizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}
.laoderhorizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}
.laoderhorizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}
.laoderhorizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}

.laoderhorizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.video-container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.row.no-gutters.vh-100.loader-screen img {
    width: 84px;
}

ul.breadcrumb {
    padding: 10px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 9px;
    align-items: center;
}
ul.breadcrumb a {
    color: #2e2e2e;
    text-transform: uppercase;
    text-decoration: underline;
    padding-right: 0;
    font-size: 9px;
    display: inline-block;
}

.blog-image img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.user-box {
    margin-top: 20px;
}

 
 
.blog-detail h1 {
    font-size: 19px;
}
h1.main-title {
    font-size: 13px;
    margin: 0;
}
p.aj-content {
    font-size: 10px;
}
.state-tags a {
    text-decoration: none;
    font-size: 10px;
    background: #cccccc87;
    display: inline-block;
    color: #000;
    padding: 2px 5px;
    border-radius: 20px;
    font-weight: 500;
}

.share a {
    color: #159b39;
}


nav a {
    text-decoration: none;
    color: #000;
}

.logo img {
    width: 36px;
}














.shuraNewsStateWrap {
     position: fixed; 
    top: 0;
    background: #ffff;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
 

/* Top Location Box */

.shuraNewsLocationBox {
    background: #fff;
    border-radius: 0 40px 40px 0;
    padding: 5px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    margin: 15px 30px 15px 0;
}

.shuraNewsLocationIcon {
    width: 24px;
    height: 24px;
}

.shuraNewsLocationText h3 {
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    font-weight: 700;
    margin: 0;
}

.shuraNewsLocationText h3 span{
    color:#ff4f7a;
}

.shuraNewsLocationText p {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin: 0;
}

.shuraNewsLocationText p span{
    color:#ff4f7a;
}

/* Step */

.shuraNewsStepArea{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:15px 0;
}

.shuraNewsStep {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3bb266;
    background: #fff;
    color: #3bb266;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shuraNewsStep.active{
    background:#3bb266;
    color:#fff;
}

.shuraNewsStepLine{
    width:90px;
    height:2px;
    background:#3bb266;
}

/* Main Card */

.shuraNewsStateCard {
    background: #fff;
    border-radius: 28px;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    width: 92%;
    margin: 0 auto;
}


.shuraNewsHeading {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.shuraNewsHeading span{
    color:#ff4f7a;
}

.shuraNewsSubHeading {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 1.4;
}

.shuraNewsSubHeading span{
    color:#ff4f7a;
}

/* States */
.shuraNewsStateScroll {
    height: 49vh;
    overflow-y: auto;
    padding-right: 5px;
}

.shuraNewsStateScroll::-webkit-scrollbar{
    width:5px;
}

.shuraNewsStateScroll::-webkit-scrollbar-thumb{
    background:#ff2c55;
    border-radius:30px;
}

.shuraNewsStateScroll::-webkit-scrollbar-track{
    background:#ddd;
}

.shuraNewsStateItem, a.state-btn {
    border: 2px solid #222;
    border-radius: 18px;
    text-align: center;
    padding: 9px 10px;
    margin-bottom: 8px;
    background: #fff;
    cursor: pointer;
    transition: .3s;
}

.shuraNewsStateItem:hover{
    background:#f9f9f9;
}

.shuraNewsStateItem h4, .shuraNewsStateScroll a  {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
        margin-top: 0;
}

.shuraNewsStateItem p {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
a.state-btn h4, a.state-btn p {
    margin: 0;
}
a.state-btn {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}

/* Footer */

.shuraNewsPolicyText {
    margin-top: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    position: fixed;
    bottom: 0;
    left: 0;
}
.shuraNewsPolicyText a{
    color:#000;
    font-weight:600;
}
