
    tbody tr:first-child{
    background-color: #efefef!important;
        margin-bottom: 1px;
    }
    body{
        padding: 3px 10px;
        margin-left: 4px!important;
        margin-right: 4px!important;
        margin-top: -1px;
    }
    .owl-carousel .owl-item img {
        width: 50%;
        display: block;
        margin: auto;
    }
    @media only screen and (max-width: 500px){
        body {
            padding: 2px 5px;
        }
    }
    body div{
        border-radius: 10px 0 10px 10px!important;
    }
    * {
        font-style: italic !important;
        font-family: Helvetica, sans-serif !important;
    }
    #live_result .market_name{
        font-size: 23px !important;
        display: block;
        margin-bottom: -26px;
        color: #880E4F;
        text-shadow: 1px 1px 2px #ffe2c6;
        margin: 5px 0 0 0;
        line-height: 17px;
    }
    #live_result .market_result{
        font-size: 22px !important;
        color: #4A148C;
        text-shadow: 1px 1px 2px #fdf3ff;
        margin: 0;
        font-weight: bold;
        
    }
    #live_result .market_icon{
        line-height: 28px;
    }
    .panal,.panal2,.panal3,.panal4{
        display:none;
    }
    #live_result input {
        border: 2px solid #ff006c;
        background-color: #ff006c;
        color: #fff;
        padding: 0px 7px;
        border-radius: 8px 0;
        box-shadow: 0px 0px 1px #000000d6;
        font-size: 12px;
        margin: -1px 0 -1px;
        display: inline-block;
        transition: all .3s;
    }
    #live_result hr:last-child{
        border-width:0px!important;
    }
    #live_result input:hover {
        box-shadow: 0 0 10px -2px #000;
    }
    .paa3{
        padding-bottom: 0 !important;
        color: #000 !important;
        opacity: 1 !important;
        margin: 0 0 -12px;
    }
    .live-result {
        background-color: #FFCC99;
        color: white;
        font-weight: bold;
        font-size: 25px;
        font-family: Georgia;
        border: green solid 3px;
        margin-bottom: 5px;live
        /* text-shadow: 1px 1px rgb(216, 185, 71); */
        border-radius: 5px;
        text-align: center;
    }
    .panel-heading {
        background-color: #337AB7;
        border-radius: 5px;
        color: white;
        padding: 0px 15px;
        border-bottom: 3px solid red;
        /* border-top-right-radius: 10px; */
        /* border-top-left-radius: 10px; */
        border-right: 3px solid red;
        border-left: 3px solid red;
        border-top: 3px solid red;
        margin-top: 7px;
        font-weight: bold;
        font-size: large;
        font-size: 30px;
        /*font-family: Roboto,Regular;*/
    }
    .refresh-btn{
        background-color: silver;
        padding: 4px 7px;
        border-radius: 0 10px 0 10px;
        outline: none;
        color: red;
        border: 2px solid #ffffff00;
        font-size: 12px;
        margin-top: 4px;
        box-shadow: 0px 5px 9px 1px #0000003b;
        font-weight: 800;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        letter-spacing: 0;
        margin: 1px 0 -2px 0;
        text-shadow: 1px 1px 2px #fff, 0 0 2px #fff;
    }
    .refresh-btn:hover {
        background-color: #f10;
        color: #fff;
        box-shadow: 0px 5px 9px 1px #00000042;
        cursor: pointer;
        text-shadow: none;
    }
    .centered {
      position: relative;
        top: -183px;
        left: 3.3%;
        transform: translate(-50%, -50%);
        width: 96px;
        height: 96px;
        border-radius: 50px;
        background: red;
    }
    .refresh {
        background: #bc0203 repeat scroll 0 0;
        border-radius: 6px;
        color: #f6da06;
        cursor: pointer;
        display: inline-block;
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        padding: 8px 36px;
        text-decoration: none;
        text-shadow: 0 1px 0 #9b14b3;
        margin-bottom: 20px;
        border: 2px solid #fff;
        font-style: italic;
    }
    
    .image {
        position: relative;
         /*top: 50%; */
         left: 5%; 
        /*width: 250px;
        height: 250px;*/
        margin: 135px 0 0 -120px;
        -webkit-animation: spin 50s linear infinite;
        -moz-animation: spin 50s linear infinite;
        animation: spin 50s linear infinite;
    }
    .wheelcenter {
        /*position: relative;*/
        /*top: -448px;*/
        /*left: 4.2%;*/
        /*transform: translate(-50%, 220%);*/
        /*width: 97px;*/
        /*height: 96px;*/
        /*border-radius: 50px;*/
        /*background: black;*/
        
        position: relative;
        top: -458px;
        left: 4.2%;
        transform: translate(-50%, 220%);
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background: black;
        
    }
    .CHARTS a{
        font-family: Helvetica,sans-serif;
        font-size: 20px;
    }
    @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
    @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
    @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
    
    @media(max-width: 1024px)
    {
        .centered{
            left:47.8px;
        }
    }
    @media (max-width: 768px)
    {
      .centered{
            left:6.7%;
        }  
    }
    @media(max-width:564px){
        .centered {
        position: relative;
        top: -170px;
        left: 13.3%;
        transform: translate(-50%, -50%);
        width: 96px;
        height: 96px;
        border-radius: 50px;
        background: red;
    }
    .image{
            left: 19%
    }
    .wheelcenter {
        /*position: relative;*/
        /*top: -448px;*/
        /*left: 13.8%;*/
        /*transform: translate(-52%, 262%);*/
        /*width: 83px;*/
        /*height: 83px;*/
        /*border-radius: 50px;*/
        /*background: black;*/
        
        position: relative;
        top: -500px;
        left: 16.5%;
        transform: translate(-52%, 262%);
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background: black;
    }
    }
    @media (max-width: 375px)
    {
      .centered{
            left: 13.8%;
        border-radius: 51px!important;
        }  
    }
    @media (max-width: 360px){
    .centered {
        left: 15%;
        top: -184px;
    }
    }
    @media (max-width: 320px)
    {
      .centered{
            left:21%;
            top:-210px;
        }  
    }
    .B p {
        margin: 2px 0;
    }
    .paa3 {
        font-size: 15px;
        font-weight: bold;
        color: navy;
    }
    .float {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 90px;
        left: 7px;
        background-color: #25d366;
        color: #FFCC99;
        border-radius: 50px;
        text-align: center;
        font-size: 25px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }    
    .star-tbl td{
        padding: 5px 5px;
        text-align: center;
        border: 1px solid #e91e63;
    }
    .FORUM a{
        color:blue;
    }
    .star-tbl font{
        font-family: Helvetica,sans-serif;   
        font-style: italic;
        font-size: 18px;
    }
    .head-22 {
        padding: 0px 0 2px;
    }
    .read-more {
        
        color: #fff !important;
        font-size: 14px;
        font-weight: 500;
        font-family: sans-serif;
        font-style: normal;
        padding: 3px 9px;
        border-radius: 85px;
        text-decoration: none;
        text-shadow: 1px 1px 2px #2f2f2f;
        text-transform: lowercase;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.3;
        margin: 5px auto;
        color: #d70544;
        text-transform: uppercase;
        font-style: normal !important;
        font-weight: 700 !important;
        background-color: #e91e63 !important;
    }
    .read-more:hover {
    background-color: #c70044;
    box-shadow: 0px 0px 7px 2px #040404ab;
    }
    .B1 {
        background-color: #fc9;
        color: #000;
        border-width: 2px;
        border-color: #ff006c;
        border-style: solid;
        border-top-left-radius: 10px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        margin-top: 1px;
        margin-bottom: 1px;
        font-weight: bold;
        font-size: x-large;
        font-style: none;
        text-shadow: 1px 1px navy;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .result_sec{
        background-color: transparent;
        border-style: solid;
        border-width: 2px;
        border-color: #aa00c0;
        color: navy;
        text-shadow: 1px 1px gold;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 10px 0 10px 10px;
        overflow: hidden;
        box-shadow: 0px 0px 9px -3px #000;
    }
    .result_sec .market_name{
        margin: 0;
        font-size: 22px!important;
        background-color: transparent;
        color: #1a237e;
        text-shadow: 1px 1px #d9d9d9;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 25px;
        margin-top: 3px;
    }
    .result_sec .market_result{
       margin: 0;
        font-size: 22px;
        background-color: transparent;
        color: #880E4F;
        text-shadow: 1px 1px #0000001f;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 25px;
    }
    .result_sec .market_time{
        color: #7a028d;
        font-size: 15px;
        padding: 2px 0;
        text-shadow: 1px 1px 2px #c4c4c4;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .result_sec font div:first-child{
        padding:0px !important;
        margin-top:0px!important;
    }
    .conta {
        margin: -8px 0 0;
        border: 2px solid #ff006c;
        padding: 15px 0;
        background-color: #fbe7ff;
        margin-top: 3px !important;
        box-shadow: 0px 0px 9px -3px #000;
        border-radius: 10px 0 10px 10px !important;
    }
    .conta h4 {
        margin: 3px 0 -1px;
        font-size: 22px;
        color: #ed143d;
        text-align:center;
    }
    .game_heading{
        background-image: linear-gradient(45deg, #085e58, #085e58);
        color: #fff;
        border-radius: unset!important;
        text-transform: uppercase;
        line-height: 30px;
        padding: 3px 0;
        margin: 0 0 3px;
        font-size:27px;
        text-align:center;
    }
    .game_div{
        background-color: #fc9;
        color: #000;
        font-size: 18px;
        border-width: 2px;
        border-style: solid;
        border-color: #0d8c83;
        font-weight: bold;
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2px;
        font-style: normal;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
        font-family: "times new roman", sans-serif;
        border-radius: 10px 0 10px 10px;
        border-style: ridge;
        border-style: ridge;
        box-shadow: 0px 0px 9px -3px #000;
        overflow: hidden;
        padding: 0;
    }
    .game_div p{
        font-size: 18px!important;
        padding: 7px 20px 1px;
        line-height: 24px;
        font-size: large!important;
        color: rgb(75, 0, 130);
        text-shadow: 1px 1px 2px #eee;
        font-size: 20px;
        margin: -9px 0px 0px;
    }
    hr.a1 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    hr.a2 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    hr.a3 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    hr.a4 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    hr.a5 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    hr.a6 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    hr.a7 {
        margin-top: 0px;
        margin-bottom: 6px;
        border-style: solid;
        border-color: #085e58 !important;
        border-width: 0px 0px 1px 0px;
    }
    .rashi_div{
        text-align: center;
        border: solid 3px #e91e63;
        padding: 0;
        font-size: 17px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .blue-div {
        margin-bottom: -1px;
        /*box-shadow: 0px 0px 9px -5px #000;*/
        margin-top: -4px;
       /* background: #fc9;*/
    }
    
    b, strong {
        font-weight: 600!important;
    }
    .blue-div h3 {
        color: #fff;
        font-size: 33px;
        font-weight: 600;
        padding: 6px 0;
        border-radius: 5px 5px 0 0;
        margin: 0 0;
        background: #1f3092 !important;
        font-family: initial;
        text-shadow: 1px 1px 2px #666;
    }
    .blue-div>div {
        border: 2px solid #3F51B5;
        border-top-width: 0;
        padding: 0;
        font-family: -webkit-pictograph;
    }
    .blue-div a {
        color: #000;
        text-decoration: none !important;
        font-size: 25px !important;
        margin: 0 !important;
        display: inline-block;
    }
    .blink.aaa1 {
        padding-right: 2px;
    }
    .B{
        border-style: solid !important;
        border-width: 2px !important;
        border-color:white !important;
        padding: 2px 10px;
    }
    body {
    background-color: #fc9;
    padding: 3px 1px 3px 0px;
    }
    .B{
        background-color: #fc9;
    }
    .img_p{
        background-color: #fc9;margin-bottom:10px;margin-top:0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px
    }
    .img_p img{
        width: 300px;height: 85px;
    }
    .head_div{padding:0px;margin-top:-7px;background: #fc9;height: 75px;}
    .head_div table{margin-bottom: -10px;}
    .head_div tbody tr{background-color: unset!important;}
    .head_div td a img{margin-top:0px;/* margin-bottom: 17px; */width: 90px;height: 65px;}
    .head_div td span{color: #CC0000;}
    .head_div td marquee{color: red;font-weight: bold;font-size: 15px;}
    .div-block-1{text-shadow: unset;padding:2px 5px}
    .div-block-1 h1{color: #1A237E;font-size: 16px !important;margin: 2px 10px -6px;font-style: italic !important;font-family: Helvetica, sans-serif !important;line-height: initial;font-weight: 600;}
    .img_p h1{margin:0px}
    .div-block-1 p{color: #444;font-size: 14px !important;margin-top:8px;font-style: italic !important;font-family: Helvetica, sans-serif !important;line-height: initial;}
     .cm-patti {margin-top: 1px;margin: -4px 0 4px;border: #1A237E solid 2px;border-radius: 10px;overflow: hidden;text-align:center;margin-top:1px;display:none}   
    .cm-patti h3 {margin: 0;background-image: #ff00a2;color: #fff;padding-top: 2px;border-bottom: 1px solid #ffffff61;font-size: 22px;}
    .cm-patti .row>div {width: 50%;}
    .cm-patti .aa55 {border-right: 1px solid #E91E63;border-radius: unset!important;}
    .cm-patti h4 {font-size: 24px;color: #ff0;margin: 0px;text-shadow: 1px 1px 3px #000000;}
    .cm-patti p {font-size: 22px;color: #cc217f;margin: 0px;line-height: 25px;text-shadow: 1px 1px 2px #ffe0c0;} 
    #live_result{padding-bottom: 0px!important;border-radius: 8px 8px 0px 0px ;border-width:2px;border-style:solid;border-color:#eb008b;background-color:#fc9;border-radius:8px;padding-bottom:5px;font-weight:bold;font-style:none;text-align:center;font-size:large;text-shadow:1px 1px none ;margin-top: -2px; margin-bottom: 9px;font-family:Helvetica;}
    .live_head_div{background-color: #1a237e ;border-radius: 7px 0px 8px 8px !important;line-height: initial;}
    .live_head_div h4{background-color: #1a237e!important;color: #fff;padding-top: 2px;font-size: 33px;margin:0px;border-radius:7px 0px 0px 0px;font-weight: 600;}
    #live_result hr{margin: 5px 0px 0px 0px;border:1px solid #000;border-bottom-color: #000;border-width: 0px 1px 1px;}
    .after_live_div{margin-top: -11px;text-align: center;border-color: blue!important;border: unset!important;background-color:transparent}
    .fff{padding: 0px;margin-top: 0px;font-size: 16px;background: transparent;}
    .app_div{margin-top: -6px;text-align: center;border-color: rgb(170, 0, 192)!important!important;background: #fc9;}.app_div p{margin:0px} .app_div a{padding:5px;text-decoration: none;}
    .blog_div_1{border-color: rgb(170, 0, 192)!important;margin-top: 2px;line-height: 12px;text-align: center;}
    .blog_div_1 small{font-weight: 800;color: #000;font-size: 14px;line-height: 18px;font-weight: 600;font-style: italic !important;font-family: Helvetica, sans-serif !important;}
    .market_div{border-radius: 4px!important;line-height: 27px;display: block;width: 100%;color: rgb(255, 255, 255);text-shadow: rgb(68, 68, 68) 1px 1px 0px;font-weight: 700;font-size: 27px;letter-spacing: 1px;border-radius: 4px;background: #aa00c0;padding: 3px;margin: 0 0 2px;text-align: center;}
    .market_div_fc{font-family:Helvetica;font-weight:bold;font-style:italic;background: #fc9;text-align: center;}
    .result_sec .market_name{font-size: 19px;}
    .result_sec hr{border-bottom: 1px solid #0d6059;border-top: unset;border-width: 1px 0px 1px 0px;margin: 3px 0px -9px 0px;}
    .conta p {width: 50%;margin: 0px;text-align: right;font-size: 22px;color: #ed143d;display: flex;flex-direction: column;justify-content: center;margin-right: 12px;}
    @media only screen and (max-width: 500px){.conta a{margin-top:30px!important;text-transform: uppercase!important;}.conta p {width: 34%;line-height: 24px;font-size: 21px;text-align: center;}}
    @media(max-width:720px){.apk_down{margin-top: -12px;width: 90%!important;height: 12%!important;margin-bottom: 0px;}}
    .matka_div{background-color:#FFCC99;text-align:center; color:black; font-size: 20px; border-width: 3px; border-style: solid;border-color: indigo;font-weight: bold; margin-top: 0px;margin-left: 0px;margin-right: 0px; margin-bottom: 3px; font-style:italic; padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px;font-family:times new roman}
    .matka_div div{background-color:gold; color:black; font-size: 25px; border-width: 3px;font-weight: bold;       margin-top: 0px; margin-bottom: 0px;margin-left: 0px;margin-right: 0px; font-style:italic; padding-top:     5px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;text-shadow:1px 1px blue}
    .matka_div div a{font-style: italic!important;color:blue;font-weight: bold;font-family: times new roman!important;}
    .game_div{background-color:#FFCC99; color:black; font-size: 20px; border-width: 3px; border-style: solid;border-color: indigo;font-weight: bold; margin-top: 0px;margin-left: 0px;margin-right: 0px; margin-bottom: 3px; font-style:italic; padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px;font-family:times new roman;text-align: center;}
    .game_div_fc{background-color:gold; color:black; font-size: 25px; border-width: 3px;font-weight: bold; margin-top: 0px; margin-bottom: 15px;margin-left: 0px;margin-right: 0px; font-style:italic; padding-top: 15px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px;text-shadow:1px 1px blue;line-height:20px}
    .game_span{font-family:times new roman!important;font-style: italic!important;}
    .game_p2{color:#000}.game_p4{color:#000}.a8{margin-top: 0px;margin-bottom:5px}.game_p8{color:red;padding-bottom: 10px;font-size: 21px;}.game_p9{font-family:times new roman!important;font-style: italic!important;color: rgb(0, 0, 128);font-size: medium;padding: 5px 5px 10px;border-width: 0;}.game_p10{font-style: italic!important;font-size: 32px!important;line-height: 30px;color:#000}.conta {padding-top: 4px;padding-bottom: 7px;background-color: #fbe7ff;display: flex;align-items: center;}
    .conta a {background-color: #ffc107;color: #000;padding: 5px 8px 2px;border-radius: 80px;display: inline-block;box-shadow: 0 0 10px -3px #000;border: 1px solid #ee008d;text-decoration: none;text-transform: lowercase!important;width:40%;font-size: small;text-align: center;}
    .conta p {font-size: 22px;color: #ed143d;display: flex;flex-direction: column;justify-content: center;margin-right: 12px;width:60%}
    @media only screen and (max-width: 500px){.conta a {margin-top: 15px!important;text-transform: lowercase!important;}} 
    .ONLINE {background-color: #ff99ff;color: #000000;border-style: groove;font-weight: bold;margin-top: 7px;margin-bottom: 7px;font-style: italic;border-width: 2px;border-color: #ff00ff;font-size: large;text-decoration: blink;}
    .blink {animation-name: blink;display: inline-block;animation-duration: .5s;animation-fill-mode: both;animation-iteration-count: infinite;color: red;font-size: 12px;text-shadow: 1px 1px 2px #fdb;}
    @keyframes blink{0% {transform: scale(1);color: #233497;}50% {transform: scale(1.3);color: red;}100% {transform: scale(1);color: #e1e205;}}
    .blue-div a:hover{color:red;text-decoration: underline!important;}
    .blue-div .table {margin: 2px 2px;width: 100%;border-spacing: unset;}
    .blue-div th{text-align:left;border:1px solid blue;color:black;padding-left:12px;}
    .blue-div td{border:1px solid blue;color:black;padding-left:10px;}
    .o_box {float: left;width: 100%;margin-top: -21px;padding: 0px;margin-bottom: 3px;}
    .chart_title {background-color: #7f7070;border-radius: 5px 5px 0 0;text-align: center;color: #fff;padding: 10px 0;font-family: myfont1;font-weight: 700;font-size: 20px;}
    .chart_mid {float: left;width: 100%;background-color: #fff;border-radius: 0 0 5px 5px;}
    .chart_content {text-align: center;font-family: myfont1;font-weight: 1000;font-size: 22px;border: 2px solid #6a7775;padding: 20px 0px;border-radius: 5px;margin: 10px;box-sizing: border-box;color: #000;}
    .free_fix a{font-size:24px!important;line-height: 30px;}
    .free_fix div:last-child{margin-bottom:0px!important;}  
    .free_fix{margin-top:5px;padding-bottom: 5px;display:none;text-align: center;}
    .free_fix_h3{padding:3px 0px;border-radius: 10px 0px 0px 0px!important;line-height: 34px;background-image: linear-gradient(-45deg, #6a7775, #6a7775) !important;}
    .free_fix_date{'border: 2px solid #eb008b;padding: 7px;margin: 7px;border-top-width: 2px;border-radius: 5px!important;margin-bottom: 0px;margin-top: 5px;}
    .free_fix_result{border: 2px solid #eb008b;padding: 7px;margin: 7px;border-top-width: 2px;border-radius: 5px!important;margin-top: 5px;}
    .free_fix_result a{font-size:25px!important;}

