body {
    background-color: #000;
    font-family:roboto,sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

li {
    flex: 1;
    text-align: center;
	padding: 4px 0px;
}


li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #156a27;
    border: 1px solid black;
}

.banner {
    background-color: #156a27;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border: 5px solid black;
}

.banner h1 {
    font-family: 'Arial', sans-serif; 
    font-size: 32px; 
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.a {
text-decoration:none;
}

.live-result {
    background: radial-gradient(#156a27,#000000);
    padding: 15px;
    border: double 6px #fff;
    border-radius: 30px
}

.timefont {
    color: yellow;
}

.matkagamename{
	color: #00fff9;
	font-size: 30px;
}
.matkagameresult{
	font-size: 35px;
    color: #fff;
}


.matka-column {
      float: left;
      width: 50%;
      text-align:center;
      padding: 0 1px 0 1px; 
      border: 1px solid black; 
      background-color:#156a27;
    }

.matka-game{
     color:#fff;
     font-size:18px;
     font-weight:bold;
}
	
.matka-result-number {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #fdffd4;
  border-radius: 50px;
}

.matka-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;!important;
  font-size: 20px;
}

.row:after {
      content: "";
      display: table;
      clear: both;
    }

#search-form {
  background-color: #333;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  color:#ffffff;
  text-align: center;
}
.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#year,
#month {
  padding: 8px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

button#search {
  padding: 8px 20px;
  background-color: red;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin: auto;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
}

th {
  background-color: #156a27;
  color: #fff;
  padding: 4px;
  font-size: 14px;
}

.tableside{
  padding:2px;
  color: #fff;
  background-color: #156a27;
  font-size: 14px;
  border: 1px solid #000; 
}


.pagebutton {
    width: 100%;
    text-align: center;
}

.pagebutton a {
    font-size: 18px;
    display: block;
    background-color: #156a27;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

.pagebutton a:last-child {
    margin-bottom: 0;
}

.pagebutton a:hover {
    background-color: #007BFF;
    transform: scale(1.05);
}

.points {
    font-size: 16px;
}


button, a {
    text-decoration: none;
    cursor: pointer;
}


.button-container {
    text-align: center;
    margin-top: 20px; 
}


.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #156a27;
    color: #fff; 
    font-size: 16px;
    border-radius: 5px;
    margin: 10px; 
    transition: background-color 0.3s, transform 0.2s;
}


.btn:hover {
    background-color: #0056b3; 
    transform: scale(1.05);
}

.article {
  background-color:#fff;
 font-family: arial;
 text-decoration: none;
 border-width: 3px;
 border-color:#ff0000;
 border-style: outset;
 padding: 10px;
 border-radius: 10px;
 text-align: justify;
}

.board {
    background-image: linear-gradient(#0a0b0b,#0f3a40);
    padding: 8px 0;
    border-radius: 10px;
    text-align: center;
    border: solid 3px #156a27;
}
.message {
    color: white;
    font-size: 19px;
}
.bname {
    color: #f6ff00;
    font-size: 20px;
}
.number {
color: white; 
font-size: 26px;
}
.bgred {
    background-color: red;
    border: 2px solid red;
}
.buttonb {
    height: 30px;
    width: 150px;
    color: #FFF;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
}
.bggreen {
    background-color: #18a707;
    border: 2px solid #18a707;
}

.tglink { 
font-size: 15px;
padding:4px;
background-color: #0088cc;
color:#FFF;
border-radius: 14px;
line-height: 2;
}

.refreshButton {
    padding:4px;
    border-color: #ff0000;
    background-color: #ff0000;
    color:white;
    font-size: 1.5em;
    border-radius: 5px;
    position: fixed;
    bottom: 70px;
    right: 10px;
}
