/*Custom code */
@media (max-width: 768px) {
    .prize-balls {
        flex-direction: column!important;
    }
    .prize-number {
        justify-content: unset!important;
    }
    .pool-balls{
        display: block!important;
    }
    .pool-prize{
        margin: 0 auto!important;
        padding-bottom: 4px;
        padding-top: 4px;
    }
    .prize-text {
        font-size: 20px!important;
    }
    .card-result .result-wrapper .result-number .result-digit, .list-group .result-wrapper .result-number .result-digit {
        width: 28px;
        height: 28px;
        line-height: 25px;
        font-size: 18px;
        margin: -1px;
    }
    .card-result .result-wrapper .result-number, .list-group .result-wrapper .result-number {
        width: 40px;
        height: 40px;

    }
}


/**** begin responsive style ****/
@media (max-width: 767px) and (min-width: 320px){
    .prize-balls{
        width: 100%;
        margin: 0!important;
    }

    .banner-box {
        max-width: none!important;
    }
}
@media (min-width: 993px) {
    header .logo-box .web-logo {
        max-width: 160px;
    }
    header .time-container {
        max-width: 200px;
    }




    .text-lg-dark {
        color: var(--dark) !important;
    }
    .text-lg-white {
        color: var(--white) !important;
    }

}
/**** endof responsive style ****/


