
body {
    margin: 0;
    padding: 4px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #000;
    word-wrap: break-word;
    background: #fff;
}

.box {
  background: linear-gradient(to right, orange, #ec38bc, #7303c0, cyan);  
  color: white;
  padding: 6rem 1rem;
  margin: 4rem;
  font-size: 100px;
}
a {
    text-decoration: none;
    font-weight: 900;
    color: blue;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0
}

.logo {
    background: linear-gradient(70deg,#FF00FF,#DAA520,#DAA520);
    padding: 4px 0;
    border: 4px solid #9521ff;
    color: #00F;
    font-weight: 700;
    font-size: 36px;
    margin-top: 4px;
}

.top {
    background-color: white;
    color: black;
    border: 4px solid #ff13c0;
}

.f {
    background: #111;
    color: #fff;
    margin-top: 5px;
    padding: 10px
}

/*.row {
    background: #fff;
    padding: 8px;
    border: 2px solid #000;
    margin: 5px 0;
    overflow: hidden
}

.row a {
    color: #000
}*/

.col2 {
    width: 50%;
    float: left
}

.clr {
    clear: both
}

table {
    border-collapse: collapse;
    width: 100%
}

td {
    border: 1px solid #ccc
}

th {
    background: #f8f8f8
}

th,
td {
    padding: 4px;
    text-align: center
}

.chart {
    background-color: #fff;
    margin-top: 5px;
    border: 2px solid #000
}

.chart {
    overflow-x: hidden
}

.tc {
    background: #fff
}

.tc a {
    display: block
}

.ln {
    border-top: 1px solid #ccc;
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 10px
}

.date {
    margin: 0 0 10px 0;
    padding: 10px
}

.b {
    font-weight: 700
}

.c {
    text-align: center
}

.l {
    text-align: left
}

.r {
    text-align: right
}

.red {
    color: red!important
}

.red {
    color: red!important
}

.blue {
    color: blue!important
}

.green {
    color: green!important
}

.brown {
    color: brown!important
}

.purple {
    color: purple!important
}

.orange {
    color: orange!important
}

@media screen and (max-width:640px) {
    body {
        margin-bottom: 56px;
    }
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    
.home-login .panel-body {
    width: auto !important;
}

.panel-chart-data table td {
    font-size: 10px !important;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}
.panel-chart-data table {
    border:none;
}
.panel-chart-data th , span.red {
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    
    .home-login .panel-body {
    width: auto !important;
}
}


.sticky {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%
}
#panel td{
	border:1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	
}
#panel th{
	text-align:center;
	background: #f8f8f8;
	padding: 8px;
	font-size: 28px;
    font-weight: bold;
	border:1px solid #f8f8f8;
   font-family: 'Montserrat', sans-serif;
}
/*div.market {
    font-size: 130% !important;
    font-weight: 900;
    color: red;
    text-transform: uppercase;
}
div.row
{
	background: white;
    margin-top: 10px;
    padding: 0 10px 0 10px;
    border: 2px solid white;
    border-radius: 0px;
}
div.result
{
	color: blue;
    font-size: 20px;
    font-weight: 600;
}
div.time
{
	font-size: 8%;
	color:red;
}
*/
.analog-clock {
    background-color: gold;
    margin-top: 10px;
    padding: 20px 0px;
}

.analog-clock table {
    background: gold;
    border: 0px !important;
}

.analog-clock tr, .analog-clock td {
    border: 0px !important;
    padding: 0;
}

/*.home-login .panel-heading {
    font-size: 30px;
    font-weight: 600;
}

.home-login .panel-body {
    width: 20%;
    padding: 20px;
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.home-login input[type="text"], .home-login input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px 7px;
    color: #000;
    border: none;
    border-radius: 3px;
}

.home-login label {
    color: #fff;
    float: left;
    font-size: 14px;
}

.home-login input[type="submit"], .home-login .btn-info {
    cursor: pointer;
    background: green;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
    border-radius: 3px;
    border-color: green;
    color: #fff;
}

.my-login .alert-danger {
    text-align: left;
    color: red;
    font-size: 14px;
}*/


.footer {
    background-color: #ff0;
    color: Black;
    border-left: purple solid 2px;
    border-right: purple solid 2px;
    border-top: yellow solid 1px;
    border-bottom: yellow solid 1px;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-align: center;
    text-shadow: 1px 1px gold;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: georgia,serif;
}

.my-hr {
    margin: 10px 0px;
    border-top: 1px solid blue;
}

.call-bar {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-shadow: none;
}

.web-footer a.cal {
    font-size: 26px;
    text-decoration: none;
}

.web-footer a {
    color: blue;
    text-decoration: underline;
}

/******************************************/

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    
.callus a.cal {
    font-size: 21px;
}

.callus {
    margin-left: auto;
    margin-right: auto;
}

.prp79 h2 {
    font-size: 22px;
}

.prp79 div {
    font-size: 13px;
}

.weeklypattijodichart {
    width: auto;
}

.weeklypattijodichart td {
    padding: 1px;
}

.title-head-notif {
    font-size: 22px;
    text-shadow: none;
}

.title-head-notif img {
    width: 30px;
}
table {
    border: none ;
}

}
/********************** new css *******************/
.dndTableBox2 table tr td p {
    margin: 0;
    padding: 1px 0;
    font-family: Comic Sans MS;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}


/*****************************************/
.matka-top {
    background-color: YELLOW;
    color: BLACK;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
    text-shadow: 1px 0px gold;
    border-width: 3px;
    border-color: #b8005c;
    border-style: outset;
    margin-top: 20px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}
.matka-top-show {
    background-color: white;
    color: black;
    font-size: 23px;
    border-width: 4px;
    border-color: blue;
    border-style: outset;
    margin: 10px 0;
    padding: 0;
    border-radius: 3px;
    font-family: trebuchet MS,sans-serif;
    font-style: italic;
    border-bottom-style: solid;
    border-bottom-width: 5px;
     text-shadow: 1px 1px #ffd700; 
    border-bottom-color: blue;
    letter-spacing: 1pt;
    font-weight: bold;
    word-spacing: 2pt;
}
.top-show {
    background-color: gold;
    font-size: 23px;
    font-weight: bold;
}

button.button.button2 {
    float: right;
    margin: 0 10px;
}

.wpl-welcome {
    color: magenta;
    font-size: 20px;
    float: left;
    width: 100%;
    font-weight: bold;
    font-style: bold;
}

/***********************************************/
.op {
    background: #6ff;
    padding: 8px;
    color: red;
    border-bottom: 0;
    overflow: hidden;
}
.quote {
    background: #6ff;
    padding: 15px 0;
    border-top: 0;
}
a.post {
    background: #ff8c05;
    padding-top: 10px;
    font-weight: 900;
    color: blue;
    padding-right: 34px;
}
.post-qoute-info {
    margin-top: 20px;
    border-width: 1px;
    border-color: #66FFFF;
    margin-top: 18px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}
/********************************************/

.prev-page {
  background-color: #f1f1f1;
  color: black;
}

.next-page {
  background-color: #4CAF50;
  color: white;
}

.button2 {
    background-color: #008CBA;
    color: #fff;
}
.current-page {
    padding: 5px 10px;
    border: #e20092 2px solid;
    border-radius: 4px;
    margin: 0px 5px;
    cursor: pointer;
}

/************************ Guessing Form Page *************************/
.postrule {
    border: 2px solid #039686;
    background-color: #e5fffc;
    margin: 8px 0 0 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.postrule_head1 {
    font-style: italic;
}
.postrule_head1, .postrule_head2 {
    text-align: center;
    font-weight: 700;
}
.profile {
    background-color: #133e8c;
    border: 2px solid #001945;
    text-align: center;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.profile_head {
    margin: 5px 0;
    float: left;
    color: #fff;
}
.comment_box {
    border: 2px solid #a15001;
    border-radius: 5px;
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
    box-sizing: border-box;
}
.comment_box, .profile {
    box-shadow: 0 0 10px #b3b3b3;
}
.m_box, .input-row {
    margin: 10px;
}
input#name {
    height: 35px;
}
.g_box, .input-field {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    background-color: #f8f8f8;
    padding: 8px;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}
.g_btn {
    background-color: #a15001;
    color: #fff;
    border: 1px solid #a15001;
    padding: 2px 10px;
    margin: 10px 0;
    cursor: pointer;
    font-weight: 700;
    font-style: italic;
}
div#output {
    overflow: hidden;
    clear: both;
}
ul.outer-comment {
    padding: 0;
}
ul.outer-comment li {
    list-style: none;
}
.comment-row {
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 3px solid #ff8c05;
    margin: 5px 0;
    box-sizing: border-box;
    z-index: 999999;
}
span.posted-by {
    width: 50%;
    float: left;
    text-align: left;
    background: #ff8c05;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    height: 35px;
    padding: 9px 10px 0px 40px;
}
span.posted-at {
    width: 50%;
    float: right;
    text-align: right;
    background: #ff8c05;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    height: 30px;
    padding: 7px 10px;
}
img.profile-img {
    width: 22px;
    position: absolute;
    margin-left: -30px;
}
.comment-text {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 20px 25%;
}
.comment-row.comment-reply .comment-text {
    background: #66FFFF;
}
.reply-cmnt {
    background: #ffe3b3;
    color: #000;
    padding: 5px;
    font-style: italic;
    height:20px
}
.reply-cmnt a {
    color: #000;
}
.comment-post {
    width: 100%;
    display: inline-flex;
}
.web-footer a.cal {
    font-size: 26px;
    text-decoration: none;
}
/*********************** Guessing Form Page End *********************/

.prp79 {
    margin-top: 0;
}

.prp79 h2 {
    color: blue;
    padding-bottom: 20px;
}

.prp79 div {
    font-size: 15px;
}

.weeklypattijodichart {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.my-login {
    padding-top: 25px;
    padding-bottom: 5px;
}

.callus a.cal {
    color: red;
    font-size: 27px;
}

.prp79 div:second-child {
    color: gold;
}

.prp79 div:nth-child(2), .prp79 div:nth-child(7) {color: purple;}

.prp79 div:nth-child(3), .prp79 div:nth-child(8), .prp79 div:nth-child(9) {
    color: crimson;
}

.prp79 div:nth-child(4) {
    color: green;
}

.prp79 div:nth-child(5) {
    color: blue;
}

.prp79 div:nth-child(6) {
    color: navy;
}

.weeklypattijodichart td {
    padding: 2px;
    font-size: 13px;
}

.call-us a {
    background: red;
    color: #fff;
    padding: 5px 18px;
    border-radius: 50px;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    border: gold 2px solid;
    text-shadow: none;
    box-shadow: none;
}

.HEADLINES {
    background-color: red;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration: NONE;
    text-shadow: 1px 1px blue;
    margin-top: 22px;
    margin-bottom: 7px;
}

.sattamatka  {
    background: #ffffff;
    color: black;
    border-width: 5px;
    border-style: double;
    border-color: deepskyblue;
    text-align: center;
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

/******************************************/

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    
.callus a.cal {
    font-size: 21px;
}

.callus {
    margin-left: auto;
    margin-right: auto;
}

.prp79 h2 {
    font-size: 22px;
}

.prp79 div {
    font-size: 13px;
}

.weeklypattijodichart {
    width: auto;
}

.weeklypattijodichart td {
    padding: 1px;
}

.title-head-notif {
    font-size: 22px;
    text-shadow: none;
}

.title-head-notif img {
    width: 30px;
}
.chart table td {
    padding: 0;
    font-size: 12px;
}

.chart table th {
    padding: 0 !important;
    font-size: 12px !important;
}

}


div#comment-message .info-msg,
div#comment-message .success-msg,
div#comment-message .warning-msg,
div#comment-message .error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
div#comment-message .info-msg {
  color: #059;
  background-color: #BEF;
}
div#comment-message .success-msg {
  color: #270;
  background-color: #DFF2BF;
}
div#comment-message .warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
div#comment-message .error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    /* margin: 4px 2px; */
    cursor: pointer;
}

.button2 {background-color: #008CBA;} /* Blue */

.satta-matka-block_strtF {
    background-color: #800080;
    font-size: 19px;
    padding: 10px;
    text-align: center;
    border: 4px solid #ff13c0;
    font-style: italic;
    margin-top: 4px;
    font-weight: 700;
}
 .footer3{
        background-color: #fff;
    color: red;
    font-size: 20px;
    border-width: 3px;
    border-color: blue;
    border-style: inset;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

}
.btn {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.btn-warning {
    color: white;
    background: #0000ff;
    border-top: solid 3px red;
    border-radius: 0px 20px 0px 20px;
}
.btn-success {
    color: #ffffff;
    background: #eb3919;
    border-bottom: solid 3px blue;
    border-radius: 20px 0px 20px 0px;
}
.btn_red {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.satta-matka-block_strtF a {
    text-decoration: inherit;
    color: #fff !important;
}

/********************************/

.wc {
    color: black;
}
.xxl {
    font-size: xx-large;
    font-family: Helvetica Neue;
}
.live1 {
    background: #ffc107;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}

.result1 {
    color: #fff;
    background: #FE1B02;
    padding: 5px;
    font-family: Helvetica Neue;
    text-align: center;
    font-style: italic;
    font-size: 26px;
}

/******************************************/


.indian-matka_login {
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
    border: #542755 solid 1px;
    font-style: italic;
    margin-bottom: 4px;
}

.login-indian-matka {
    background: #1462F9;
}
.register-indian-matka {
    background: #FB0904;
}
.login-indian-matka, .register-indian-matka {
    border-radius: 6px;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #9b14b3;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}


/**********************************/
.red_list{
    margin-bottom: 4px; 
}
.red_list div {
    
    border-radius: 5px;
}
.red_list h4 {
    background: #eac117;
    color: red;
    line-height: 1.7;
    border-radius: 6px;
    padding: 1px;
    text-shadow: 1px 2px 1px #000;
    font-size: 26px;
    font-family: Georgia;
    font-weight: bold;
    margin: 0;
}
.red_list div  .text {
    font-size: 1.2em!important;
    font-weight: 700!important;
    color: #13171a!important;
    border: none !important;
}

.red_list p {
    background: #fff;
    margin: 0;
    color: #000;
    padding: 6px;
    text-align: center;
}


/*************************************/

.jodi-chart-data , .panel-chart-data {
    margin: 4px 0;
}


.red_list td {
    padding: 1px !important;
    border: none !important;
}

.red_list p {
    background: yellow !important;
    border: 0.9px solid #000;
    appearance: none;
    border-radius: 0.1rem;
}

/***************************************/

/*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
    background-color: #9521ff;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    position: fixed;
    right: 20px;
    z-index: 100;
    bottom: 30px;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
} 
.showBtn {
  opacity: 1;
  transform: translateY(0)
}


button.topbottom {
    cursor: pointer;
    background-color: red;
    color: white;
    border-width: 2px;
    border-color: yellow;
    border-style: groove;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    border-radius: 15px;
    font-size: 14px;
    padding: 4px 14px;
    margin: 20px 0;
}

button.clickhere {
    background: #ff13c0;
    color: #fff;
    padding: 5px 18px;
    border-radius: 50px;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    border: gold 2px solid;
    text-shadow: none;
    box-shadow: none;
}

.adds {
    background: linear-gradient(70deg,#A52A2A,#00FF00,#A52A2A);
    font-weight: bold;
    margin-top: 4px;
    padding: 4px;
    border: 4px solid #9521ff;
}

.vipmatka {
    background-color: #fff;
    font-weight: bold;
    padding: 4px;
    margin-top: 4px;
    border: 4px solid #008cba;
}


.close-before.loading, .close-after.loading , .open-before.waiting , .open-after.waiting {
    display: none;
}


/*.waiting {
    display: none;
}
*/
.m-load {
    margin-left: 5px;
    font-size: 16px;
}

/*.close-before.waiting span, .close-after.waiting span {
animation: revolveDrop 2s infinite;
}*/

.m-res {
    display: flex;
    place-content: center;
}


.m-ref input[type="button"] {
    cursor: pointer;
    background-color: red;
    color: white;
    border-width: 2px;
    border-color: yellow;
    border-style: groove;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    border-radius: 15px;
    font-size: 14px;
    padding: 4px 14px;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
  position: relative;
  top: 8px;
  margin-left: 14px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff13c0;
  color: #ff13c0;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff13c0;
  color: #ff13c0;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}

.design-logo img {
    width: 300px;
    height: 200px;
}

.design-logo {
    margin: 20px 0;
}