.nine_wrap{
    background: #000000;
}


.header {
    margin-top: -130px;
}

.content {
    opacity: 0;
}

.footer {
    height: 0px;
}

.hash_row {
    position: relative;
    animation: slidein 0.5s;
}

.his_bd_row:first-child {
    animation: slideinresult 0.5s;
}

#status_board_light {
    width: 150px;
    height: 150px;
    background: url(/assets/img/nine_trapon/blur_3.png)no-repeat;
    background-size: 98.3% auto;
    /*backdrop-filter:blur(3px);*/
    opacity: 1;
    position: absolute;
    top: -3px;
    left: 81px;
    animation: anim 2s infinite
}

@keyframes slidein {
    from {
        height: 5px;
    }
    to {
        height: 25px;
    }
}

@keyframes slideinresult {
    from {
        height: 5px;
    }
    to {
        height: 30px;
    }
}

@keyframes anim {
    0% {
        clip-path: circle(16px at bottom);
        opacity: 1;
    }
    25% {
        clip-path: circle(16px at left);
        opacity: 0.3;
    }
    50% {
        clip-path: circle(16px at top);
        opacity: 0.7;
    }
    75% {
        clip-path: circle(16px at right);
        opacity: 0.3;
    }
    100% {
        clip-path: circle(16px at bottom);
        opacity: 1;
    }
}

.center_loading {
    position: absolute;
    display: none;
    left: 50.4%;
    top: 70px;
    transform: translateX(-50%) translateY(-50%);
}

.circle {
    width: 17px;
    height: 17px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
    box-shadow: 0 -5px 5px 1px rgba(0, 0, 0, 0.2);
}

.circle-1 {
    background-color: #45a2ea;
}

.circle-2 {
    background-color: #f62462;
}

.shaking {
    animation: shaketimer2 1s infinite;
}

@keyframes shaketimer {
    0% {
        transform: rotate(0deg);
    }
    7% {
        transform: rotate(8deg);
    }
    14% {
        transform: rotate(0deg);
    }
    21% {
        transform: rotate(-8deg);
    }
    28% {
        transform: rotate(0deg);
    }
    35% {
        transform: rotate(8deg) scale(1.2);
    }
    42% {
        transform: rotate(0deg);
    }
    49% {
        transform: rotate(-8deg);
    }
    56% {
        transform: rotate(0deg);
    }
    63% {
        transform: rotate(8deg);
    }
    70% {
        transform: rotate(0deg);
    }
    77% {
        transform: rotate(8deg);
    }
    84% {
        transform: rotate(0deg);
    }
    91% {
        transform: rotate(8deg);
    }
    99% {
        transform: rotate(0deg);
    }
}

@keyframes shaketimer2 {
    0% {
        margin-left: -5px;
    }
    10% {
        margin-left: 5px;
    }
    20% {
        margin-left: -5px;
    }
    30% {
        margin-left: 5px;
    }
    40% {
        margin-left: -5px;
    }
    50% {
        margin-left: 5px;
        transform: scale(1.2);
    }
    60% {
        margin-left: -5px;
    }
    70% {
        margin-left: 5px;
    }
    80% {
        margin-left: -5px;
    }
    90% {
        margin-left: 5px;
    }
    100% {
        margin-left: -5px;
    }
}

.btn_mode {
    background: url("../../../img/powerball_trapon/question.png") no-repeat !important;
    background-size:contain !important;
}

.btn_sound {
    background: url("../../../img/powerball_trapon/speaker.png") no-repeat;
    background-position: 0 0 !important;
    background-size:contain !important;
}

.btn_share {
    background: url("../../../img/powerball_trapon/return.png") no-repeat !important;
    background-size:contain !important;
}
.no-audio{
    background: url("../../../img/powerball_trapon/speaker-no.png") no-repeat;
    background-position: 0 0 !important;
    background-size:contain !important;
}
.ly_share .close,.ly_game_tip .close{
    opacity: 0.5;
    color:white;
}

.z-index-1{
    z-index:1;
}