   body {
    background-color: #000
}
   * {
      box-sizing: border-box;
     margin:0;
    }

 .header {
            background-color: #333;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px;
        }
ul {
    padding-inline-start: 2px;
}
        .nav {
            list-style: none;
            display: flex;
            gap: 2px;
        
        }

        .nav a {
            text-decoration: none;
            color: #fff;
            padding: 10px 10px;
            border-radius: 5px;
            background-color: #ff6b6b;
            transition: background-color 0.3s ease;
        }

        .nav a:hover {
            background-color: #ff4040;
        }
        .banner {
          text-align: center;
          margin:2px;
        }

        .text {
            color: #fff; /* Text color */
            text-transform: uppercase;
            background-color: #ff3385; /* Background color of the banner */
            width: 100%;
            padding: 5px;
           
        }
 

a {
    text-decoration: none;
    color: inherit;
}  
marquee { 
   padding:5px;
   font-size:8px; 
   color:white;
}


.onlinename
{
font-size:35px;
color: #fff;
} 

.onlineresult
{
font-size:30px;
color: #ff3385;
}

.onlinecolumn {
        text-align: center;
        width: 50%; /* Each column takes 50% of screen width */
        float: left;
        box-sizing: border-box;
        padding: 5px;
        background-color: #fc9; /* Background color for columns */
        color: #00094d; /* Text color for columns */
        /* border: 1px solid black; */
        border: 1px solid #C70039;
    }

    /* Style the game name */
    .onlinename2 {
        font-size: 1.4em;
        font-weight: bold;
        text-shadow: 1px 1px 2px #fff;
    }

    /* Style the time font */
    .time{
        font-size: 1.5em;
        color: #ff3385;
        display: ruby;
        font-weight: 700;
    }


/* Style the result numbers */
.result-background {
  font-size: 1.6em;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
}

    /* Style the result numbers inside spans */
.onlinenumber {
  color: #ff3385; /* Gold color for numbers */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row:after {
      content: "";
      display: table;
      clear: both;
    }


#search-form{ width: 100%;
    background-color: #333;
    text-align: center;
    border-radius: 10px;
    padding: 8px 4px;}

#month, #year, #search {
    width: 30%;
    margin: 8px 1%;
    height: 40px;
    font-size: 1em;
    font-weight: 700;
    padding: 8px;
}
table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}
   
th {background-color:#333;color: #ffffff;font-size: 12px;font-weight:bold;padding: 10px 0px 10px 2px;}

.tableside
{background-color:#333;color: #ffffff;font-size:13px;}


        .button-container {
            display: flex;
            flex-direction: column; /* Arrange buttons vertically */
            width: 100%;
            justify-content: center; /* Center buttons vertically */
            align-items: center; /* Center buttons horizontally */
        }

        .button {
            display: block;
            width: 95%;
            padding: 8px;
            text-align: center;
            background: #333; /* Gradient background */
            color: #fff; /* Button text color */
            text-decoration: none;
            font-size: 18px;
            margin-bottom: 10px; /* Add margin between buttons */
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
        }

        .button:hover {
            transform: scale(1.05); /* Button scale on hover */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Button shadow on hover */
            background: linear-gradient(90deg, #ff3385, #ff3385); /* Gradient background on hover */
        }
 
      
bottom, a {
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}


.bottom-container {
    text-align: center;
}


.bottom {
    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;
}


.bottom:hover {
    background-color: #0056b3; 
    transform: scale(1.05);
}

.article {
background-color:#fff;
 font-size: 18px;
 font-family: arial;
 padding: 10px;
 border-radius: 10px;
 text-align: justify;
}

.refreshButton {
    padding:4px;
    border-color: #FFF;
    background-color: #000000;
    color: #ff3385;
    font-size: 1.5em;
    border-radius: 5px;
    position: fixed;
    bottom: 70px;
    right: 10px;
}

.playonline {
    padding: 2px;
    border-style:none;
    background-color: #ff3385;
    color: black;
    font-size: 22px;
    border-radius: 5px;
    position: fixed;
    bottom: 130px;
    right: 10px;
}

.message-box {
   background-color: #f0f0f0;
  font-size: 18px;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

.message-box p 
{ 
line-height: 1.6;
}

.call-and-whatsapp a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #28a745;
  border-radius: 4px;

}

        .box {
            background: linear-gradient(135deg, #2c3e50, #4ca1af);
            color: #ecf0f1;
            font-size: 18px;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
        }
      
        .download-button {
            background-color: #e74c3c;
            color: #fff;
            padding: 12px 25px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 18px;
            text-decoration: none;
            
        }

        span#panna {
            width: 100%;
            color: #ff3385;
        }
        b#panna_b {
            width: 150px;
            color: #ff3385;
        }
        #dis{
            color: #ff3385;
        }
        
        /* jodi panel */

        .r-m-s > section {
            border-radius: 12px;
            /* border: 2px solid var(--accent); */
            border: 2px solid #C70039;
            border-style: groove;
            padding: 0px 10px 5px;
            margin: 3px 0 0;
            box-shadow: 0 0 10px -5px #111;
            overflow: hidden;
            position: relative; 
            background: #fc9;
        }
        
        .r-m-s >section > h4 {
            display: block;
            /* border-top: 1px solid #121212; */
            /* border-radius: 10px; */
            font-size: 25px;
            margin: 0 0 6px;
            padding: 6px 0 0;
            font-weight: 700;
            color: #00094d;
            text-align: center;
            text-shadow: 1px 1px 2px #fff;
        }
        
        .r-m-s > section > span {
            display: block;
            margin: 0 0 5px;
            color: linear-gradient(to right, #4500bf, #670009);
            font-size: 1.5em;
            text-align: center;
        }
        .gradient-text {
            background: linear-gradient(to right, #4500bf, #670009); /* Gradient colors */
            color: transparent; /* Make the text color transparent */
            -webkit-background-clip: text; /* For webkit browsers */
            background-clip: text; /* For other browsers */
            font-weight: 600;
        }
        
        .r-m-s > section > p {
            color: #000;
            display: block;
            border-radius: 8px;
            padding: 0 0 4px;
            font-weight: 600;
            font-size: 1.2em;
            text-align: center;
        }
        
        .r-m-s > section > a {
            background-color: #522f92;
            color: #fff;
            padding: 4px 7px 4px;
            display: inline-block;
            border-radius: 8px;
            margin: 0 8px 0;
            position: absolute; 
            top: 50%; 
            transform: translateY(-50%); 
        }
        
        a.left-link {
            left: 10px; 
        }
        
        a.right-link {
            right: 10px; 
        }
        hr {
            border: 1px solid #ff3385;
        }
        