:root{
    --sPrimaryColor:#6E3CBC;
    --sSecondColor:#7267CB;
    --sThirdColor:#98BAE7;
    --sForthColor:#B8E4F0;
    --sGoldColor:#FFCA03;
}

.header-row{
    background:var(--sPrimaryColor);
    padding:10px 0px;
}
.header-row  .logoname{
    color:var(--sGoldColor);
    
}
.header-row .mybtn{
   color:var(--sGoldColor);
   border-color:var(--sGoldColor);;
   font-weight:bold;
}
.header-row .mybtn:hover{
   border-color:var(--sGoldColor);
   color:white;;
   font-weight:bold;
}

.jambo-row{
    background:white;
}
.live_result{
    background: var(--sSecondColor);
    padding: 5px 80px;
    color: var(--sGoldColor);
    border-radius: 100px;

}
.liveresultname{
    font-size: 30PX;
    color: var(--sPrimaryColor);
    text-shadow: 2px 2px 5px;
    text-transform: uppercase;
}
.liveresultresult{
 font-size:30PX; 
 color:var(--sGoldColor);
 background: var(--sPrimaryColor);
 padding:10px;
 border-radius:100px;
 
}
.tdresult2 {
    padding: 0.2rem !important;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
display:flex;
    justify-content:center;
    align-items:center;
   
}
.resultbg {

    position:absolute;
}