:root{
    --my-blue:blue;
    --my-green:#cc0a9f;
    --my-l-green:#F1F8E9;
    --my-perpal:#8E24AA;
} 

 .header {
     background-color: #333;
     color: #fff;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 5px;
 }

marquee {
    padding: 5px;
    font-size: 15px;
    color: white;
}

a {
    text-decoration: none;
    color: inherit;
}

.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;
}

.text {
    font-size: 30px;
    color: #fff;
    /* Text color */
    font-weight: bold;
    text-transform: uppercase;
    background-color: #333;
    /* Background color of the banner */
    width: 100%;
    padding: 5px;

}











.tr1 { background-color:#FFFFFF;color:#000000; }
p {
    margin: 0 0 0px;
}
.pages td {
    padding: 8px 5px;
    text-align: center;
    background-color: var(--my-green);
    border: 1px solid #ccc;
}
.king h1 {
    text-align: center;
    margin-top: 10px;
    background-color: var(--my-l-green);
    color: #000;
        box-shadow: 0 0 10px white;
}
.drag {
    background-color: black;
    text-align: center;
    text-shadow: 1px 1px white;
    font-size: 20px;
    border: 2px solid var(--my-green);
    margin: 4px 15px;
}
.style1 {
    text-align: center;
    background-color: var(--my-l-green);
    width: 100%;
    padding-top: 7px;
}
.livegame {
    color: var(--my-perpal);
    font-size: 34px;
    font-weight: 700;
}
.liveresult {
    color: var(--my-green);
    font-size: 34px;
    font-weight: 700;
}
.gamefull {
    padding: 0 1px;
    border: 1px solid #000;
    background-color: var(--my-green);
    text-align: center;
}
.bookmark {
    background-color: var(--my-l-green);
    color: #fff;
    font-weight: 700;
    font-style: bold;
    font-size: large;
    text-decoration: none;
    border-width: 3px;
    border-color: var(--my-perpal);
    border-style: outset;
    margin: 2px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.gamefull p {
    color: white;
}
.time{
    color: black;font-size: 14px;
}
.mychart thead tr th:nth-child(1){
    width:50px;
}
.king-heading h2 {
    text-align: center;
    margin-top: 10px;
    background-color: black;
    border: 2px solid #fff;
    padding: 7px;
    color: #fff;
    font-size: 26px!important;
}
    .text_1{color:white;
                font-size:22px;
            }
            .text_2{
                font-size:22px;
            }
                .text_3 a{
          font-size:12px;
      }
       .mychart .mydate{
     color:red;
     width: 46px;
 }
 
 

 .mychart td,.mychart thead th{
     border:1px black solid;
 }
 .mychart .digit{
     color:black;
 }
 .mychart thead th,.mychart .mydate{
    background-color:var(--my-green);
    color:white;
 }
  .mychart{
     width:100%;
     background:white;
     color:black;
     text-align:center;
 }
  .mychart th{
    
     text-align:center;
 }
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
 @media only screen and (max-width: 600px) {
 .mychart th , .mychart td{
  font-size:14px;
 }
 .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
}