.count-text{
    width: 200px;
    position: absolute;
    left: 175px;
    top: 280px;
    z-index: 200;
    text-align: center;
    /* line-height: 1.6em;
    color: #fff;
    font-family: 'Recipekorea';
    font-size: 18px; */

    text-align: center;
    font-size: 16px;
    color: white;
    font-family: 'Swagger', sans-serif;
    font-weight: 400;    
}

.powerball-simul-count {
    left: 180px;
    width: 300px;
    bottom: 40px;
}

.powerball-simul-count .round {
    font-size: 16px;
    color: white;
    font-family: 'Swagger', sans-serif;
    font-weight: 400;    
}

.result_ball_center_loading {
    display: none;;
    width: 235px;
    height: 235px;
    position: absolute;
    left: 155px;
    top: 190px;
    z-index: 200;
    opacity: 1;
}

.result_ball_center_loading .result_ball_rotate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;

    /* width: 230px;
    height: 230px;
    position: absolute;
    left:105px;
    top: 3px;
    z-index: 200; */
}


.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area {
    width: 22px;
    height: 22px;
    margin-left: 89px;
    margin-right: 89px;
    margin-bottom: 178px;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
}

.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area .result_ball_rotate_circle>span {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area .result_ball_rotate_circle 
.result_ball_rotate_type-p {
    background-color: #575757; 
    background-image: linear-gradient(#7a7a7a, #101010);
}

.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area .result_ball_rotate_circle .result_ball_rotate_type-1, 
.result_ball_rotate_type-1 {
    background-color: #f9ba25;
    background-image: linear-gradient(#feca62, #de672a);
    color: #fff
}

.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area .result_ball_rotate_circle 
.result_ball_rotate_type-2 {
    background-color: #4cb8d3;
    background-image: linear-gradient(#48abff, #0c4bda);
    color: #fff
}

.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area .result_ball_rotate_circle 
.result_ball_rotate_type-3 {
    background-color: #f13c20;
    background-image: linear-gradient(#ff5c3d, #dd322d);
    color: #fff
}

.result_ball_center_loading .result_ball_rotate .result_ball_rotate_area .result_ball_rotate_circle 
.result_ball_rotate_type-4 {
    background-color: #6bb83d;
    background-image: linear-gradient(#9ce48b, #35af37);
    color: #fff
}

.evo-result-balls {
    width: 500px;
    height: 40px;
    bottom: 100px;
    left: 15px;
    position: absolute;
    font-size: 22px;
    color: white;
    font-weight: 800;
    z-index: 201;
}

.evo-result-balls .current-result-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    letter-spacing: -3px;
    display: flex;
    align-items: center;
}

.evo-result-balls .evo_speed_powerball_logo {
    float: left;
    width: 120px;  
}

.evo-result-balls .evo_round {
    float: left;
    font-size: 16px;
    color: white;
    font-family: 'Swagger', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;  
    width: 70px;  
}

.result-ball {
    /* position: relative; */
    width: 35px;
    height: 35px;
    background: black;
    border-radius: 50%;
    border: 1px solid #361110;
    margin: 4px;
    float: left;
}

.evo-result-balls .result-sum {
    /* position: relative; */
    width: 50px;
    height: 35px;
    color: white;
    background: black;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #361110;
    margin: 4px;
    float: left;
}
