body{
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: "Poppins", sans-serif; */
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin-top: 0;
    padding-bottom: 0px;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

body a{
    color: #000;

}
body a:hover{
    text-decoration: none;
}
.fine{
    /* text-shadow: 3px 3px #000; */
    text-shadow: 1px 1px #000;
}
/*------------------------header----------------------------*/
header{
    background-color:#042956;
    color: #fff;
    border: 1px solid;
    border-style: inset;
}
.header_gif{
    height: 85px;
}
.logo{
    float: left;
    display: inline-flex;
}
.header_login{
    float: right;
    display: inline-block;
    margin-top: 20px;
}
.login_input_field{
    padding:5px;
    border-radius: 5px;
}
.header_login a{
    color: white;
}
.login_input_field:hover {
    box-shadow: 0 0 6px rgb(255, 253, 75);
}
.login_btn{
    background-color:#99d40b;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;

}
/*-------------head css*---------------*/
.head{
    background-color:#1c202f;
    color:#ffffff;
    border: solid 3px #1cd2db;
    border-style: inset;
}

.head2{
    background-color:#112448;
    color:#ffffff;
    border: solid 3px #00ffdb;
    border-style: inset;
}

.head_title{
    font-size: 35px;
    margin: 5px 0px 25px 0px;
}
.hr_line{
    box-shadow: 5px 0 6px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.medium_text{
    font-size: 18px;
    color: #ffffff;
}
.small_text{
    font-size: 17px;
    color:#f1fd37;
}
/*--------------block two content---------------*/
.block_two{
    background-color:#112448;
    color: #ffffff;
    border: 3px solid #00ffdb;
    border-style: inset;
    line-height: 15px;
    padding: 5px;
    margin-top: 3px;
}
.block_two_content{
    font-size: 15px;
    line-height: 20px;
}
.yellow_text{
    color:#f1fd37;
}
/*---------------block three css------------------*/
.live_update{
    color: #f9f9f9;
    background-color:#235e83;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px;
    text-shadow:1px 1px 1px rgb(64, 211, 255);
    /*text-shadow: 1px 1px 1px rgba(255,223,64,1);*/
}

.live_games{
    color: #f9f9f9;
    background-color:#bd496a;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px;
    text-shadow:1px 1px 1px rgb(64, 211, 255);
    /*text-shadow: 1px 1px 1px rgba(255,223,64,1);*/
}
.login_update{
    background: #278488;
    color: #fff;
    border: dashed 1px #fff;
    font-size: 1.5em;
    font-weight: 700;
    padding: 10px;
}
.download_apk{
    background-color:#0a3d7d;
    padding: 10px
}
.login_apk{
    background-color: #f3ffb8;
    padding: 10px;
}
.dwnld_apk_text{
    color:#ffffff;
    text-decoration: none;
    font-size: 26px;
    text-shadow: 1px 1px 1px rgb(255, 64, 73);
}
.ragdhani{
    background-color:#ad1c87;
    color: #fcff31;
    font-size: 30px;
    font-weight: bold;
    text-shadow:1px 1px 1px rgb(64, 211, 255);
    letter-spacing: 2px;
    -webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}
.blink{
    animation: blink 0.8s linear infinite;
}
@-webkit-keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.block_three{
    border:3px solid #f9f20c;
    border-style:inset;
    margin-top: 3px;
    background-color: #fff;
}
.block_three1{
    width: 100%;
    background-color: #efefef;
    border: 2px solid #000;
    margin: 1px;
    border-radius: 11px;
}
.block-p{

    font-size: 28px;
    font-weight: bold;
    color: blue;

}
.line{
    height: 1px;
    width: 300px;
    background-color: #0000002e;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}
.block-p-2{
color:#020202a1;
    font-family:bold;
    font-size:28px;
    font-weight: bold;
    padding:10px;
}
.block-p-1{
    margin-top: 10px;
}


.ram_img{
    margin-bottom: 10px;
}
/*------------------Block four css-------------------------------*/
.block_four{
    font-size: 32px;
    color: #ffe007;
    background-color: #ad0168;
    /* text-shadow: 1px 1px 1px rgb(214, 241, 67); */
    /*border: 2px solid #ffffff;*/
    /*border-style: inset;*/
}
/*-------------------section one-------------------------------*/
.setion_one{
    background-color: #ffebde;
    /* background-color: #ffc107; */
    margin-top: 3px;
    border: 2px solid #48e486;
    border-style: ridge;

}
.lucky_draw_div{
    /* background-color:#ffffff; */
    color: #000000;
    padding: 0px;
    font-size: 20px;
    text-align: center;
}
/*.head_top{*/
/*padding: 1px;*/
/*}*/
.head_top_margin{
    background:red;
    padding: 6px;
    color: #ffffff;
    border: 2px solid;
    margin: 0px -2px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    /*padding-left: 15px;*/
    text-shadow: 1px 1px #000;
}
.lucky_draw_line{
    /*border-top: 1px solid #ea0404;*/
    box-shadow: 0px 0 0.5px 0;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom:1.5px solid black;
}
.lucky_draw_line_main{
    /*border-top: 1px solid #edf7ec;*/
    box-shadow: 0px 0 0.5px 0;
    margin-bottom: 0;
    margin-top: 0;

}

.title {
    color: #d8ab07;
    font-size: 27px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1.5px 1px 1px rgb(185, 33, 152);
    margin-bottom: 0px;
}
.number{
    color: #1b216b85;
    font-size: 25px;
    margin-bottom: 0;
    margin-bottom: 0 px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(191, 75, 191);
}
.time{
    color: #1714dc82;
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
    text-shadow: 0px 1px 1px rgb(241, 151, 156);
}
.day{
    color: #a94442;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    /* background-color: red; */
    border-radius: 10px;
    padding: 4px 18px;
}
.time_one{
    color: #fffcfd;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgb(241, 151, 156);
}
.kalyan{
    background-color:#0a3d7d;
    color: #fff700;
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    
    border: 1px solid #ea8989;
}
.kalyan_title{
    margin-bottom: 0px;
    color: #fff700;
    font-size: 32px;
    text-shadow: 1px 1px 1px rgb(15, 107, 14);
}
.tonight_box{
    background: #ff1207;
    padding: 5px;
    color: #ffffff;
    margin: 15px -1px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px #0a0a0ad9;
}
.tonight_head{
    font-size: 27px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    color: red;
    text-shadow: 1px 1px #dbde27d9;
}
.main_mumbai_box{
    padding: 25px 0px;
    background-color:#fff;
    /*border-bottom: 2px solid #0c0c0c40;*/
    /*border-top: 2px solid #0c0c0c40;*/

}
.main_ALL_box{
    background-color:#eae9e4;
    border: 2px solid #ea8989;
}
.main_mumbai_title{
    margin-bottom: 0px !important;
    color: #0a3d7d !important;
    font-size: 32px !important;
    text-shadow: 1px 1px 1px rgb(0, 0, 0) !important;
}
.mumbai_sub_box{
    background-color: #010a19e6;
    color: #fdfdfd;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    border: 2px solid #e8f705;
    padding-top: 8px;
    margin-top: 8px;
}
.bookmark_box{
    background-color: red;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: -12px;
}
.bookmark_hr_line{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #5af3fb;
    box-shadow: 5px 0 6px 0;
}
/*--------------------Satta useful link css------------------------*/
.headline{
    background: #dcaf42;
    padding: 5px;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 0; */
    border: 1px solid #a5e8f3;
    /* margin-top: 15px; */
    text-shadow: 1px 1px #b8ebf7;
}
.a14 {
    position: fixed;
    bottom: 10px;
    right: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 999;
}
.a14 img{
    height: 60px;
    margin-right: 15px;

}

.a15 {
    position: fixed;
    bottom: 10px;
    left: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 999;
}
.a15 img{
    height: 60px;
    margin-right: 15px;

}

/* .a14 :hover{
    transition: all 0.5s ease-in-out 0s;
    transform:  rotate(360deg);
} */

.satta_useful_links{
    border: 1px solid #d1f5fe;
    border-style: double;
    padding: 10px;
}
.tricks{
    background-color: #0a3d7d;
    border-radius: 10px;
    text-shadow: 1px 1px #fbf2f2;
    border: 2px solid #ffffff;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
}
.tricks a{
    color: #fff;
}
.tricks a:hover{
    text-decoration: none;
}

.tricks:hover{
    background-color: #1163c7;
    scale: 1.02;

}
.pannel_chart{
    background: #0bd0b5;
    color: #000;
    border: solid 2px #f91feb;
    box-shadow: 1px 2px 5px #333;
    padding: 10px;
    font-size: 1em;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.pannel_chart:hover{
    /* background-color: #1163c7; */
    scale: 1.02;
    background: #f91feb;
    color: #fff;
    border-radius: 20px;

}


/*--------------------Kalyan dhamakedar CSS--------------------------*/
.kalyan_dhamakedar{
    background-color: white;
    color: #000;
    font-style: italic;
    /* font-family: 'Noto Serif', serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-top: 5px;
    font-weight: 550;
    text-shadow: 1px -1px yellow;
    /*text-shadow: -1px 0 pink, 0 1px pink, 1px 0 pink, 0 -1px pink;*/
}
/*--------------panel chart css------------*/
.apanel{
    background-color: #ffebfd;
    /* color: red; */
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    /* text-decoration: none; */
    border: 3px solid #f1f51b;
    /* border-right: 3px solid #FE061D; */
    margin-top: 5px;
    /* margin-bottom: 1px; */
    padding: 5px;
    border-radius: 20px;
    text-shadow: 1px 1px gold;
}
.bpanel{
    background-color: #caf3f3;
    /* color: red; */
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    border: 3px solid #fbff00;
    margin-top: 5px;
    padding: 5px;
    border-radius: 20px;
    text-shadow: 1px 1px gold;
}
.panel_chart a{
    color: #000000;
}
.panel_chart a:hover{
    text-decoration: none;
}
.blog{
    background-color:#ffff66;
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    padding: 5px;
    margin-top: 5px;
    border: 3px solid #f54d0d;
    border-radius: 20px;
    text-shadow: 1px 1px gold;
}
/*----------------------footer  css----------------------------------------*/
.footer{
    background-color:#ffff66;;
    font-size: 20px;
    height: 100%;
    margin-top: 10px;
}
.footer a {
    color: #000;
    font-size: 18px;
    font-style: italic;
}
.form_hr_line{
    margin: 0px;
    border-top: 1px solid #c6cff9;
}
/*---------------------------------------registration login form css-----------------------*/
.regs_login_header{
    background-color: #0a3d7d;
    color: #fdbc48;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 1px rgb(248, 251, 51);
}
.form_block_headline{
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    letter-spacing: 1px;
    text-shadow:1px 1px 1px rgb(64, 211, 255);
}
/*------------------------registration form css-------------------*/
.form_block{
    background: rgba(0, 0, 0, 0.18);
    text-align: center;
    width: 35%;
    color: #fff;
    display: inline-block;
    border: 1px solid #ffbff7;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
.regs_login_form{
    padding: 20px;
    padding-bottom: 0px;
}
.text{
    border: solid 1px rgba(255, 255, 255, 1.37);
    border-style: inset;
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff;
}
.sub_btn{
    color: yellow;
    background: #ef5e7a;
    border: 1px solid #ef5e7a;
    cursor: pointer;
    padding: 0.9em;
    width: 45%;
    margin: 5px;
    font-weight: 500;
    letter-spacing: 4px;
    border-radius: 25px;
}
/*------------------------Buttons CSS-----------------------------*/
.a_btn{
    border-radius: 22px;
    padding: 12px 7px;
    background-color:#fbd1f2;
    font-size: 15px;
    border: 2px solid  #ef5e7a;
    margin: 10px;
    max-width: 200px;
    width: 122px;
}
.b_btn{
    background-color:#e4f0f9;
    width: 122px;
}
/*--------------------marquee ------------------------------*/
.headline{
    background: #dcaf42;
    padding: 10px 5px;
    color: #000000;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    /* margin-bottom: 0; */
    border: 1px solid #a5e8f3;
    /* margin-top: 15px; */
    text-shadow: 1px 1px #b8ebf7;
}
/*----------------footer css-----------------------*/

/*--------------------------record book table -------------------------*/
.record_book_headline{
    background-color:#fffed6;
    font-size: 15px;
    color: #000;
    border: 2px solid #fbff00;
    height: 50px;
    line-height: 8px;
    padding: 10px;
    border-style: inset;
    text-shadow: 1px 1px 1px rgb(185, 33, 152);
}
.record_book_headline a {
    color: #113f6d;
    text-shadow: 1px 1px 1px rgb(151, 163, 247);
    text-decoration: none;
}
.record_book_table{
    background-color: #fff;
    border-color: #f3ff3b;
    border-style: double;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px gold;
    font-size: 23px;
    margin-top: 20px;
    width: 70%;
    /*border-collapse: separate;*/
    border: 2px solid yellow;
    padding: 3px;
    font-style: italic;
}
/*---------------------------------------------------------*/
.usr_name{
    width: 100%;
    background-color: #040d5d;
    padding: 5px;
    font-weight: 600;
    color: #f9f9f9;
    text-align: left;
    font-size: 18px;
    border: 2px solid #ffff08;
}
.msg_box{
    font-size: 20px;
    background-color: #0a3d7d;
    height: auto;
    margin: 0px;
    text-align: left;
    border-bottom: 2px solid yellow;
    margin-top: -10px;
}
.login_fields{
    margin-bottom: 10px;
}
.kly{
    font-size: 20px;
    color: red;
}
.number_box{
    font-size: 25px;
}
/*.heading myfont{*/
    /*font-size: 12px;*/
/*}*/

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}



.refreshBtn {
    background-color: #0fae19;
    border: 1px solid #0fae19;
    padding: 3px 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white;
    font-size: 13px;
}

.refreshBtn:hover{
    background-color: #0f62c7;
    box-shadow: 0px 1px 3px 0px black;;
}

.d-flex{
display: flex;
} 

.flex-direction-column{
    flex-direction: column;
}

.chartBtn {
    margin-top: 4px;
    font-size: 15px;
    border: 2px solid red;
    background-color: #0a3d7d;
    color: white;
    padding: 5px 15px;
    border-radius: 3px;
}

.showTime{
    font-size: 18px;
    color: #1b216b85;
    margin-bottom: 0;
    margin-bottom: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(191, 75, 191);
}

.game_name{
    color: blue;
}
.game_date{
    color:black;
}

.call_txt {
    font-size: 1.3em;
    font-weight: 700;
    padding: 10px;
    margin: 10px 15px;
    border: 6px double #ff1414;
    background-color: #ffbe96;
    
}
a{
    text-decoration: none;
}

.login_btn2 {
    background: #e347a7;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    display: inline-block;
    width: 150px;
    border-radius: 5px;
    border: none;
    transition: 0.3s ease-in-out;
}

.login_btn2:hover {
    background: #ff0049;
    color: #fff;
    border-radius: 20px;
}