body{background-color:#231d1d;;font-family: 'Roboto Slab', serif;;   
	color:#fff;font-weight:500;margin:0;padding:0;text-align:center}a{color:#3f00ff;text-decoration:none}
.btn-chart {
	background-color:#6600FF;
	color: white;
	padding: 8px;
	border: none;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
	margin-right: center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 10px;
	width: 55px;
	height: 10px;
	margin-bottom:5px;
    font-size: 1em;
}
.result-background {
  font-size: 1.3em;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
}
.onlinenumber {
  color: #FFD700; /* Gold color for numbers */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.result-background2 {
  font-size: 1.3em;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  background-color: #99FFCC;
  border-radius: 50px;
}
.onlinenumber2 {
  color: red; /* redcolor for numbers */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sattaking td{width: auto;}
.hdd{background-color:#99FFFF;color:#000;padding-top:10px;padding-bottom:10px;text-align:center;border-width:1px;border-color:black;border-style:solid;font-size:13px;font-weight:100;}
.hdd h1{color:maroon;font-size:16px;}
.td_color {background-color:#FFCC00;color: black;}
.table_tr_bg {background-color:#FFCC00;color: black;}
.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 h3 {
  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;
}
.tbs{width:100%}
.td1s{border-left:4px solid #000;text-decoration:none;background-color:#CC99FF;color:#000,border: 2px;}
.td1s a{color:#000;font-size:22px}
.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; }
 }