body {
    background-color: black;
    margin: 5px;
}

#logo {
    width: 30%;
}

@media (max-width: 767px) {
    #logo {
        width: 70%;
    }
}


.divBreaker {
    border-bottom: 0.2rem black solid;
}

.gradientDiv {
    background: rgb(50,12,101);
    background: linear-gradient(90deg, rgba(50,12,101,1) 0%, rgba(154,79,254,1) 50%, rgba(47,11,96,1) 100%);
    color: white;
}

.whiteDiv {
    background-color: white;
    color: black;
}

.seo {
    font-size: 12px
}

#liveGames .liveGame:not(:last-child) {
    border-bottom: 0.1rem black solid;
}

.liveGameName {
    color: #9a4ffe;
    font-weight: bolder;
    font-size: 20px;
}

.liveGameResult {
    background: linear-gradient(45deg, #552793, #552793);
    display: inline-block;
    padding: 3px 7px;
    border-radius: 10px;
    color: #fff;

}

.liveGameTime {
    font-size: 14px;
}


#matkaGames .matkaGame:not(:last-child) {
    border-bottom: 0.1rem black solid;
}

.matkaGameName {
    color: #9a4ffe;
    font-weight: bolder;
    font-size: 20px;
}

.matkaGameResult {
    background: linear-gradient(45deg, #7033d1,#5d2e9b, #9a4ffe);
    display: inline-block;
    padding: 3px 7px;
    border-radius: 10px;
    color: #fff;

}

.matkaGameTime {
    font-size: 14px;
}

.panelChart {
    width: 99%;
    margin-top: 5px;
    background: rgb(29, 17, 85);
    background: linear-gradient(90deg, #552793 1%, rgb(56 39 112) 50%, #5e2aa5 100%);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 30px 7px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 2px #101010;
    font-size: 20px;
    border: 2px solid #7437ae;

}

.jodiChart {
    width: 99%;
    margin-top: 5px;
    background: rgb(131, 58, 180);
    background: linear-gradient(90deg, rgb(92 38 129) 1%, rgba(123, 29, 253, 1) 50%, rgb(98 36 139) 100%);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 30px 7px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 2px #101010;
    font-size: 20px;
    border: 2px solid #7437ae;

}

#siteTitle {
    font-weight: bolder;
    margin-bottom: 0px;
}

#poweredBy {
    font-size: 12px;
}

.panelChartBoard {
    background-color: #552793;
    color: white;
}

.panelChartBoard table,
tr {
    border: 1px solid black !important;
    border-collapse: collapse !important;
}


.panel_data {
    font-size: 0.5rem;
    font-weight: bold;
}

.patti_data {
    font-size: 0.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
}

.jodi_data {
    font-size: 0.7rem;
    font-weight: bold;

}

.fixedContainer {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 1%;
    height: 100%;
    background: transparent;
}

.refreshButton {
    position: absolute;
    top: 90%;
    left: -65px;
    z-index: 998;
    width: 68px;
    height: 35px;
    font-size: 13px;
    background: #9a4ffe;
    background: linear-gradient(90deg, rgba(50,12,101,1) 0%, rgba(154,79,254,1) 50%, rgba(47,11,96,1) 100%);
    border: 1px solid #9a4ffe;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color: #fff;
}