* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f1f1f1;
  
}    
.bg-warning .txt-black{color:black!important;text-decoration:none!important 

}
.satta-king-text {
   background-color: #123456; 
   border: 1px solid #fff;
    

}
.custum_text {
  font-size: 15px;
}
.custum_text_1 {
  font-size: 25px;
  
}

.custum_text_4 {
  background-color: #306eff;
}
.custum_text_5 {
  background-color:#123456 !important ;
}
.custum_color {
  background-color: #fdca8b;
}
.custum_color_1 {
  color:#ff0000;
    
  
}
h2 {
    font-size:10px;
}


.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

table {
  border: 1px solid rgb(227, 223, 223);
}

.display {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.diaplay_footer {
  display: grid;
  grid-template-columns: auto auto auto;
}

.table-hover tbody tr:hover {
  background-color: #a7a0a0;
}
.logodiv {width: 50%;}

/* -------------------------------------------------------mobile-responsove---------------------------------------- */
@media only screen and (max-width: 400px) {
  .font {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .font {
    font-size: 12px;
  }
  .fons {
    font-size: 12px;
  }
}
@media only screen and (max-width: 306px) {
  .font {
    font-size: 10px;
  }
  /* th{
    font-size: 25px;
  } */
}
@media only screen and (max-width: 325px) {
  .fonts {
    font-size: 25px;
  }
}
@media only screen and (max-width: 300px) {
  .font {
    font-size: 10px;
  }
  .fonts {
    font-size: 23px;
  }
}
@media only screen and (max-width: 500px) {
  .custum_display {
    display: block !important;
  }
  .custum_section {
    padding-left: 0;
    padding-right: 0;
  }
  .logodiv {width: 100%!important;}
}
@media only screen and (max-width: 400px) {
  .grid-container a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 300px) {
  .grid-container a {
    font-size: 14px;
  }
}

.admin_game_div {
  border-bottom: 2px solid #333;
  padding:10px 0px;
}
.homeicon {width:28px;}
.table_scroll_div {max-width: 100%;overflow-x: scroll;}
.text-default, .custum_color_1 a {color:#000!important;}
.admin_game_h3{color:#fa2a55;font-size: 35px;}
.admin_game_h2{color:#0000ff;font-size: 35px;}
