body{background-color:#231d1d;;font-family: 'Roboto Slab', serif;;   
	color:#fff;font-weight:500;margin:0;padding:0;text-align:center}
.head2{background-color:#FFFF00;
color:#000;
border-width:2px;
border-color:blue;
border-style:inset;
margin-top:2px;
margin-bottom:2px;
padding:2px;
font-size:14px;
text-align:center;
}
.onlinename
{
font-size:30px;
color: #000;
} 
.onlinename1
{
font-size:20px;
color: #fff;
background-color:red;
}
.onlineresult
{
font-size:28px;
color: red;
}
.onlinedate
{
font-size:17px;
color: #fff;
background-color:#36454F;
}
.content {
            background-color: #CCFFFF;
            border: 2px solid #CCFFFF;
            padding: 2px;  
            }
.content h1{
             color: #000;
             font-size:20px;
            }
.td_color {background-color:#660033;color: #fff;}
.table_tr_bg {background-color:#660033;color: #fff;}
.oldd {
            background-color: white;
            border: 2px solid red;
             }
 .num-background {
  font-size: 1em;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
}
.freenumber {
  color: red; /* redcolor for numbers */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.todaynum {
      background-color: red;
      color: #fff;
      font-size: 18px;
      margin-top: 0;
      text-shadow: none;
      padding: 3px;
      margin: 0;
  }
.faq-container {
max-width: 800px;
margin: auto;
}
.card {
background-color: white;
color: #000;
padding: 16px;
border-radius: 12px;
margin-bottom: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
transition: 0.3s;
}
.card:hover {
transform: translateY(-2px);
}
.qbtn {
all: unset;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
font-weight: bold;
font-size: 18px;
}
.qbtn h2 {
  margin: 0;              /* remove default spacing */
  font-size: 18px;        /* match your design */
  font-weight: bold;
  display: inline;        /* keeps it compact */
}

.answer {
margin-top: 10px;
font-size: 15px;
line-height: 1.6;
display: none;
}
.card[aria-expanded="true"] .answer {
display: block;
}
.chev svg {
width: 20px;
height: 20px;
stroke: #fff;
}
a{color:#3f00ff;text-decoration:none}
.chartheader{width:100%}
.chartheader1{border:2px solid red; font-size:20px;text-decoration:none;background-color:#fff;color:#000}
.blink_text
{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    color: red;
}
@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
 }
            
.footer{sbackground-color:#44032a;color:#ffffff;font-size:20px; margin-bottom: 10px; padding: 15px; border: 2px solid #ffec04}