*{
    margin:0px;
    padding:0px;
}
body{
   background-color: #b8cefa;
    text-align:center;
}
.banner{
    background-color: #b8cefa;
    border:4px groove teal;
    border-style: inset;
    padding:4px;
    box-sizing: border-box;
    

}
.banner p{
    border:3px solid teal;
    border-style: inset;
    outline-style: groove;
    outline-color:burlywood;
    padding:6px;
    margin:5px;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
}


.results{
    border:4px groove teal;
    border-style: inset;
    
    box-sizing: border-box;
}
.rbox{
    display:flex;
    border:3px solid teal;
    border-style: inset;
    padding:4px;
    margin:1px 0px;
    box-sizing: border-box;
    justify-content: space-between;
}
.rboxx{
    display:flex;
    background-color: #fde177;
    border:3px solid teal;
    border-style: inset;
    padding:4px;
    margin:1px 1px;
    box-sizing: border-box;
    justify-content: space-around;
}
.gmaesr{
 
    background-color: #fde177;
    border:3px solid teal;
    border-style: inset;
    padding:4px;
    margin:1px 1px;
    box-sizing: border-box;
    justify-content: space-around;
}

.refresh{
   background-color: yellow;
   padding: 4px;
   font-size: 25px;
   border-radius: 5px;
}
.refreshh{
   background-color: red;
   padding: 4px;
   font-size: 25px;
   color:white;
   border-radius: 5px;
}
.refreshhh{
   background-color: powderblue;
   padding: 4px;
   font-size: 25px;
   color:black;
   border-radius: 5px;
}
.notification{
    border:3px solid teal;
    border-style: inset;
    padding:24px;
    margin:4px 0px;
    box-sizing: border-box;  
    color: beige;
    background-color: rgb(22, 18, 233);
}
#resulthead{
    background-color: yellow;
    padding: 4px;
}
.finaltable{
    width: 100%;
    
}
.finaltable tr th{
    border: 2px ridge teal; 
    border-collapse: collapse; 
    padding: 5px;  
}
.leakopen{
    border: 3px groove teal;
    margin:8px 0px;
    padding:15px;
    font-weight: bold;
}
.login{
    border: 3px groove teal;
}
.login a{
    margin:10px;
    padding: 6px;
    background-color:darkcyan;  
    text-decoration: none;
    color: azure;
}
.guessul li{
    border: 2px solid teal;
    margin:2px 8px;
    padding:5px;
    font-weight:bold;
    background-color: #f9fc4d70;
    color: rgb(114, 41, 15);
    
}
.timetable{
    background-color:#a9f3af63; 
    color:#000000; 
    font-style:normal; 
    width: 100%; 
    font-size: small;
}
.chartzone{
    margin: 8px 0px;
}
.chartzone li{
    background: rgba(228, 144, 118, 0.514);
    margin:3px 0px;
    padding:6px;
    
}
.chartzone a{
    text-decoration: none;
    color: rgb(3, 38, 58);
    font-weight: bold;
}
.about{
    border: 4px groove teal;
    margin-top: 8px;
    padding:8px;
    background-color: blue;
    color: ivory;
}
.aboutbox{
    border: 3px groove teal;
    border-radius: 5px;
    padding: 8px;
    margin: 5px 0px;
}
.dis{
    color:khaki;
    background-color: red;
    margin: 8px 0px;
    padding: 8px;
}

/* guessing forum */
.headmsg{
    font-size: small;
    padding: 5px;
    margin: 4px 2px;
}
.postrule{
    border: 3px groove teal;
    padding: 5px;margin: 5px 2px;
}
.titleguess{
    border: 3px solid rgb(23, 32, 32);
    background-color: rgb(225, 217, 97);
    padding:5px;
    color: rgb(24, 22, 36);
}
.guesstxt{
    border: 3px solid teal;
    border-top: none;
    padding: 5px;
    
}
.commentbox{
    background-color: #fff ;
    padding:10px 2px;
    margin: 10px 2px;
    border: 4px groove teal;
    border-radius: 10px;
}
.textbox{
    
  float:left;
    /*text-align:center;*/
    width:100%;    	
}

pre{
	padding:3px 0;	
	font-weight:700;
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
	text-align:center;
	font-size: 15px;
	font-style: italic;
	    overflow: hidden;
}
.cb_title{
    display: flex;
    justify-content: space-between;
    padding: 5px;

}
.c_text{
    
    padding: 8px;
}
.cb_bottom{
    display: flex;
    padding: 5px;
}
.cb_bottom div{
    border: 1px solid #1d2f7c;
    width:50%;
    padding: 5px;
    background-color: rgba(135, 210, 255, 0.78);
}

.fixed_menubar a{
    width:25%;
}
@media only screen and (max-width: 600px) {
    .fixed_menubar{
        display: flex;
        position: fixed;
        bottom: 0;
        height:9%;
    }
    .foot{
        background-color:rgb(15, 19, 19);
        padding:8px;
        color:bisque;
        margin-bottom:65px;
    }
    .chart{
   padding: 5px;
   width:30%;
   
}
.chart a{
    padding:4px;      
    text-decoration: none;
    color: beige;
    background-color: rgb(22, 18, 233);
    font-size:3vw;
}
  }
  @media only screen and (min-width: 600px) {
    .fixed_menubar{
        display: flex;
        position: fixed;
        bottom: 0;
        height:48px;
        width:100%;
    }
    .fixed_menubar img{
        display: none;
    }
    .foot{
        background-color:rgb(15, 19, 19);
        padding:8px;
        color:bisque;
        margin-bottom:50px;
    }
    .chart{
   padding: 5px;
   
   
}
.chart a{
    padding:4px;      
    text-decoration: none;
    color: beige;
    background-color: rgb(22, 18, 233);
    font-size:20px;
}
  }
  #gotop{
      padding: 8px;
      margin: 5px ;
      text-decoration: none;
      background-color: #1e56b6;
      color: aliceblue;
  }
  ul a{
      text-decoration: none;
  }
  /* weekly chart */
  .weekly{
      border: 3px groove teal;
      padding: 5px;
      margin:8px 3px;
  }
  .one{
     background-color: #1e56b6;
     padding:3px;
    margin:5px;
  }
  .two{
    background-color: #b6561e;
    padding:3px;
   margin:5px;
 }
 .three{
    background-color: #1eb62b;
    padding:3px;
   margin:5px;
 }
 .four{
    background-color: #b61e77;
    padding:3px;
   margin:5px;
 }
 .five{
    background-color: #88b61e;
    padding:3px;
   margin:5px;
 }
 .six{
    background-color: #1ea4b6;
    padding:3px;
   margin:5px;
 }
 .seven{
    background-color: #316b47;
    padding:3px;
   margin:5px;
 }
 .eight{
    background-color: #5cb481;
    padding:3px;
   margin:5px;
    
 }
 .nine{
    background-color: #b6791e;
    padding:3px;
   margin:5px;
 }
 .zero{
    background-color: #1e56b6;
    padding:3px;
   margin:5px;
 }
 
 
 .customHeading {
     position: relative;
     width: 100%;
     float: left;
     margin-bottom: 10px
 }

 .customHeading h2,
 .customHeading h3 {
     position: relative;
     width: 100%;
     float: left;
     font-size: 18px;
     border-bottom: 1px solid #0c3af5;
     margin-top: 10px;
     margin-bottom: 5px;
     padding-bottom: 15px
 }

 .customHeading h2:after,
 .customHeading h3:after {
     content: "";
     background-color: #1d2f7c;
     width: 50px;
     height: 6px;
     border-radius: 0;
     display: block;
     position: absolute;
     bottom: -4px;
     left: 0
 }

 h6.bigtext {
     font-size: 30px
 }

 .customHeading p {
     padding-left: 10px
 }

 .simpleTxt.matka-ads .advance {
     color: #1d307e
 }

 .matak-result h4 {
     font-size: 35px;
     font-style: italic;
     text-shadow: 1px 1px #03a9f4;
     font-family: 'Open Sans', sans-serif;
     color: #000;
     background: 0 0;
     border-bottom: 0;
     margin: 0
 }

 .matak-result h5 {
     color: #2e5006;
     text-shadow: 1px 1px #ff0;
     font-size: 30px
 }

 .aboutMatka .tabs .tab .tab-content {
     max-height: 100vh;
     padding: 8px;
     overflow: scroll;
 }

 .content {
     float: left;
     width: 100%
 }

 .simpleTxt p {
     padding: 12px;
     margin: 0
     font-weight: normal;
}

 .simpleTxt {
     border-radius: 6px;
     background-color: #fff;
     box-shadow: 0 2px 1px 0 rgb(0 0 0 / 50%);
     color: #000;
     padding: 0;
     margin: 15px 0 10px 0;
     text-align: center;
     float: left;
     width: 100%;
     font-weight: normal;
 }

 .simpleTxt span.callAdmin {
     margin: 0;
     padding: 5px 0 10px;
     font-size: 25px;
 }

 .simpleTxt .resultads {
     font-size: 18px;
     padding: 10px 10px 0 10px;
 }

 .simpleTxt span.resultads br:nth-child(5) {
     display: none;
 }

 .simpleTxt.download-app {
     padding-top: 20px;
     font-size: 20px;
 }

 .simpleTxt.matka-ads {
     font-size: 18px;

 }

 .simpleTxt span {
     padding: 10px 0 0;
     display: block;
     color: #000;
 }

 .simpleTxt.download-app p {
     margin-bottom: 0;
     padding-top: 0;
 }

 .simpleTxt.download-app p b {
     font-size: 45px;
     color: #03a9f4;
 }

 .simpleTxt.download-app p a {
     display: inline-block;
     font-size: 24px;
     text-decoration: none;
     border-bottom: 3px solid;
     margin-bottom: 0px;
     padding-bottom: 2px;
 }
 .simpleTxt.matka-ads .advance {
     color: #1d307e;
 }
  .simpleTxt .allmatkacard span {
     display: inline-block;
 }
  .simpleTxt.aboutMatka {
     background-color: transparent;
     box-shadow: none;
     text-align: left;
 }

 .simpleTxt.matka-chart a {
     padding: 12px 12px 9px 12px;
     display: block;
     text-decoration: none;
     margin: 0;

 }

 .simpleTxt.matka-chart {
     margin-top: 5px;
     margin-bottom: 5px;
 }

 .aboutMatka input {
     position: absolute;
     opacity: 0;
     z-index: -1;
 }

 .aboutMatka .row .col {
     flex: 1;
 }

 .aboutMatka .row .col:last-child {
     margin-left: 0;
 }

 .aboutMatka .tabs {
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
 }

 .aboutMatka .tab {
     width: 100%;
     color: #fff;
     overflow: hidden;
     border-bottom: 1px solid;
 }

 .aboutMatka .tab-label {
     display: flex;
     justify-content: space-between;
     padding: 1em;
     background: #07197b;
     font-weight: 700;
     cursor: pointer;
 }

 .aboutMatka .tab-label:hover {
     background: #1d2f7c;
 }

 .aboutMatka .tab-label::after {
     content: "\276F";
     width: 1em;
     height: 1em;
     text-align: center;
     transition: all .35s;
 }

 .aboutMatka .tab-content {
     max-height: 0;
     padding: 0 1em;
     color: #2c3e50;
     background: #fff;
     transition: all .35s;
 }

 .aboutMatka .tab-close {
     display: flex;
     justify-content: flex-end;
     padding: 1em;
     font-size: .75em;
     background: #2c3e50;
     cursor: pointer;
 }

 .aboutMatka .tab-close:hover {
     background: #1a252f;
 }

 .aboutMatka input:checked+.tab-label {
     background: #1d2f7c;
 }

 .aboutMatka input:checked+.tab-label::after {
     transform: rotate(90deg);
 }

 .aboutMatka input:checked~.tab-content {
     max-height: 100vh;
     padding: 1em;
 }

 .matkaTipsToday {
     float: left;
     width: 100%;
 }

 .aboutMatka .tab b {
     color: #1d2f7c;
 }

 .aboutMatka .tab-content ul {
     margin: 0;
     padding: 0;
     padding-left: 15px;
 }

 .aboutMatka .tab:last-child {
     border-bottom: 0;
 }


 .aboutMatka .tab b {
     color: #1d2f7c;
 }

 .aboutMatka .tab-content ul {
     margin: 0;
     padding: 0;
     padding-left: 15px;
 }

 .aboutMatka .tab:last-child {
     border-bottom: 0;
 }
.customHeading h3 {
  position: relative;
  width: 100%;
  float: left;
  font-size: 18px;
  border-bottom: 1px solid #0c3af5;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 15px;
}
