/**** begin components style ****/
table th, table td {
    vertical-align: middle !important;
    background-image: var(--gradient-1);
    font-size: 12px;
}
table tr:first-child th,
table tr:first-child td,
table tr:nth-child(2) th,
table tr:nth-child(2) td {
    background-image: var(--gradient-2);
}



.card.card-livedraw {
    position: relative;
    margin: 0 auto;
    border-radius: 0;
}
.card.card-livedraw .card-header {
    border-radius: 0;
}
.card.card-livedraw .card-body {
    border-radius: 0;
}
.card.card-livedraw .prize .prize-block {
    position: relative;
    display: inline-block;
    margin: 0 2.5px;
    width: 30px;
    height: 30px;
    background-color: var(--color-5);
    border: 2px solid #071330;
    border-radius: 50px;
    padding: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.65);
}
.card.card-livedraw .prize .prize-block:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 7px;
    background-color: rgba(225, 225, 225, 0.45);
    border-radius: 50px;
}
.card.card-livedraw .prize .prize-block:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: auto;
    height: 6px;
    border-radius: 50%;
    background-color: #07133080;
    filter: blur(3px);
}
.card.card-livedraw .prize .prize-block .prize-digit {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: var(--color-1);
    background-color: var(--white);
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/**** endof components style ****/