.info-box{
  
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(10,20,40,0.06);
  max-width: 440px;
  width: 100%;
  margin: 10px;
}


.icon-text{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

/* icon block */
.icon-text .icon{
  min-width:44px;
  height:44px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(180deg, #EAF6FF 0%, #DFF3FF 100%);
  color:#1777f0;         /* icon color */
  font-size:25px;
  box-shadow: 0 2px 6px rgba(23,119,240,0.08);
}



.download-btn {
  background: #0898a0; /* teal */
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  font-family: "Inter", system-ui, Arial, sans-serif;
}

.download-btn:hover {
  background: #0ab1b9;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.download-btn:active {
  transform: scale(0.98);
}

.download-btn .icon {
  display: flex;
  align-items: center;
}

.download-btn {
  background: #0898a0; /* teal */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  font-family: "Inter", system-ui, Arial, sans-serif;
}

.download-btn:hover {
  background: #0ab1b9;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.download-btn:active {
  transform: scale(0.98);
}

.download-btn .icon {
  display: flex;
  align-items: center;
}



.live-btn {
  background: #a52323;
  color: #fff;
  border: none;
  width: 100px%;
  border-radius: 0px;
  padding: 14px 28px;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  margin: 10px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.live-btn:hover {
  background: #b92d2d;
}



.live-result-box
{
  border: 2px solid #ffc966;
  width: 100%;

  
}

.result-live-box {
    
    background: #ffffff;
    border-radius: 5px;
    padding: 16px;
    margin: 10px;
    box-shadow: 0 8px 20px rgba(10, 20, 40, 0.06);
}

.star-line-level-box
{

   
    background: #0a4e9f;
}
.lucky-line-level-box
{

   
    text-align: center;
    color: #000000;
    padding: 5px;
    background-color: #a52323;
}

.lucky-number-box
{

     margin-top: 10px;
    text-align: center;
    color: #000000;
    padding: 10px;
    background-color: #ffffff;
}


.lucky-number-tab
{
    text-align: center;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    background-color: #ff0f2c;
}

.time-table-level-box
{

   
    background: #0a4e9f;
}

.bg1 {
    padding: 25px;
    background-color: #fc9;
    text-align: center;
}
.bg2 {
    padding: 10px;
    background-color: #f1eed3;
    border: 2px solid #a2872f;
    text-align: center;
}

.button1 {
    text-transform: none;
    padding: 6px;
    border-radius: 12px;
    border: solid 1px #00bdff;
    width: 279px;
    margin: 10px auto 0;
    background: #455161;
    color: #fff;
    box-shadow: 5px 5px 5px #ffffff3b;
    padding: 15px;
}
.marquee-box
{
   
    padding: 10px;
    width: 100%;
   
}

.live-update-box
{
    text-align: center;
    color: #fff;
    padding: 10px;
    background-color: #9f2b23;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.point {
    font-size: 20px;
    color: #e99318;
    
}


.live-game-box {
    text-align: center;
    color: #1a946f;
    background-color: #d1d1d1;
    padding: 8px;
    border-bottom: 2px solid #133469;
}
.live-game-box-text1
{
    font-size: 22px;
        font-weight: bold;
        color: #2125ff;
        margin-bottom: 0;
}

.live-game-box-text2
{
    font-weight: bold;
    color: #9c0000;
    font-size: 21px;
}





.button2 {
    border: 2px solid #ffc966;
    background-color: #4f3413;
    color: #fff;
    padding: 3px 7px;
    border-radius: 8px 0;
    box-shadow: 0px 0px 1px #000000d6;
    font-size: 12px;
    margin: 2px 0 -1px;
    margin-top: 2px;
    margin-top: 2px;
    display: block;
    transition: all .3s;
    text-shadow: 1px 1px 2px #222;
    margin-top: 5px;
}


.result-live-box-text1
{
    font-size: 22px;
        font-weight: bold;
        color: #2125ff;
        margin-bottom: 0;
}

.result-live-box-text2
{
    font-weight: bold;
    color: #9c0000;
    font-size: 21px;
}

.result-live-box-text3
{
    font-weight: bold;
    color: #008000;
    font-size: 21px;
}


.online-matka-play {
   
  
   background-color: #40271a;
    border: 2px solid #d1d1d1;
}
.lucky-number-box-1
{
    text-align: center;
    color: #000000;
    padding: 10px;
    background-color: #fc8461;
}



.bg3 {
    padding: 10px;
    background-color: #fff7ed !important;
    border: 2px solid #a2872f;
    text-align: center;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
   border: 3px solid #520b07;
}


td {
     padding: 0px !important;
     border: 3px solid #520b07;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
   color: #520b07 !important;
}

th {
    background: #d63384;
    color: white;
    padding: 3px !important;
    border: 3px solid #520b07;
    font-weight: 700 !important;
    text-align: center;
    font-size: 22px;
}

