*{
    margin: 0;
    padding: 0;
}
body , html{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.section{
    display: flex;
    height: 100%;
    align-items: center;
    overflow: hidden;
    padding: 0 !important;
    background-color: #ffffff;
}
a{
    text-decoration: none !important;
    color: #282828;
}
.s_center {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    scroll-behavior: smooth;
}
@media screen and (max-width: 900px){
    .s_center {
        max-width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 600px){
    .s_center {
        max-width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 320px){
    .s_center {
        max-width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}


.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 5px;
}
.header > a > h2{
    color: #ffffff;
}
.ttl, .like_chck{
    font-size: 10px;
    text-transform: uppercase;
}
.feeds_data, .feed_cat{
    padding: 0px 10px;
    text-align: center;

}

.feeds_data >img{
    width: auto;
    height: 90px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
}
.feed_cat > img{
    width: 100%;
    height: 180px; 
}
.act_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.act_btn > a >img{
    width: auto;
    height: 20px;
}
.act_btn2 > a >img{
    width: auto;
    height: 25px;
}
.item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.lft{
    display: flex;
    align-items: center;
}
.lft > img{
    width: auto;
    height: 12px;
    margin-right: 10px;
    border-radius: 2px;
}
.ttl_sm{
    font-size: 9px;
}

.dwnld_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
}
.dwnld_btn > img{
    width: auto;
    height: 15px;
    margin-right: 5px;
}

.font_lg {
    font-size: 12px;
    font-weight: 600; 
    color: #ffd600;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-top: 5px;
    color: white;
}


/* button updated */
.like, .dislike{
    background: #D32F2F;
    color: #ffffff;
    border: none;
    padding: 5px;
    border-radius: 5px;
    width: 98%;
    margin: 0px 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.dislike{
    background: #FFE9E9;
    color: #FF4848; 
}

.see_all{
    background: #DCFFF1;
    color: #018652;
    border-radius: 5px;
    border: none;
    font-size: 8px;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.mt_5{
    margin-top: 15px;
}
.hghlght {
    background: #fed843;
    color: #282828;
    font-weight: 700;
}



.cat_itm{
    background: #6F00FF;
    border-radius: 10px;
    padding: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    margin: 2px 5px;
    color: #ffffff;
	border: 1px solid #282828;
}
.cat_itm >img{
    width: auto;
    height: 45px;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
}
.cat_itm >span{
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;

}
.catgs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.actve{
    background: #ffffff;
    color: #ffffff;
}
.actve >span{
    color: #ffffff;
}

.dwnld{
    background: #190030;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    border: none;
    cursor: pointer;
}
.center{
    text-align: center;
    padding: 0px 10px;
}

.nxt{
    background: #DCFFF1;
    color: #018652;
    
}



/* width */
::-webkit-scrollbar {
    width:1px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #DCFFF1;
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #018652;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #018652;
  }

  .header >a >img{
    width: auto;
    height: auto;
  }

  .clr_lght {
    color: #ffffff;
    font-size: 10px;
}
ul {
    padding: 5px 20px;
    text-align: left;
}
.hwt_play{
    color: #D32F2F;
    text-align: left;

}

.ans_txt{
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}
.cntr{
    text-align: center;
}

.rght_hd {
    display: flex;
    align-items: center;
}
.rght_hd>a>img {
    width: auto;
    height: 15px;
}


.ftr {
    background: #e0f9ec;
    color: #282828 !important;
    padding: 5px 10px;
    font-size: 10px;
    margin-top: 10px;
}
.disclmer {
    font-size: 7px;
    font-weight: 400;
    margin: 5px 0px;
}

.ldrbrd {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #292b4c;
}
.font_sm {
    font-size: 7px;
    font-weight: 400;
	color: #282828;
}
.clr_lght {
    color: #ffffff;
}
.rnk {
    width: 20%;
    color: #ffffff;
}
.usrnm {
    color: #ffffff;
    width: 60%;
    display: flex;
    align-items: center;
}
.rbk_rght {
    text-align: right;
}

.contest_info {
    margin-top: 12px;
    border: 11px solid #767cdf;
    background-color: #7277d7;
}

.wrong{
    background: none !important;
}