.fixed {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.refresh {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 900;
    padding: 4px 6px;
    background-color: rgba(30, 60, 80, .79);
    -webkit-box-shadow: 0 1px 0 0 #000;
    -moz-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
    text-shadow: -3px -55px 65px #000;
    border: solid #000 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}


html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    background-color: #000;
    color: black;
    text-align: center;
    margin: 0;
    scroll-behavior: smooth;
    font-family: Helvetica, sans-serif;
    font-weight: 700
}

p,
ul li,
ol li {
    margin: 0
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.header {
    background: #white;
    padding: 5px;
    margin: 5px 0
}

.keyword_top {
    background: #fdf6da;
    color: #000;
    padding: 10px;
    margin: 5px 0;
    border: solid 2px #ffb80c;
    border-radius: 0;
    font-size: .9em;
    font-style: italic
}

.keyword_top2 {
    background: #a52a2a;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    border: solid 2px #ffb80c;
    border-radius: 0;
    font-size: 1em;
    font-style: italic
}

.header_txt {
    background: #02577c;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    border: solid 3px #ffc107;
    font-weight: bold
}

a {
    color: #00f;
    text-decoration: none;
    font-weight: bold
}

a:hover {
    color: #fc0
}

.live_update {
    background: #ffc107;
    color: #000;
    padding: 5px;
    margin: 5px 0;
    border: solid 2px #ffc107;
    border-radius: 0
}

.live_update_heading {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    border-bottom: solid 2px #403368
}

.line_top_bottom {
    border-top: solid 0 #3e5b99;
    border-bottom: solid 1px #3e5b99;
    padding: 5px
}

.live_update_title {
    font-size: 1.5em;
    text-shadow: 2px 2px 0 #fc0;
    color: #0012ff;
    font-weight: bold;
    padding: 5px;
    margin: 0
}

.live_update_result {
    font-size: 1.5em;
    color: red;
    text-shadow: 2px 2px 0 #fc0;
    font-weight: bold;
    padding: 5px;
    margin: 0
}

.refresh_btn {
    background: #bc0203;
    color: #ff0;
    font-size: 1.6em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px
}

.header_bottom {
    color: #02577c;
    background: #fff;
    padding: 10px;
    margin: 5px 0;
    border: solid 3px #ffc107;
    border-radius: 0
}

.heading_title2 {
    color: #fff;
    background: #02577c;
    text-shadow: 1px 1px 2px #000;
    border: solid 2px #ffa500;
    padding: 20px 5px;
    font-size: 1.4em;
    font-weight: bold
}

.result_bg {
    background: #000;
    color: #000;
    border: solid 3px #956f13 text-shadow: 1px 1px 0 #969696, 1px 5px 5px #aba8a8;
    font-style: italic;
}

.yellow_bg {
    background: yellow;
    color: blue;
    padding: 0
}

.white_bg {
    background: #fff
}

.black_bg {
    background: #000
}

.title_head {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: #000;
    padding: 10px 0 0 0;
    margin: 0 text-transform:uppercase
}

.live_result_number {
    color: #f10;
    text-shadow: 1px 2px 3px #ffeb3b;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic
}

.result_timing {
    font-size: .7em
}

.kalyan_noti {
    font-weight: bold;
    white-space: pre-line
}

hr {
    margin: 0px;
}

.strong {
    font-weight: bold
}

.italic {
    font-style: italic
}

.clear {
    clear: both
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.block_dis {
    display: block
}

.center {
    text-align: center
}

.padding10 {
    padding: 10px
}

.link_bg {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    border: solid 3px #90368d;
    border-radius: 0
}

.link_bg a {
    color: #fff
}

.call_txt {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px
}

.links_txt {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px
}

.result_add_msg {
    background: #ff0;
    color: #000;
    padding: 10px;
    margin: 5px 0;
    border: solid 3px red;
    border-radius: 0
}

.result_add_msg ul.ulli li {
    text-align: left;
    font-size: 1.3em;
    font-weight: bold
}

.whatsapp_bg {
    background: #fff;
    color: #403368;
    padding: 0 0;
    margin: 5px 0;
    border: solid 3px #ffb80c
}

.whatsapp_title {
    background: #02577c;
    color: #ff0;
    border: dashed 1px #ecb993;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    border-radius: 0
}

.login_bg {
    background: #e9ebee;
    color: #403368;
    border: solid 3px #403368;
    margin: 5px 0
}

.login_title {
    background: #560202;
    color: #fff;
    border: dashed 1px #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    border-radius: 0
}

a.btn_link {
    background: #bc0203;
    color: #ff0;
    border: groove 4px #fff;
    padding: 10px;
    font-size: 1.2em;
    display: inline-block;
    width: 150px;
    border-radius: 20px 0 20px 0
}

a.btn_link:hover {
    background: #7a1010;
    color: #fff
}

.daily_game_bg {
    background: #e9ebee;
    color: #000;
    border: solid 3px #403368;
    margin: 5px 0
}

.heading_title3 {
    background: #e70042;
    color: #fff;
    border: dashed 1px #c2b4ed;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 0
}

.daily_game_bg {
    margin: 10px 0;
    text-align: center
}

.daily_game_bg a {
    display: block;
    margin: 10px 10px;
    text-align: center;
    text-transform: uppercase
}

a.game_zone_btn {
    background: #fff5f8;
    color: #000;
    border: solid 2px #e60142;
    box-shadow: 1px 1px 5px #000;
    padding: 10px 0;
    font-size: 1.1em;
    border-radius: 0
}

a.game_zone_btn:hover {
    background: #f4d8e0;
    color: #000
}

.jodi_chart_bg {
    background: #e9ebee;
    color: #2c1c5b;
    border: solid 3px #2c1c5b;
    margin: 5px 0
}

.heading_title5 {
    background: #403368;
    color: #fff;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold
}

.jodi_btn {
    padding: 10px
}

.jodi_btn a {
    display: block;
    background: #ffc0cb;
    color: #000;
    border: solid 2px #67b244;
    margin: 10px 0;
    padding: 10px
}

.jodi_btn a:hover {
    background: #b37882;
    color: #fff;
    border: solid 2px #8ce064
}

.date_fix_bg {
    background: #fff;
    color: #000;
    border: solid 3px #ffb80c;
    margin: 5px 0
}

.heading_title4 {
    background: #a52a2a;
    color: #fff;
    border: ridge 1px #c2b4ed;
    margin-top: 0;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 0
}

.panel_chart_bg {
    background: #f0f8ff;
    color: #000;
    border: solid 3px #2c1c5b;
    margin: 5px 0
}

.heading_title6 {
    background: #372f2d;
    color: #ff0;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 0
}

.panel_btn {
    padding: 10px
}

.panel_btn a {
    background: #ececec;
    color: #35302d;
    text-shadow: 1px 1px 2px #ff0;
    border: solid 2px #35302d;
    font-size: 1.3em;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    display: block
}

.panel_btn a:hover {
    background: #d2cdcd;
    color: #35302d;
    border: solid 2px #35302d;
    text-shadow: 1px 1px 2px #ff0
}

.panel_chart_bg td {
    color: #000
}

.jodi_chart_bg {
    background: #f0f8ff;
    color: #000;
    border: solid 3px #2c1c5b;
    margin: 5px 0
}

.heading_title_jodi {
    background: #02577c;
    color: #ff0;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 0
}

.jodi_btn {
    padding: 10px
}

.jodi_btn a {
    background: #cbdce3;
    color: #002736;
    text-shadow: 1px 1px 2px #fff;
    border: solid 2px #02577c;
    font-size: 1.3em;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    display: block
}

.jodi_btn a:hover {
    background: #b4c9d1;
    color: #002736;
    border: solid 2px #02577c;
    text-shadow: 1px 1px 2px #fff
}

.jodi_chart_bg td {
    color: #000
}

.aaj_kya_bg {
    background: #fff;
    color: #000;
    border: solid 3px #b00237;
    margin: 5px 0;
    border-radius: 0
}

.heading_title7 {
    background: #b00237;
    color: #ff0;
    border: inset 3px #fff;
    display: inline-block;
    margin-top: 5px;
    padding: 10px 25px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 50px
}

.search_bg {
    background: #fff;
    color: #372f2d;
    border: solid 3px #372f2d;
    margin: 5px 0;
    padding-bottom: 10px
}

.heading_title8 {
    background: #372f2d;
    color: #ff0;
    border: outset 3px #736a68;
    margin: 5px 0;
    padding: 10px 25px;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 30px 30px 0 0
}

.samaj_bg {
    background: #fff;
    color: #000;
    border: solid 3px #f2c3a1
}

.heading_title9 {
    background: #025d83;
    color: #ff0;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 0
}

.smm_bg {
    background: #e9ebee;
    color: #000;
    border: solid 3px #403368
}

.heading_title10 {
    background: #912f8e;
    color: #fff;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold
}

.sm_bg {
    background: #fff;
    color: #000;
    border: solid 3px #403368;
    margin: 5px 0
}

.heading_title11 {
    background: #403368;
    color: #fff;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold
}

.makes_bg {
    background: #fff;
    color: #000;
    border: solid 3px #403368;
    margin: 5px 0
}

.heading_title12 {
    background: #2c1c5b;
    color: #fff;
    border: dashed 1px #fff;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold
}

.useful_bg {
    background: #fff;
    color: #000;
    border: solid 3px red;
    margin: 5px 0
}

.heading_title13 {
    background: #e70042;
    color: #ff0;
    border: groove 3px #f38daa;
    margin: 5px 5px;
    padding: 10px 5px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px
}

.useful_bg a {
    color: #e70042;
    padding: 10px 3px;
    line-height: 22px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    border-bottom: solid 1px #666
}

.useful_bg a:hover {
    color: #000
}

.heading_title20 {
    background: #fff9d7;
    color: #2c1c5b;
    border: dashed 1px #2c1c5b;
    padding: 5px 5px;
    margin: 10px 0;
    font-size: 1em;
    font-weight: bold
}

ul.left {
    text-align: left
}

a.link_hover {
    color: #00f
}

.btn_tricks_zone {
    margin: 15px 5px
}

.btn_tricks_zone a {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 20px
}

.btn_tricks_zone a:hover {
    background: #639;
    color: #fff
}

table th {
    padding: 5px 10px;
    text-align: left;
    background-color: #aa6360;
    color: #fff
}

table td {
    padding: 5px 10px;
    border: 1px solid #aa6360
}

tr:nth-child(odd) {
    background: #edd3d2
}

tr:nth-child(even) {
    background: #black
}

tr:hover {
    background-color: #ddd
}

table td.chart_date {
    text-align: center
}

table .td_center td {
    text-align: center
}

.td_red {
    color: red;
    font-size: 1.5em;
    font-weight: 600
}

.td_black {
    color: #000;
    font-size: 1.5em;
    font-weight: 600
}

td.td_red {
    color: red;
    font-size: 1.5em;
    font-weight: 600
}

td.td_black {
    color: #000;
    font-size: 1.5em;
    font-weight: 600
}

.headings h1,
.headings h2,
.headings h3,
.headings h4,
.headings h5,
.headings h6 {
    font-size: .1em;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #000
}

.ex1 {
    width: 100%;
    overflow-y: scroll;
    max-height: 150px;
    font-size: 14px;
    padding: 0;
    text-align: justify;
    font-weight: 500;
    line-height: 22px
}

.refresh_button {
    background: #aa3f3f;
    color: #ff0;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px
}

.frm_design input[type="text"],
input[type="password"],
input[type="email"] {
    width: 80%;
    background: #ccc;
    color: #000;
    border: solid 1px #999;
    padding: 5px;
    text-align: center
}

.bg_color1 td {
    background: #ff9
}

.frm_design textarea {
    width: 80%;
    background: #ccc;
    color: #000;
    border: solid 1px #999;
    padding: 5px;
    text-align: center
}

.samaj_seva {
    text-align: center;
    background: #cbd5d9;
    color: #043e58;
    border: solid 1px #cf0;
    border-radius: 5px
}

.frm_design2 input[type="text"] {
    width: 50px;
    background: #eee;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    border: solid 1px #999;
    padding: 10px 2px;
    text-align: center
}

.padding0 {
    padding: 0;
    margin: 0
}

.red {
    color: red
}

.white_f {
    color: #fff
}

.yellow_f {
    color: #ff0
}

.green_f {
    color: #090
}

.green_dark_f {
    color: #3f681b
}

.purpal_f {
    color: #8100b9
}

.orange_f {
    color: #e44a18
}

.aqua_f {
    color: #05d5d3
}

.golden_f {
    color: #bc8e2c
}

.blue_f {
    color: #00f
}

.red2 {
    background: red;
    color: #fff
}

.blue {
    background: #00f;
    color: #fff
}

.black {
    color: #000
}

.red_bg {
    background: #e42626
}

.light_gray_bg {
    background: #eee
}

.orange_dark_bg {
    background: #a24c2e
}

.golden_bg {
    background: #dcaf42
}

.blue_dark_bg {
    background: #235e83
}

.red_dark_bg2 {
    background: #481111
}

.pink_dark_bg {
    background: #bd496a
}

.pink_dark2_bg {
    background: #810a2e
}

.light_green_bg {
    background: #89c36f
}

.blue_gray_bg {
    background: #1f4f63
}

.border_white {
    border-radius: 5px;
    border: solid 1px #fff
}

.border_orange_dark {
    border-radius: 5px;
    border: solid 1px #a24c2e
}

.border_red {
    border-radius: 5px;
    border: solid 1px red
}

.border_dark_red {
    border-radius: 5px;
    border: solid 1px #481111
}

.border_yellow {
    border-radius: 5px;
    border: solid 1px #fc3
}

.border_golden {
    border-radius: 5px;
    border: solid 1px #e7920d
}

.border_dark_pink {
    border-radius: 5px;
    border: solid 1px #bd496a
}

.border_dark_pink2 {
    border-radius: 5px;
    border: solid 1px #810a2e
}

.border_green {
    border-radius: 5px;
    border: solid 1px #0c0
}

.border_blue_gray {
    border-radius: 5px;
    border: solid 1px #1f4f63
}

.blue_bg {
    background: #00f;
    color: #fff
}

.red_bg {
    background: red;
    color: #fff
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn-success {
    color: #fff;
    background-color: #9a9739
}

.btn-warning {
    color: #fff;
    background-color: #336f4c
}

.btn-purpal {
    color: #fff;
    background-color: #072056
}

.refresh_button2 {
    background: #403368;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    position: fixed;
    bottom: 50px;
    right: 5px;
    padding: 5px 10px;
    width: 80px
}

.callus_button {
    background: #f5791f;
    color: #000;
    font-weight: bold;
    font-size: 1em;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    padding: 5px 10px;
    width: 80px
}

.blinking {
    animation: blinkingText .9s infinite
}

@keyframes blinkingText {
    60% {
        color: #00F;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #00F;
    }
}

@media (max-width:768px) {
    .row {
        margin-right: 0;
        margin-left: 0
    }

    .trapezium {
        width: 100%;
        left: 0%
    }
}

@media (max-width:480px) {
    .mob_block {
        display: block
    }

    .trapezium {
        width: 100%;
        left: 0%
    }

    .mob_font_size_1_6 {
        font-size: 1.6em
    }

    table.mobile th {
        padding: 5px 0;
        text-align: left;
        background-color: #4caf50;
        color: #fff;
        font-size: .8em
    }

    table.mobile td {
        padding: 5px 0;
        border: 1px solid #ddd;
        font-size: .7em
    }

    table td.chart_date {
        text-align: center;
        font-size: .6em
    }

    .td_red {
        font-size: 1.3em;
        font-weight: 600
    }

    .td_black {
        font-size: 1.3em;
        font-weight: 600
    }
}

</style><style type="text/css">.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.all {
    width: 80%;
    background: #ccc;
    color: #000;
    border: solid 1px #999;
    padding: 5px;
    text-align: center
}
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.top-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.navbar {
    border-radius: 0;
    background: #58007E;
    color: #fff
}

.navbar a {
    color: #fff
}

.navbar .brand {
    padding: 0 50px
}

.navbar .t-brand {
    padding: 0 5px
}

.block {
    display: block;
    overflow: hidden
}

.act {
    padding-left: 2px !important;
    padding-right: 2px !important
}

.iblock {
    display: inline-block
}

.live {
    background-color: mintcream;
    border-color: orange;
    border-style: solid;
    border-width: 2px;
    color: #000;
    font-style: italic;
    font-weight: 700;
    text-shadow: 1px 1px yellow;
    text-align: center
}

.liveupdate {
    background: #593557;
    color: white;
    padding: 8px;
    font-weight: 700;
    font-size: 12px;
    font-family: Georgia;
    border-bottom: silver solid 2px;
    margin-bottom: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center
}

h1 {
    text-align: center;
    font-weight: 400;
    color: #000
}

.btm-btn-f {
    background: navy;
    background: linear-gradient(45deg, navy, #005780);
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 11px 5px;
    transition: all .3s ease-in
}

.refresh-btn {
    position: fixed;
    bottom: 10px;
    right: 10px
}

p {
    text-align: center;
    color: #000
}

small {
    font-size: smaller
}

.refresh-btn,
.menu2 a {
    border: 2px solid #ff006c;
    background-color: #ff006c;
    color: #fff;
    padding: 3px 7px;
    border-radius: 8px 0;
    box-shadow: 0 0 1px #000000d6;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s
}

.refresh-btn {
    border: 2px solid #000;
    background-color: #0f37ae;
    color: #fff;
    padding: 3px 7px;
    border-radius: 8px 0;
    box-shadow: 0 0 1px #000000d6;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s
}

.refresh-btn:hover {
    border: 2px solid #000;
    background-color: #0f37ae;
    box-shadow: 0 0 13px 3px #1a53ff;
    cursor: pointer
}

.menu2 {
    border-left: lime solid 3px;
    font-weight: 700;
    border-right: lime solid 3px;
    border-top: lime solid 3px;
    border-bottom: lime solid 3px;
    background-color: mintcream;
    border-radius: 8px;
    font-style: italic;
    font-size: 5;
    text-align: center;
    text-shadow: 1px 1px pink;
    margin-top: 9px;
    margin-bottom: 9px;
    border: solid 3px#956f13;
    text-shadow: 1px 1px 0 pink, 1px 5px 5px #aba8a8;
    font-style: italic;
    text-align: center
}

.top_head {
    background: content-box radial-gradient(#f5ed7e, cornsilk) padding:2px;
    border: 4px solclass #fc0f03;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 10px
}

.top {
    background-color: #87CEFA;
    padding: 2px;
    border: 4px solclass #0FF;
    color: blue;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 10px;
    font-size: auto
}

header {
    border: 2px solid #fff;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #111;
    background: #87CEFA;
    border-radius: 10px;
    margin: 3px 0 10px;
    padding: 5px 0 6px;
    font-weight: 700
}

.user_login,
.content {
    border-radius: 3px;
    font-family: georgia, garamond, serif;
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    font-family: myfont1;
    margin: 5px 0 0 0;
    background-color: Cornsilk;
    border: 1px solid #001b4d;
    box-shadow: 0 0 10px #001b4d
}

.jodichartleft {
    float: left;
    width: 20%;
    text-align: left;
    margin-top: -25px;
}

.panelchartright {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: -25px;
}

.jodichartleft a,
.panelchartright a {
    width: auto;
    background-color: navy;
    color: #fff;
    padding: 2px 2px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center
}

.game {
    border-radius: 3px;
    font-family: georgia, garamond, serif;
    font-variant: small-caps;
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: myfont1;
    margin: 5px 0 0 0;
    background-color: #fff;
    border: 1px solid #001b4d;
    box-shadow: 0 0 10px #001b4d
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.game hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.online_bg {
    background: linear-gradient(90deg, rgb(255 248 220) 0%, rgb(0 0 255) 50%, rgb(252 69 69) 100%);
    border: 1px solid #FB5A14;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px
}

.content h3 {
    color: red;
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn-refresh {
    padding: .10rem .35rem;
    color: #fff;
    border-radius: 1rem;
    margin-top: .25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem
}

.btn-refresh a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.bg-1 {
    background: linear-gradient(180deg, rgb(233 50 51) 39%, rgba(196, 10, 114, 1) 99%);
    border: 1px solid #FB14BC;
    box-shadow: 0 0 15px #000;
}

.txt_bg {
    background-color: Cornsilk;
    color: #fff;
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
}


element.style {}

.game-table .your-div .aa {
    border-right: 1px solid #3f51b5;
}

h4.aa,
h4.bb {
    width: 50%;
    color: #fff;
    padding: 9px 0;
    font-size: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

user agent stylesheet h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

style attribute {
    opacity: 1;
    visibility: visible;
    animation: 0s ease 0s 1 normal none running none;
}


element.style {}

.game-table table,
.game-table td,
.chart-table th {
    border: 1px solid #3f51b5;
    font-weight: 300;
}

.game-table td {
    text-align: center;
    color: #000;
    font-weight: 300;
    padding: 5px 0;
    width: 30%;
    font-size: 10px;
}

td {
    border: 1px solid #999;
    background-color: #FFE599;
    text-align: center;
    color: #000;
    font-weight: 300;
    padding: 5px 0;
    font-family: myfont1;
    font-style: italic;
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

user agent stylesheet td {
    display: table-cell;
    vertical-align: inherit;
}

.game-table table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #eb008b;
    border-radius: 10px 0 8px 8px;
    margin-bottom: 2px;
    overflow: hidden;
    box-shadow: 0 0 10px -3px #000;
    background-image: linear-gradient(90deg, #f6f6f6 50%, white 50%);
}

user agent stylesheet table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

.Blog2 h3,
h5 {
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 20px;
    color: blue;
}

user agent stylesheet h3 {
    display: block;
    font-size: 0.10em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

user agent stylesheet div {
    display: block;
    unicode-bidi: isolate;
}

.freegame {
    background: #fff;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    float: left;
    min-height: 125px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 3px #eb008b;
}

.openClose {
    font-size: 12pt;
    font-weight: 900;
    margin-bottom: 5px;
    color: #000;
}

user agent stylesheet div {
    display: block;
    unicode-bidi: isolate;
}

.freegame {
    background: #fff;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    float: left;
    min-height: 125px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 3px #eb008b;
}

.result666 {
    background: rgb(239, 14, 6);
    background: linear-gradient(90deg, rgba(239, 14, 6, 1) 0%, rgba(24, 3, 1, 1) 48%, rgba(210, 31, 8, 0.9223039557619923) 100%);
    border: 1px solid #F1C40F;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}

.result666 {
    background: rgb(239, 14, 6);
    background: linear-gradient(90deg, rgba(239, 14, 6, 1) 0%, rgba(24, 3, 1, 1) 48%, rgba(210, 31, 8, 0.9223039557619923) 100%);
    border: 1px solid #F1C40F;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}

.Blog2 {
    background-color: white;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-width: 2px;
    border-color: none;
    border-style: solid;
    font-size: 16px;
    font-weight: 400;
}

.blink {
    animation-direction: alternate;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-name: blinker;
}

user agent stylesheet b {
    font-weight: bold;
}

.result666 a {
    text-decoration: none;
}

a {
    color: blue;
}

user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

.btn-refresh {
    padding: 0.25rem 0.75rem;
    color: #fff;
    border-radius: 1rem;
    margin-top: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
}

.result666 {
    background: rgb(239, 14, 6);
    background: linear-gradient(90deg, rgba(239, 14, 6, 1) 0%, rgba(24, 3, 1, 1) 48%, rgba(210, 31, 8, 0.9223039557619923) 100%);
    border: 1px solid #F1C40F;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}