*{
    margin: 0;
    padding: 0;
    outline: 0;
}
ul li{
    list-style: none;
}
p{
    margin: 0;
}
hr{
    margin: 0;
}
.mrgnTop15{
    margin-top: 15px;
}
.paddingTop10{
    padding-top:10px;
    color: #686868;
}
.paddingTopBtm10{
    padding-top:10px;
    padding-bottom: 10px;
    color: #686868;
}
body{
    font-family: 'Roboto', sans-serif;
}
.lea2_head{
    height: 80px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 1px #ccc;
    position: relative;
    z-index: 3;
}
.lea2_head .logo{
    float: left;
    width: 60%;
    padding: 10px 25px 10px 10px;
    height: 100%;
    background: #f9f9f9;
}
.lea2_head .logo img{
    max-width: 100%;
    max-height: 100%;
}
.lea2_head .lea2_hright{
    float: right;
    width: 40%;
    background: #357ba1;
    height: 100%;
    position: relative;
}
.lea2_head .lea2_hright:before{
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #357ba1;
    border-width: 80px 20px 0 0px;
    margin-top: 0;
}
.lea2_head .lea2_hright span{
    position: absolute;
    top: -35px;
    left: -14px;
    height: 150px;
    width: 7px;
    background: #9dd6f8;
    transform: rotate(20deg);
}
.lea2_head .lea2_hright span:before{
    position: absolute;
    background: #d2dde4;
    width: 7px;
    height: 100%;
    top: 0;
    left: -7px;
    content: "";
}
.lea2_head .lea2_hright span:after{
    position: absolute;
    background: #65a4c9;
    width: 7px;
    height: 100%;
    top: 0;
    left: 100%;
    content: "";
}
.lea2_head .lea2_hright .lea2_forum{
    float: right;
    padding: 20px 10px;
    height: 100%;
}
.lea2_head .lea2_hright .lea2_forum p{
    text-align: center;
}
.lea2_head .lea2_hright .lea2_forum p a{
    text-decoration: none;
    color: #fff;
    display: block;
}
.lea2_head .lea2_hright .lea2_forum p a img{
    width: 20px;
    margin-bottom: 3px;
}
.lea2_head .lea2_hright .lea2_forum p a em{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.lea2_head .lea2_hright .lea2_drawer{
    float: right;
    height: 100%;
    border-left: 1px solid #5892b1;
}
.lea2_head .lea2_hright .lea2_drawer a{
    color: #fff;
    font-size: 22px;
    padding: 24px 20px;
    display: block;
}
.lea2_main{
    background: #f2f2f2;
}
.padded_box{
    padding: 7px 10px;
}
.lea2_main .league_price_show{
    margin-top: 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0;
}
.lea2_main .league_price_show > p{
    color: #357ba1;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lea2_main .league_price_show ul{
    font-size: 0;
}
.lea2_main .league_price_show ul li{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 33.33%;
    padding: 10px;
    position: relative;
}
.lea2_main .league_price_show ul li.megagrand:before{
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    height: 70px;
    width: 1px;
    background: #357ba1;
}
.lea2_main .league_price_show ul li.megagrand:after{
    position: absolute;
    content: "";
    bottom: 30px;
    right: 0;
    height: 70px;
    width: 1px;
    background: #357ba1;
}
.lea2_main .league_price_show ul li a{
    text-decoration: none;
    display: block;
}
.lea2_main .league_price_show ul li a p{
    color: #686868;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lea2_main .league_price_show ul li a img{
    max-width: 80px;
    margin-bottom: 7px;
    width: 100%;
}
.lea2_main .league_price_show ul li.megagrand a img{
    max-width: 100px;
}
.lea2_main .league_price_show ul li > a > span{
    display: block;
    font-size: 14px;
    color: #686868
}
.lea2_main .league_price_show ul li a span em{
    font-style: normal;
}
.lea2_main .tabbing_main .tabbing_head ul{
    font-size: 0;
    margin-bottom: 0;
    border: 1px solid #61b162;
    border-radius: 5px;
    overflow: hidden;
}
.lea2_main .tabbing_main .tabbing_head ul li+li{
    border-left: 1px solid #61b162;
}
.lea2_main .tabbing_main .tabbing_head ul li{
    font-size: 10px;
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
.lea2_main .tabbing_main .tabbing_head ul li a{
    display: block;
    background: #fff;
    padding: 12px 0;
    font-size: 14px;
    color: #47a449;
    text-decoration: none;
}
.lea2_main .tabbing_main .tabbing_head ul li.active a{
    background: #47a449;
    color: #fff;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane{
    display: none;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane:first-child{
    display: block;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 1px #ccc;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box p{
    text-align: center;
    margin-bottom: 10px;
    color: #686868;
    font-size: 14px;
    padding: 15px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code{
    padding-bottom: 15px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .profile{
    text-align: center;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .profile img{
    width: 80px;
    border-radius: 100%;
    height: 80px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .profile p{
    margin-top: 10px;
    padding: 0;
    color: #206c98;
    font-size: 14px;
    margin-bottom: 2px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .profile span{
    font-size: 12px;
    display: block;
    color: #686868;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .unique_code{
    border: 1px dashed #61b162;
    border-radius: 5px;
    text-align: center;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .unique_code p{
    font-size: 14px;
    color: #649e1f;
    padding: 15px 0;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .unique_code p span{
    color: #2a77a0;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .unique_code a{
    color: #fff;
    background: #61b162;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    margin: 3px;
    border-radius: 5px;
    font-size: 13px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .profile_code .unique_code a+a{
    margin-top: 5px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .friend_team{
    margin-top: 15px;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .friend_team a{
    border-radius: 0 0 5px 5px;
    padding: 15px;
    background: #f9f9f9;
    color: #686868;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.lea2_main .tabbing_main .tabbing_body .tab_pane .profile_box .friend_team a span{
    font-size: 20px;
    float: right;
    line-height: 1px;
}
.lea2_main .league_task_link a{
    background: #fff;
    color: #61b162;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 12px;
    border-radius: 5px;
}
.lea2_main .league_task_link a span{
    float: right;
    font-size: 20px;
    line-height: 0;
}
.lea2_main .common_accordion .caccordion_head a{
    background: #fff;
    color: #61b162;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 12px;
    border-radius: 5px 5px 0 0;
    cursor: default;
}
.lea2_main .common_accordion .caccordion_head a span{
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 0;
    text-transform: capitalize;
}
.lea2_main .common_accordion .caccordion_head a span i{
    font-size: 18px;
    margin-left: 7px;
}
.lea2_main .common_accordion .caccordion_body{
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    box-shadow: 0px 2px 5px 1px #ccc;
}
.lea2_main .common_accordion .caccordion_body ul{
    margin-bottom: 0;
}
.lea2_main .common_accordion .caccordion_body ul li{
    font-size: 14px;
    color: #686868;
    line-height: 20px;
    position: relative;
    padding-left: 10px;
}
.lea2_main .common_accordion .caccordion_body ul li:before{
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #599024;
    content: "";
    position: absolute;
    top: 5px;
    left: -7px;
}
.lea2_main .common_accordion .caccordion_body ul li+li{
    margin-top: 10px;
}
.lea2_main .team_stats{
    background: #357ba1;
    padding: 20px 15px 30px;
}
.lea2_main .team_stats h2{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}
.lea2_main .team_stats h2 span{
    font-size: 14px;
    text-transform: capitalize;
}
.lea2_main .team_stats ul{
    margin: 0;
    font-size: 0;
    margin-top: 10px;
}
.lea2_main .team_stats ul li{
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding: 10px 0;
}
.lea2_main .team_stats ul li+li{
    border-left: 1px solid #75a5bf;
}
.lea2_main .team_stats ul li img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.lea2_main .team_stats ul li span{
    color: #fff;
    display: block;
}
.lea2_main .team_stats ul li p{
    color: #fff;
}
.lea2_main .live_Feed{
    padding: 25px 15px 15px;
    background: #fff;
    margin-top: 8px;
}
.lea2_main .live_Feed .live_feed_head{
    padding-bottom: 15px;
}
.lea2_main .live_Feed .live_feed_head h2{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #686868;
    padding-left: 15px;
    position: relative;
}
.lea2_main .live_Feed .live_feed_head h2:before{
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #47a046;
    top: 4px;
    left: 0px;
    content: "";
}
.lea2_main .live_Feed .live_feed_head h2 a{
    float: right;
    color: #71bc75;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
.lea2_main .live_Feed .live_feed_head h2 a i{
    margin-left: 5px;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 7px 12px;
    border-bottom: 4px solid #47a046;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide .feed_img{
    float: left;
    margin-right: 5px;
    width: 50px;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide .feed_img img{
    width: 100%;
    height: 50px;
    border-radius: 100%;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide .feed_info{
    margin-left: 60px;
    margin-right: 50px;
    padding-top: 5px;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide .feed_info p{
    font-size: 14px;
    vertical-align: middle;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide .feed_points{
    width: 45px;
    float: right;
    text-align: right;
}
.lea2_main .live_Feed .live_feed_banner .feed_slide .feed_points p{
    font-size: 14px;
    color: #55ac58;
    padding: 15px 0;
}
.lea2_main .slick-dots{
    background: transparent;
}
.lea2_main .slick-dots li{
    width: 10px;
    height: 10px;
}
.lea2_main .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
}
.lea2_main .slick-dots li button:before{
    font-size: 8px;
    width: 10px;
    height: 10px;
    line-height: 10px;
}
.lea2_main .all_team_activity{
    background: #61b162;
    padding: 15px;
}
.lea2_main .common_league_board{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.lea2_main .common_league_board .team_activity .team_activity_head{
    padding: 10px;
}
.lea2_main .common_league_board .team_activity .team_activity_head .head_left{
    float: left;
    font-size: 14px;
    width: 50%;
    margin-bottom: 0;
    white-space: nowrap;
}
.lea2_main .common_league_board .team_activity .team_activity_head .head_left span{
    color: #61a000;
}
.lea2_main .common_league_board .team_activity .team_activity_head .head_right{
    float: right;
    font-size: 14px;
    width: 50%;
    text-align: right;
    font-weight: 300;
    margin-bottom: 0;
}
.lea2_main .common_league_board .team_activity .team_activity_head .head_right span{
    color: #61a000;
}
.lea2_main .common_league_board .team_activity .team_activity_head{
    border-bottom: 1px solid #ccc;
}
.lea2_main .common_league_board .team_activity .activity_list{
    padding: 0 7px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item+.activity_list_item{
    border-top: 1px solid #ccc;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .avtar{
    width: 50px;
    float: left;
    padding: 10px 0;
    position: relative;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .avtar img{
    width: 100%;
    border-radius: 100%;
    height: 50px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .avtar span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .avtar span img{
    width: 100%;
    height: auto !important;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_detail{
    margin-left: 60px;
    margin-right: 80px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_detail.singlename{
    padding: 15px 0;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_detail h2{
    margin: 12px 0 3px;
    font-weight: 300;
    color: #474747;
    font-size: 16px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_detail.name_mid h2{
    margin: 25px 0 5px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_detail p{
    margin: 0;
    color: #61a000;
    font-size: 13px;
    margin-bottom: 8px;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_points{
    float: right;
    width: 75px;
    padding: 18px 0;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_points img{
    width: 30px;
    float: left;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_points.no_medal img{
    display: none;
}
.lea2_main .common_league_board .team_activity .activity_list .activity_list_item .activity_points p{
    font-size: 16px;
    color: #61a000;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 0;
}
.lea2_main .common_league_board .team_activity .activity_list .more_btn{
    text-align: center;
}
.lea2_main .common_league_board .team_activity .activity_list .more_btn a{
    color: #61a000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 7px 0 0;
}
.lea2_main .common_league_board .team_activity .activity_list .more_btn a span{
    display: block;
}

.lea2_main .all_team_members{
    background: transparent;
    padding: 15px;
}
.lea2_main .team_join_request{
    background: #357ba1;
    padding: 20px 15px 30px;
    margin-top: 8px;
}
.lea2_main .team_join_request h2{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}
.lea2_main .team_join_request .request_banner .request_slide{
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
    min-height: 126px;
}
.lea2_main .team_join_request .request_banner .request_slide .request_banner_img{
    width: 60px;
    float: left;
}
.lea2_main .team_join_request .request_banner .request_slide .request_banner_img img{
    width: 100%;
    height: 60px;
    border-radius: 100%;
}
.lea2_main .team_join_request .request_banner .request_slide p{
    margin-left: 70px;
    margin-top: 5px;
}
.lea2_main .team_join_request .request_banner .request_slide ul{
    margin-bottom: 0;
    font-size: 0;
    width: 100%;
    margin-top: 15px;
    float: left;
}
.lea2_main .team_join_request .request_banner .request_slide ul li{
    display: inline-block;
    width: 50%;
}
.lea2_main .team_join_request .request_banner .request_slide ul li a{
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #686868;
    text-decoration: none;
}
.lea2_main .team_join_request .request_banner .request_slide ul li:first-child a{
    text-align: right;
}
.lea2_main .team_join_request .request_banner .request_slide ul li:last-child a{
    text-align: left;
    border-left: 1px solid #ccc;
}
.lea2_main .team_join_request .request_banner .request_slide ul li a img{
    width: 30px;
    display: inline;
}
.lea2_main .request_banner .slick-dots li button:before{
    color: #fff;
}

.lea2_main .your_stats{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 1px #ccc;
    margin-top: 8px;
}
.lea2_main .your_stats h2{
    margin: 0;
    color: #3583a9;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.lea2_main .your_stats .stats_detail{
    margin: 25px 0;
}
.lea2_main .your_stats .stats_detail ul{
    font-size: 0;
}
.lea2_main .your_stats .stats_detail ul li{
    display: inline-block;
    font-size: 14px;
    width: 33.33%;
    text-align: center;
    vertical-align: top;
}
.lea2_main .your_stats .stats_detail ul li img{
    width: 35px;
}
.lea2_main .your_stats .stats_detail ul li.member img{
    max-width: 100%;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    border: 2px solid #f6c500;
}
.lea2_main .your_stats .stats_detail ul li p{
    margin-top: 10px;
    font-size: 13px;
    color: #686868;
}
.lea2_main .your_stats .stats_detail ul li span{
    margin-top: 10px;
    font-size: 12px;
    color: #686868;
}
.lea2_main .your_stats .stats_detail ul li p span{
    display: block;
    color: #206c98;
    font-size: 18px;
}
.lea2_main .your_stats .booster .booster_head{
    padding: 10px;
    background: #2b6f98;
    border-radius: 10px 10px 0 0;
}
.lea2_main .your_stats .booster .booster_head p{
    float: left;
    color: #fff;
}
.lea2_main .your_stats .booster .booster_head p img{
    width: 20px;
}
.lea2_main .your_stats .booster .booster_head p em{
    vertical-align: bottom;
    font-style: normal;
    font-size: 16px;
}
.lea2_main .your_stats .booster .booster_head span{
    float: right;
    color: #fff;
    line-height: 15px;
    padding: 6px 0;
    text-transform: uppercase;
    position: relative;
}
.lea2_main .your_stats .booster .booster_head span:before{
    position: absolute;
    top: 5px;
    height: 15px;
    left: -20px;
    border: 2px solid #fff;
    background: #479d46;
    content: "";
    width: 15px;
    border-radius: 100%;
}
.lea2_main .your_stats .booster .booster_head span.inactive:before{
    background: #ee2225;
}
.lea2_main .your_stats .booster .booster_body{
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
}
.lea2_main .your_stats .booster .booster_body p{
    font-size: 14px;
    color: #686868;
    padding: 10px;
}
.lea2_main .your_stats .daily_rank{
    background: #f9f9f9;
    padding: 10px;
}
.lea2_main .your_stats .daily_rank h2{
    color: #3583a9;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.lea2_main .your_stats .daily_rank .day_rank{
    margin: 15px 0 0;
}
.lea2_main .your_stats .daily_rank .day_rank ul{
    margin-bottom: 0;
}
.lea2_main .your_stats .daily_rank .day_rank ul li{
    width: 14.28%;
    float: left;
    color: #686868;
    font-size: 12px;
    text-align: center;
}
.lea2_main .your_stats .daily_rank .day_rank ul li div{
    border: 1px solid #64b467;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 5px auto;
    color: #64b467;
    background: #fff;
    position: relative;
}
.lea2_main .your_stats .daily_rank .day_rank ul li.winner div{
    border: 1px solid #f6c500;
    color: #fff;
    background: #5aa0ca;
}
.lea2_main .your_stats .daily_rank .day_rank ul li div img{
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 20px;
}
.lea2_main .your_stats .daily_rank .day_rank ul li span{
    color: #64b467;
    margin-top: 10px;
    display: block;
}
.lea2_main .your_stats .daily_rank .day_rank ul li.winner span{
    color: #5aa0ca;
}
.lea2_main .your_stats .daily_rank .day_rank ul li span em{
    display: block;
    font-style: normal;
}
.lea2_main .share_unique_code{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 1px #ccc;
    margin: 15px 0 8px;
    padding: 15px 10px;
    border-bottom: 5px solid #47a046;
    text-align: center;
}
.lea2_main .share_unique_code p{
    font-size: 14px;
    color: #686868;
    margin-bottom: 10px;
}
.lea2_main .share_unique_code h2{
    color: #649e1f;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 400;
}
.lea2_main .share_unique_code span{
    color: #2a77a0;
    font-size: 16px;
}
.lea2_main .share_unique_code .copy_share{
    margin-top: 15px;
}
.lea2_main .share_unique_code .copy_share ul{
    font-size: 0;
    margin: 0;
}
.lea2_main .share_unique_code .copy_share ul li{
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
}
.lea2_main .share_unique_code .copy_share ul li a{
    color: #686868;
    text-decoration: none;
    position: relative;
}

.lea2_main .share_unique_code .copy_share ul li a span{
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    left: -50%;
    bottom: 100%;
    background: #222;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 5px;
    display: none;
}
.lea2_main .share_unique_code .copy_share ul li a span:before{
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 34, 34, 0);
	border-top-color: #222222;
	border-width: 5px;
	margin-left: -5px;
}
.lea2_main .share_unique_code .copy_share ul li a.tooltiped span{
    display: block;
}

.lea2_main .share_unique_code .copy_share ul li img{
    width: 15px;
    margin: 0 5px;
}
.lea2_main .share_unique_code .copy_share ul li:first-child{
    text-align: right;
}
.lea2_main .share_unique_code .copy_share ul li:last-child{
    text-align: left;
    border-left: 1px solid #ccc;
}
.lea2_main .recent_team_activity{
    padding: 15px;
}
.lea2_main .recent_team_activity h2{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #686868;
    font-weight: 400;
    margin-bottom: 20px;
}
.lea2_main .recent_team_activity .chart_box{
    margin-bottom: 20px;
    position: relative;
}
.lea2_main .recent_team_activity .chart_box .mid_circle{
    height: 180px;
    width: 180px;
    background: #fff;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    text-align: center;
    display: table;
}
.lea2_main .recent_team_activity .chart_box .mid_circle p{
    font-size: 18px;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}
.lea2_main .recent_team_activity .chart_box .mid_circle p span{
    display: block;
    font-size: 20px;
    color: #64b467;
    margin-top: 5px;
}
.lea2_main .recent_team_activity .member_report{
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.lea2_main .recent_team_activity .member_report ul{
    font-size: 0;
    margin-bottom: 0;
}
.lea2_main .recent_team_activity .member_report ul li{
    width: 50%;
    display: inline-block;
    font-size: 13px;
    padding: 0 5px 0 20px;
    position: relative;
    line-height: 25px;
    color: #686868;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(2n){
    padding-right: 0;
}
.lea2_main .recent_team_activity .member_report ul li:before{
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    background: #ccc;
    content: "";
}
.lea2_main .recent_team_activity .member_report ul li:first-child:before{
    background: #54a954;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(2):before{
    background: #5d2366;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(3):before{
    background: #f6785c;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(4):before{
    background: #f6c500;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(5):before{
    background: #5799c5;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(6):before{
    background: #b02e42;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(7):before{
    background: #1b5886;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(8):before{
    background: #8f83ff;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(9):before{
    background: #00b1af;
}
.lea2_main .recent_team_activity .member_report ul li:nth-child(10):before{
    background: #ff0000;
}
.lea2_main .recent_team_activity .member_report ul li.nopoints:before{
    background: #ccc;
}
.lea2_main .recent_team_activity .member_report ul li span{
    float: right;
    color: #61a000;
}
.lea2_main .league_top_box .league_starts{
    padding: 10px;
    background: #fff;
    margin-top: 8px;
}
.lea2_main .league_top_box .league_starts span{
    font-size: 13px;
    color: #61a000;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
}
.lea2_main .league_top_box .league_starts p{
    float: right;
    font-size: 14px;
    position: relative;
    color: #61a000;
}
.lea2_main .league_top_box .league_starts p em{
    font-style: normal;
}
.lea2_main .league_top_box .league_starts p img{
    position: absolute;
    width: 16px;
    left: -20px;
}

.lea2_main .league_top_box .price_banner_main .price_banner .banner_slide img{
    width: 100%;
}
.lea2_main .league_top_box .price_banner_main .price_banner{
    margin-bottom: 0;
}
.lea2_main .league_top_box .price_banner_main .price_banner .slick-dots{
    background: transparent;
    padding: 10px 0;
    bottom: 0;
    top: auto;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tab .price_banner_tab_pane{
    display: none;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tab .price_banner_tab_pane:first-child{
    display: block;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tablink ul{
    font-size: 0;
    background: #fff;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tablink ul li{
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tablink ul li a{
    display: block;
    text-decoration: none;
    color: #686868;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tablink ul li.active a{
    color: #55ac58;
    border-bottom: 5px solid #55ac58;
}
.lea2_main .league_top_box .price_banner_main .price_banner_tablink ul li a img{
    width: 25px;
}

.lea2_main .league_task{
    margin: 8px 0;
    background: #fff;
}
.lea2_main .league_task .league_task_head{
    background: #61b162;
    border-radius: 5px 5px 0 0;
}
.lea2_main .league_task .league_task_head a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 12px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
}
.lea2_main .league_task .league_task_head a span{
    float: right;
}
.lea2_main .league_task .league_task_head a span img{
    width: 15px;
    margin-top: -2px;
}
.lea2_main .league_task .league_task_head a span em{
    font-style: normal;
}
.lea2_main .league_task .league_task_body{
    padding: 20px;
    box-shadow: 0px 2px 5px 1px #ccc;
}
.lea2_main .league_task .league_task_body p{
    text-align: center;
    font-size: 14px;
    color: #686868;
    margin-top: 15px;
}
.lea2_main .league_task .league_task_body ul{
    margin-bottom: 0;
}
.lea2_main .league_task .league_task_body ul li{
    font-size: 14px;
    color: #686868;
    line-height: 20px;
    position: relative;
    padding-left: 10px;
    padding-right: 65px;
    position: relative;
}
.lea2_main .league_task .league_task_body ul li span{
    float: right;
    color: #61b162;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}
.lea2_main .league_task .league_task_body ul li:before{
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #599024;
    content: "";
    position: absolute;
    top: 5px;
    left: -7px;
}
.lea2_main .league_task .league_task_body ul li+li{
    margin-top: 10px;
}
.lea2_main .league_task .league_task_body a.dare_cta{
    margin-top: 10px;
    display: block;
    text-align: center;
    background: #357ba1;
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    border-radius: 5px;
}
.lea2_main .league_task .task_booster .task_booster_head{
    background: #e9e9e9;
    padding: 5px 10px;
}
.lea2_main .league_task .task_booster .task_booster_head p{
    font-size: 14px;
    text-transform: uppercase;
    color: #3583a9;
}
.lea2_main .league_task .task_booster .task_booster_head p img{
    width: 20px;
}
.lea2_main .league_task .task_booster .task_booster_body{
    padding: 10px 20px;
    box-shadow: 0px 2px 5px 1px #ccc;
    border-radius: 0 0 5px 5px;
}
.lea2_main .league_task .task_booster .task_booster_body ul{
    margin-bottom: 0;
}
.lea2_main .league_task .task_booster .task_booster_body ul li{
    color: #686868;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    padding-right: 85px;
    min-height: 38px;
}
.lea2_main .league_task .task_booster .task_booster_body ul li:before{
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #215b7c;
    content: "";
    position: absolute;
    top: 5px;
    left: -7px;
}
.lea2_main .league_task .task_booster .task_booster_body ul li span{
    color: #215b7c;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}
.lea2_main .league_prizes{
    background: #357ba1;
    padding: 20px 7px;
}
.lea2_main .league_prizes .league_prizes_head{
    margin-bottom: 10px;
}
.lea2_main .league_prizes .league_prizes_head img{
    float: left;
    width: 60px;
}
.lea2_main .league_prizes .league_prizes_head h2{
    margin: 0;
    margin-left: 70px;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.lea2_main .league_tab{
    margin-top: 30px;
}
.lea2_main .league_tab .league_tab_head ul{
    margin-bottom: 0;
    font-size: 0;
}
.lea2_main .league_tab .league_tab_head ul li{
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}
.lea2_main .league_tab .league_tab_head ul li:first-child{
    padding-left: 0;
}
.lea2_main .league_tab .league_tab_head ul li:last-child{
    padding-right: 0;
}
.lea2_main .league_tab .league_tab_head ul li a{
    background: #c6d7e0;
    display: block;
    border-radius: 5px 5px 0 0;
    color: #357ba1;
    text-decoration: none;
    padding: 7px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.lea2_main .league_tab .league_tab_head ul li.active a{
    background: #fff;
}
.lea2_main .league_tab .league_tab_body{
    background: #fff;
    padding: 10px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane{
    display: none;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane:first-child{
    display: block;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box+.prize_box{
    margin-top: 30px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_img img{
    width: 100%;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail{
    overflow: hidden;
    margin-bottom: 5px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail:last-child{
    border-radius: 0 0 5px 5px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_img{
    float: left;
    width: 60px;
    background: #61b162;
    text-align: center;
    padding: 10px 0 2px;
    height: 70px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box.long .prize_detail .prize_detail_img{
    height: 150px;
    padding: 48px 0;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_img img{
    width: 24px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_img span{
    display: block;
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_text{
    padding-left: 65px;
    background: #eae1d5;
    padding-right: 5px;
    height: 70px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_text.center_aligned{
    padding-top: 20px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box.long .prize_detail .prize_detail_text{
    height: 150px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_text p{
    color: #357BA1;
    font-size: 14px;
    padding-top: 5px;
}
.lea2_main .league_tab .league_tab_body .league_tab_pane .prize_box .prize_detail .prize_detail_text p+p{
    padding-top: 4px;
}
.lea2_main .daily_winner{
    margin: 8px 0;
    background: #fff;
    border-radius: 5px;
}
.lea2_main .daily_winner .daily_winner_head{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.lea2_main .daily_winner .daily_winner_head p{
    color: #206c98;
    font-size: 14px;
    text-transform: uppercase;
}
.lea2_main .daily_winner .daily_winner_body ul{
    padding: 10px 0 20px;
    margin-bottom: 0;
    font-size: 0;
}
.lea2_main .daily_winner .daily_winner_body ul li{
    width: 33.33%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
.lea2_main .daily_winner .daily_winner_body ul li img{
    max-width: 100%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.lea2_main .daily_winner .daily_winner_body ul li span{
    display: block;
    font-size: 20px;
    color: #64b467;
    margin: 3px 0;
    font-weight: 300;
}
.lea2_main .daily_winner .daily_winner_body ul li em{
    display: block;
    margin-top: 5px;
    font-style: normal;
    color: #686868;
    font-size: 16px;
    font-weight: 300;
}
.lea2_main .daily_winner .daily_winner_body ul li p{
    color: #206c98;
    font-size: 18px;
}
.lea2_main .daily_winner .daily_winner_body ul li p img{
    width: 20px;
    height: 23px;
    margin-right: 2px;
    border-radius: 0;
}
.lea2_main .daily_winner .daily_winner_body .see_all_btn{
    text-align: center;
}
.lea2_main .daily_winner .daily_winner_body .see_all_btn a{
    text-decoration: none;
    color: #47a449;
    font-size: 14px;
    padding-bottom: 8px;
    display: block;
}
.lea2_main .daily_winner .daily_winner_body .see_all_btn a i{
    display: block;
}
.lea2_main .leader_board_friends .common_league_board{
    border: none;
}
.lea2_main .leader_board+.leader_board{
    margin-top: 10px;
}
.lea2_main .leader_board .leader_board_head{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.lea2_main .leader_board .leader_board_head p.head_left{
    float: left;
    font-size: 14px;
    width: 50%;
    margin-bottom: 0;
}
.lea2_main .leader_board .leader_board_head p.head_right{
    float: right;
    font-size: 14px;
    width: 50%;
    text-align: right;
    font-weight: 300;
    margin-bottom: 0;
}
.lea2_main .leader_board .leader_board_body{
    padding: 0 7px;
}
.lea2_main .leader_board .leader_board_body .leader_list{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.lea2_main .leader_board .leader_board_body .leader_list .avtar{
    width: 50px;
    float: left;
    text-align: center;
}
.lea2_main .leader_board .leader_board_body .leader_list .avtar img{
    width: 100%;
    height: 50px;
    border-radius: 100%;
}
.lea2_main .leader_board .leader_board_body .leader_list .avtar span{
    font-size: 14px;
    color: #61a000;
    margin-top: 5px;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_points{
    padding: 6px 0;
    float: right;
    width: 75px;
    text-align: right;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_points p{
    font-size: 16px;
    color: #61a000;
    margin-bottom: 0;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_detail{
    margin-left: 60px;
    margin-right: 80px;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_detail.singlename{
    padding: 15px 0;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_detail h2{
    margin: 2px 0 0;
    font-weight: 300;
    color: #474747;
    font-size: 16px;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_detail span{
    color: #474747;
}
.lea2_main .leader_board .leader_board_body .leader_list .leader_detail p{
    font-size: 14px;
    color: #61a000;
    margin-bottom: 8px;
    margin-top: 5px;
}
.lea2_main .leader_board .leader_board_body .view_more_btn a{
    display: block;
    color: #61a000;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 0;
    text-decoration: none;
}
.lea2_main .leader_board .leader_board_body .view_more_btn a i{
    display: block;
}
.side_drawer_main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    display: none;
}
.side_drawer_main .side_drawer_list{
    width: 250px;
    position: absolute;
    top: 0;
    right: -250px;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.side_drawer_main .side_drawer_list ul{
    padding-top: 80px;
    margin-bottom: 0;
}
.side_drawer_main .side_drawer_list ul li{
    text-align: right;
}
.side_drawer_main .side_drawer_list ul li a{
    padding: 10px 20px;
}
.side_drawer_main .side_drawer_list ul li a{
    color: #357ba1;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    text-decoration: none;
}
.popup_cont{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
    overflow: auto;
    z-index: 9;
}
.popup_cont .feed_popup_main{
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 100%;
    display: none;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.popup_cont.showFeedPopup .feed_popup_main{
    display: block;
    top: 40px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.popup_cont .feed_popup_main .feed_popup_head{
/*    background: url(../images/league2/popup_bg.png) no-repeat right top;*/
/*    background-size: contain;*/
    height: 70px;
    position: relative;
}
.popup_cont .feed_popup_main .feed_popup_head span{
    position: absolute;
    font-size: 30px;
    color: #61b162;
    top: 10px;
    cursor: pointer;
    right: 10px;
}
.popup_cont .feed_popup_main .feed_popup_head p{
    font-size: 18px;
    text-transform: uppercase;
    color: #61b162;
    padding: 23px 30px;
    position: relative;
}
.popup_cont .feed_popup_main .feed_popup_head p:before{
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #61b162;
    border-radius: 100%;
    top: 30px;
    left: 15px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_head{
    padding: 15px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_head ul{
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    font-size: 0;
    border: 2px solid #61b162;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_head ul li{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_head ul li a{
    display: block;
    background: #fff;
    color: #61b162;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_head ul li.active a{
    color: #fff;
    background: #61b162;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body{
    background: #61b162;
    padding: 20px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box{
    background: #fff;
    border-radius: 5px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .feed_popup_list_pane{
    display: none;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .feed_popup_list_pane:last-child{
    display: block;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box ul{
    margin-bottom: 0;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box ul li{
    padding: 10px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box ul li+li{
    border-top: 1px solid #ccc;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .avtar{
    float: left;
    margin-right: 5px;
    width: 50px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .avtar img{
    width: 100%;
    height: 50px;
    border-radius: 100%;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .feed_points{
    width: 45px;
    float: right;
    text-align: right;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .feed_points p{
    font-size: 14px;
    color: #55ac58;
    padding: 15px 0;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .feed_info{
    margin-left: 60px;
    margin-right: 50px;
    padding-top: 5px;
}
.popup_cont .feed_popup_main .feed_popup_tabbing .feed_popup_tab_body .feed_popup_list_box .feed_info p{
    font-size: 14px;
}



.popup_cont .how_popup_main, .popup_cont .tandc_popup_main{
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 100%;
    display: none;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.popup_cont.showHowPopup .how_popup_main{
    display: block;
    top: 40px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.popup_cont.showtandPopup .tandc_popup_main{
    display: block;
    top: 40px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.popup_cont .how_popup_main .how_popup_head, .popup_cont .tandc_popup_main .tandc_popup_head{
/*    background: url(../images/league2/popup_bg.png) no-repeat right top;*/
/*    background-size: contain;*/
    height: 70px;
    position: relative;
}
.popup_cont .how_popup_main .how_popup_head span, .popup_cont .tandc_popup_main .tandc_popup_head span{
    position: absolute;
    font-size: 30px;
    color: #61b162;
    top: 10px;
    cursor: pointer;
    right: 10px;
}
.popup_cont .how_popup_main .how_popup_head p, .popup_cont .tandc_popup_main .tandc_popup_head p{
    font-size: 18px;
    text-transform: uppercase;
    color: #61b162;
    padding: 20px;
    position: relative;
}
.popup_cont .how_popup_main .how_popup_body, .popup_cont .tandc_popup_main .tandc_popup_body{
    background: #61b162;
    padding: 20px;
}
.popup_cont .how_popup_main .how_popup_body ul, .popup_cont .tandc_popup_main .tandc_popup_body ul{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
}
.popup_cont .how_popup_main .how_popup_body ul li, .popup_cont .tandc_popup_main .tandc_popup_body ul li{
    font-size: 14px;
    color: #686868;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}
.popup_cont .how_popup_main .how_popup_body ul li:before, .popup_cont .tandc_popup_main .tandc_popup_body ul li:before{
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #599024;
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
}
a.go_back_btn{
    color: #fff;
    background: #47a449;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
}
.lea2_main .winner_announced{
    background: #112f3f;
}
.lea2_main .winner_announced .tabbing_main .tabbing_head{
    padding: 10px 20px;
    background: #f0f0f0;
}
.lea2_main .winner_announced .tabbing_main .tabbing_head ul li{
    width: 50%;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body{
    color: #fff;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top h2{
    color: #e8a500;
    font-size: 34px;
    font-weight: bold;
    margin: 30px 0; 
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage{
    margin: -60px auto 0;
    width: 300px;
    max-width: 100%;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage img{
    width: 100%;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage{
    margin-top: -74px;
    padding: 0 15px;
    position: relative;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul{
    font-size: 0;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul li{
    font-size: 14px;
    width: 33.33%;
    display: inline-block;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul li img{
    width: 70%;
    border-radius: 100%;
    margin: auto;
    height: 62px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul li span{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    display: block;
    text-align: center;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul li:nth-child(2){
    float: left;
    margin-top: 8px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul li:nth-child(2) img{
    width: 60%;
    height: 54px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .wall_fame_top .price_list_stage .winner_names_stage ul li:last-child img{
    width: 52%;
    height: 47px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .mega_winner_prices_detail{
    padding: 10px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .mega_winner_prices_detail ul li{
    background: #294453;
    border-radius: 7px;
    margin-bottom: 18px;
    display: table;
    width: 100%;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .mega_winner_prices_detail ul li span{
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    background: #647442;
    border-radius: 7px;
    font-size: 20px;
    text-align: center;
    height: 100%;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .mega_winner_prices_detail ul li p{
    display: table-cell;
    padding: 8px;
    color: #56bcc7;
    font-size: 16px;
    margin-left: 50px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .mega_winner_prices_detail ul li p em{
    font-style: normal;
    color: #fff;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .top_teams{
    padding: 0 10px;
    text-align: center;
    max-width: 100%;
    width: 300px;
    margin: 0 auto 20px;
}
.lea2_main .winner_announced h3.common_head{
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    margin-top: 10px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .top_teams img{
    width: 100%;
    margin-top: -40px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail{
    padding: 0 10px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li{
    background: #294453;
    border-radius: 7px;
    margin-bottom: 18px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .hide_team{
    display: none;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li.teamShown .view_team{
    display: none;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li.teamShown .hide_team{
    display: block;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .avtar{
    float: left;
    width: 65px;
    padding: 5px;
    position: relative;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .avtar img{
    width: 100%;
    height: 55px;
    border-radius: 100%;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .avtar span{
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/league2/winner/patch.png) no-repeat;
    background-size: contain;
    height: 30px;
    width: 25px;
    text-align: center;
    color: #777;
    font-size: 11px;
    line-height: 23px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .price_info{
    margin-left: 65px;
    padding: 5px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .price_info p{
    font-size: 16px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .price_info p em{
    font-style: normal;
    font-weight: 500;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .price_info p span{
    color: #e8a500;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li a.view_team{
    background: #2e6561;
    padding: 2px 0;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    text-align: center;
    font-weight: 300;
    margin-top: 6px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li a.hide_team{
    background: #2e6561;
    padding: 2px 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    text-align: center;
    font-weight: 300;
    margin-top: 6px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li .view_team_list{
    display: none;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .team_prices_detail ul li.teamShown .view_team_list{
    display: block;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box{
    padding: 1px 10px 20px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy{
    margin-top: 20px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy ul{
    font-size: 0;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy ul li{
    display: inline-block;
    width: 33.33%;
    padding: 0 5px;
    text-align: center;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy ul li img{
    width: 60px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy ul li.bigimg img{
    width: 68px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy ul li span{
    font-size: 13px;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 7px;
    display: block;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_winner_trophy ul li p{
    background: #294452;
    font-size: 13px;
    font-weight: 300;
    padding: 5px;
    border-radius: 10px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise{
    margin-top: 30px;
    border-radius: 7px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_head{
    background: #3d6d4d;
    border-radius: 5px 5px 0 0;
    padding: 2px 7px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_body{
    background: #294453;
    padding: 10px;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_body ul{
    font-size: 0;
    margin-bottom: 0;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_body ul li{
    font-size: 14px;
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_body ul li img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: block;
    margin: auto;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_body ul li span{
    font-size: 18px;
    margin: 4px 0;
    display: block;
}
.lea2_main .winner_announced .tabbing_main .tabbing_body .daily_winner_box .daily_price_daywise .daily_price_daywise_body ul li p{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.lea2_main .my_wall_rank{
    padding: 10px;
    margin-bottom: 10px;
}
.lea2_main .my_wall_rank .my_wall_rank_detail{
    padding: 10px;
    background: #284250;
    border-radius: 7px;
}
.lea2_main .my_wall_rank p.winning_team{
    font-size: 16px;
    padding: 2px 0;
    background: #2e6560;
    margin-top: -7px;
    border-radius: 0 0 7px 7px;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul{
    font-size: 0;
    margin-bottom: 0;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul li{
    display: inline-block;
    width: 33.33%;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul li img{
    max-width: 40px;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul li.avtar img{
    max-width: 80px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul li p{
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul li p span{
    color: #65c7d0;
    font-size: 18px;
    font-weight: bold;
}
.lea2_main .my_wall_rank .my_wall_rank_detail ul li p em{
    position: absolute;
    bottom: -18px;
    left: 50%;
    color: #9ea8ab;
    font-style: normal;
    font-size: 14px;
    transform: translate(-50%,0);
}
.lea2_main .winner_announced .recent_team_activity .chart_box{
    width: 270px;
    margin: auto;
}
.lea2_main .winner_announced .recent_team_activity .chart_box .mid_circle p{
    color: #333;
}
.lea2_main .winner_announced .all_team_activity{
    background: transparent;
}
.lea2_main .winner_announced .all_team_activity .common_league_board{
    background: #284250;
    border: none;
}
.lea2_main .winner_announced .common_league_board .team_activity .team_activity_head .head_left span{
    color: #fff;
}
.lea2_main .winner_announced .common_league_board .team_activity .team_activity_head .head_right span{
    color: #fff;
}
.lea2_main .winner_announced .common_league_board .team_activity .activity_list .activity_list_item .activity_detail h2{
    color: #fff;
}
.lea2_main .winner_announced .common_league_board .team_activity .activity_list .activity_list_item .activity_detail p{
    color: #65c7d0;
}
.lea2_main .winner_announced .common_league_board .team_activity .activity_list .activity_list_item .activity_points p{
    color: #65c7d0;
}
.lea2_main .winner_announced .common_league_board .team_activity .activity_list .more_btn a{
    color: #65c7d0;
}
.lea2_main .winner_announced .my_friends_box{
    padding: 10px;
}
.lea2_main .winner_announced .my_friends_box .my_friends_list{
    background: #284250;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.lea2_main .winner_announced .my_friends_box .my_friends_list .avtar{
    width: 70px;
    float: left;
}
.lea2_main .winner_announced .my_friends_box .my_friends_list .avtar img{
    width: 100%;
    height: 70px;
    border-radius: 100%;
}
.lea2_main .winner_announced .my_friends_box .my_friends_list .my_friend_detail{
    margin-left: 70px;
    padding: 10px;
}
.lea2_main .winner_announced .my_friends_box .my_friends_list .my_friend_detail p{
    font-size: 16px;
    color: #fff;
}
.lea2_main .winner_announced .common_league_board{
    background: transparent;
    border: none;
}
.dare_ofthe_day{
    background: #2b6f98;
    padding: 15px;
    border-radius: 5px;
}
.dare_ofthe_day .dare_ofthe_day_head{
    background: #2b6f98;
    padding: 10px 0;
}
.dare_ofthe_day .dare_ofthe_day_head p{
    color: #fff;
    font-size: 24px;
}
.dare_ofthe_day .dare_ofthe_day_head p img{
    width: 50px;
}
.dare_ofthe_day .dare_ofthe_day_head p span{
    float: right;
}
.dare_ofthe_day .dare_ofthe_day_head p span img{
    width: 15px;
}
.dare_ofthe_day .dare_ofthe_day_head p span em{
    font-style: normal;
    font-size: 16px;
}
.dare_ofthe_day .dare_ofthe_day_body{
    background: #fff;
    border-radius: 5px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_task{
    padding: 20px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_task ul{
    padding-left: 10px;
    margin-bottom: 0;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_task ul li{
    font-size: 16px;
    color: #076e97;
    list-style: disc;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .select_dare_city select{
    width: 100%;
    color: #3eab56;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px;
    appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    -webkit-appearance:none;
    background: url(../images/league2/dare-select.png) no-repeat right center #f6f6f6;
    background-size: 40px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet{
    position: relative;
    padding: 10px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet+.show_dare_outlet{
    border-top: 1px solid #ccc;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_img{
    float: left;
    width: 70px;
} 
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_img img{
    width: 100%;
    border-radius: 5px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_info{
    margin-left: 80px;
    margin-right: 40px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_info h2{
    color: #076e97;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    margin-bottom: 2px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_info h3{
    font-weight: normal;
    font-size: 12px;
    color: #757575;
    margin: 0;
    margin-bottom: 6px;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_info p{
    font-size: 12px;
    color: #666666;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_info p span{
    display: block;
    color: #3eab56;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_arrow{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    background: #f5f5f5;
    font-size: 16px;
    color: #3eab56;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.dare_ofthe_day .dare_ofthe_day_body .dare_outlet_list .show_dare_outlet_list .show_dare_outlet .outlet_arrow i{
    padding: 0 17px;
}





@media all and (max-width:767px){
    .lea2_main .league_tab .league_tab_head ul li a span{
        display: block;
    }
    .lea2_main .league_price_show ul li a span em{
        display: block;
    }
    .lea2_main .league_tab .league_tab_head ul li a span{
        display: block;
    }
}
@media all and (max-width:479px){
    .lea2_main .league_tab .league_tab_head ul li a{
        padding: 5px 2px;
        font-size: 12px;
    }
    .lea2_main .league_price_show ul li{
        padding: 3px;
    }
    .lea2_main .league_price_show ul li a span{
        font-size: 13px;
    }
    .lea2_main .league_price_show ul li a p{
        font-size: 13px;
    }
    .lea2_main .league_price_show ul li a p span{
        display: block;
    }
    .dare_ofthe_day{
        padding-top: 0;
    }
    .dare_ofthe_day .dare_ofthe_day_head p{
        text-align: center;
    }
    .dare_ofthe_day .dare_ofthe_day_head p span{
        display: block;
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}

