@charset "utf-8";


button, input, select{
    background-color: transparent;
    border-style: none;
}
.notice_con {
    width: 100%;
    height: 44px;
    position: relative;
    background: linear-gradient(to bottom, #114B86, #08233E);
    border-radius: 15px;
    margin-bottom: 18px;
}
.notice_con .notice_box {
    margin-left: 20px;
    padding-top: 11px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.notice_title ul { padding-left:5px; margin-bottom: 0;}
.notice_title ul li { list-style:none; color:#fff; }
.notice_title {
  padding: 15px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #114B86, #08233E);
  font-size: 13px;
  color: #eee;
  margin:15px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px rgba(66,139,202,0.3),
                0 0 10px rgba(66,139,202,0.3),
                0 0 15px rgba(66,139,202,0.3);
  }
  to {
    box-shadow: 0 0 10px rgba(66,139,202,0.5),
                0 0 20px rgba(66,139,202,0.5),
                0 0 30px rgba(66,139,202,0.5);
  }
}

.notice_title:hover {
  transform: translateY(-3px);
  background: linear-gradient(145deg, #1f2642, #2f3a54);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.notice_title .yellow {
  color: #ffd700;
  font-weight: bold;
}

.notice_title .blue {
  color: #428bca;
  font-weight: bold;
}

.notice_title .red {
  color: #ff5252;
  font-weight: bold;
}

.notice_title strong {
  font-weight: 700;
}
.hexagonImg2 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url(/img/level_detail_bg.png) no-repeat;
    background-size: 40px;
    vertical-align: top;
}
.result_ball {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/img/sp_powerball_v2.png) no-repeat 0 -9999px;
    background-size: 250px 125px;
    font-family: swagger, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff !important;
    line-height: 2em;
    margin-right: 1px;
}
.result_ball.even {
    background-position: -0px -26px;
}
.result_ball.odd {
    background-position: -29px -26px;
}
.result_ball.small {
    background-position: -58px -26px;
}
.result_ball.middle {
    background-position: -29px -26px;
}
.result_ball.big {
    background-position: -0px -26px;
}  
.wave {
    background: rgb(22 27 40 / 50%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 7.5em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;

}
.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
    height: 80%;
}
.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
    height: 100%;
}
@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

/*.talk-bubble {
    display: inline-block;
    position: absolute;
    background-color:#13911b;
    border-radius: 8px;
    top:8px;
    left:50%;
    transform:translate(-50%, 0);
    white-space:nowrap;
    animation: bounce 1s;
    animation-iteration-count: infinite;
}
.talk-bubble .talktext {padding:3px 5px; text-align:center;}
.talk-bubble .talktext p { font-size:10px; margin: 0px;}*/

@keyframes bounce {
    0% {top:5px; -webkit-animation-timing-function:ease-in;}
    3% {top:7px; -webkit-animation-timing-function:ease-out;}
    50% {top:10px; -webkit-animation-timing-function:ease-in;}
    80% {top:7px; -webkit-animation-timing-function:ease-out;}
    100% {top:5px; -webkit-animation-timing-function:ease-in;}
}
.mt10 { margin-bottom:10px; }
.tab-parent {
	display: flex;
    justify-content: space-around;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tab-parent-pick {
    display: inline-block;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.tab-parent-recently {
    display: inline-block;
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-left: 23px;
}

.tab-parent img { width:24px; display:block; margin:0 auto; }
.tab-ranking {
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tab-ranking img { width:24px; display:block; margin:0 auto; }
.latest_sports { display:none; }
.sports-tab {
	height: 25px;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.3s ease;
	color: #fff;
}

.sports-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.latest_community { display:none; }
.latest_recently { display:none; }
.latest_pickster { display:none; }
.community-tab {
    height: 25px;
    margin-right: 12px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}
.pickster-tab {
    height: 25px;
    margin-right: 12px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}
.recently-tab {
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}

.community-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.pickster-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.recently-tab.active { color: #4fe744; }



.latest_ranking { display:none; }
.ranking-tab {
    height: 25px;
    margin-right: 12px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
    color: #fff;
}

.ranking-tab.active { border-bottom: 2px solid #4fe744; color: #4fe744; }
.title_div_short {
    border-radius: 10px;    
    background:#2b90ff;
    font-size: 14px;
    padding: 7px 9px !important;    
}

.title2_div_short {
    font-family: 's-core-dream-500';
    border-radius: 10px;    
    background: linear-gradient(to bottom, #114B86, #08233E);
    font-size: 14px;
    padding: 7px 9px !important;    
}

.lbox0_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;height:39px;padding-left:4px;font-size:14px;line-height:39px;border-top-left-radius:10px;border-top-right-radius:10px;}

.lbox1_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--background-color-gray);height:39px;border-bottom:1px solid var(--border-color);padding-left:12px;font-size:14px;line-height:39px;}
.lbox1_t2 {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color: #1d2333;border-bottom:1px solid #2f3749; padding-left:12px;font-size:14px;}
/*
.lbox1_t {position: relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color: var(--background-color-gray);border-bottom: 1px solid var(--border-color);padding-left: 12px;}
*/

.lbox2_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--background-color-gray2);height:39px;border-bottom:1px solid var(--border-color);padding-left:12px;font-size:14px;line-height:39px;}
.lbox3_t {position:relative;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--background-color-gray-deep);height:39px;border-bottom:1px solid var(--border-color);padding-left:12px;font-size:14px;line-height:39px;}
.lbox0_c {position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lbox1_c {position:relative;background-color:#1d2333;padding:var(--def-space);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lbox2_c {position:relative;background-color:var(--background-color-gray2);padding:var(--def-space);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lbox3_c {position:relative;background-color:var(--background-color-gray-deep);padding:var(--def-space);border-bottom-left-radius:10px;border-bottom-right-radius:10px;}



.categories_title_wrap {display:flex;height:54px;align-items:center;padding-right:15px;padding-left:15px;}
.categories_title_wrap .mtitle {font-size:20px;padding-right:8px;}
.categories_title_wrap .mcnt {font-size:20px;color:var(--type-green);}
.categories_title_wrap .extra {flex:1;text-align:left;}
.categories_title_wrap .title {text-align:center;margin-left:10px;cursor:pointer;min-height:18px;font-size:12px;}
.categories_title_wrap .active {color:#4fe744;border-bottom:2px solid #4fe744;}