/* KUBER_SAAS_V4_POPUP_CONTRAST_FIX */
.Betting__Popup {
    --bg_color_L1: #050b35;
    --bg_color_L2: #070e42;
    --bg_color_L3: #10245f;
    --text_color_L1: #ffffff;
    --text_color_L2: #d6e2ff;
    --text_color_L4: #ffffff;
    --button_dis_color: #d6e2ff;
}
.Betting__Popup-head-selectName {
    background: #10245f !important;
    color: #ffffff !important;
    border: 1px solid rgba(115, 201, 255, .55);
    box-shadow: inset 0 0 .18rem rgba(40, 166, 255, .22);
}
.Betting__Popup-body-line-item,
.Betting__Popup-btn {
    background: #10245f !important;
    color: #ffffff !important;
    border: 1px solid rgba(115, 201, 255, .28);
    opacity: 1 !important;
}
.Betting__Popup-body-line-item.bgcolor,
.Betting__Popup-body-line-item.active,
.Betting__Popup-btn.bgcolor,
.Betting__Popup-btn.active {
    background: #138eea !important;
    color: #ffffff !important;
    border-color: #6dcaff !important;
}
.Betting__Popup-input,
.Betting__Popup-input.van-cell {
    background: #07164b !important;
    color: #ffffff !important;
    border: 1px solid rgba(115, 201, 255, .42) !important;
}
.Betting__Popup-input .van-field__control,
.Betting__Popup-input input {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}
.Betting__Popup-foot-c {
    background: #07164b !important;
    color: #ffffff !important;
}
.Betting__Popup-foot-s {
    background: #138eea !important;
    color: #ffffff !important;
}
.Betting__Popup-agree {
    color: #d6e2ff !important;
}
@keyframes kuberSaasResultPulse {
    0% { transform: scale(.82); filter: brightness(.9); }
    55% { transform: scale(1.12); filter: brightness(1.35); }
    100% { transform: scale(1); filter: brightness(1); }
}
.TimeLeft__C-l3 [class*="prize"],
.WinningTip__C [class*="prize"] {
    animation: kuberSaasResultPulse .68s ease-out both;
}
