.web-singapore .bg-blue {
    background-color: #1d5bbe !important;
}
.web-singapore .text-gold {
    color: gold !important;
    text-shadow: 2px 1px 3px #004f;
}
.web-singapore .text-blue {
    color: #1d5bbe !important;
}
.web-singapore .result-box .result-number {
    background-color: #1d5bbe;
}
.web-singapore .card.card-livedraw {
    max-width: 360px;
    font-weight: 600;
    border-radius: 5px;
}
.web-singapore .card.card-livedraw .card-header {
    border-radius: 3px 3px 0 0;
}
.web-singapore .card.card-livedraw,
.web-singapore .card.card-livedraw .card-header .card-title-box,
.web-singapore .card.card-livedraw .card-body .card-title-winner {
    background-color: #1d5bbe;
}
.web-singapore .card.card-livedraw .card-header .card-title-box .title-logo {
    height: 50px;
    line-height: 50px;
    width: 100px;
    font-size: 35px;
    font-weight: bold;
    background-color: #ffffff;
    color: #1d5bbe;
}
.web-singapore .card.card-livedraw .card-header .card-title-box .title-text {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}
.web-singapore .card.card-livedraw .card-body {
    border-radius: 0 0 3px 3px;
}
.web-singapore .card.card-livedraw .card-body .text-winner,
.web-singapore .card.card-livedraw .card-body .result-winner {
    font-size: 24px;
}

table,
table tr th,
table tr td {
    border-color: #1d5bbe !important;
}

.text-blink {
    background-color: #ffffff;
    color: #1d5bbe !important;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
