


/*** Start Select Item **/

.select-item{
    text-align: center;
}

.add-svg path{
    fill: rgb(7, 26, 58);
}

.select-item>div{
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
    background-color: #ffffff;
    border-radius: 16px;
    display: inline-block;
    width: 84px;
    height: 84px;
    width: 22%;
    line-height: 84px;
    text-align: center;
    font-weight: bold;
    color: black;
    font-size: 24px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.select-item>div.active{
    background-color: #3D9CFB;
    border-color: #3D9CFB;
    color: white;
}

.select-item>div.active .add-svg path{
    fill: rgb(255, 255, 255);
}


.select-item>div:hover{
    cursor: pointer;
    background-color: #ECECEC;
    background-color: #FFFFFF;
    border: 2px solid #3D9CFB;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.select-item>div.active:hover{
    background-color: #3D9CFB;
    border-color: #3D9CFB;
}

/*** End Select Item **/

/*** START Leaderboard section ***/

.leaderboard-container{
    border-radius: 8px;
    padding: 24px;
}

.leaderboard-selector{
    border-radius: 8px;
    font-weight: bold;
    color: #071A3A;
    border-color: #ECF0F2;
}

.symbol{
    background-color: #005FFF;
    display: inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 64px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.leaderboard-body-table{
    border: 1px solid #ECF0F2;
    background-color: #F7F7F7;
    border-radius: 8px;
    border-top-left-radius: 0;
}

.leaderboard-body-table table{
    margin-bottom: 0;
}

.leaderboard-body-table table tbody tr{
    border-bottom: 1px solid #ECF0F2;
}

.leaderboard-body-table table tbody tr:last-child{
    border-bottom: none;
}

.leaderboard-body-table table tbody tr>td{
    padding: 10px 16px;
    color: #071A3A;
}

.leaderboard-body-table table tbody tr>td:nth-child(1){
    font-weight: bold;
    font-size: 18px;
    width: 32px;
}

.leaderboard-body-table table tbody tr>td:nth-child(2){
    font-weight: bold;
    font-size: 18px;
}

.leaderboard-body-table table tbody tr>td:nth-child(3){
    text-align: right;
}

/*** END Leaderboard section ***/


.section-title{
    font-size: 20px;
    font-weight: bold;
    color: #071A3A;
}

.main-btn{
    font-weight: bold;
    background-color: #FFD700;
    display: block;
    text-align: center;
    color: #071A3A;
    border-radius: 8px;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
}



.starter-container{
    border-radius: 24px;
    background-color: rgba(199, 215, 226, .94);
    height: 570px;
}

.home-mode-container{
    overflow: hidden;
    border-radius: 24px;
}



.home-mode-container-one{
    position: absolute;
    width: 100%;
    /* margin-top: -580px; */
    border-radius: 24px;
    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.home-mode-container:hover .home-mode-container-one{
    opacity: 1;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.home-mode-container:hover .play-btn{
    /* background-color: #FFD700; */

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.home-mode-container-one{
    z-index: 2;
}

.mode-one-title{
    font-size: 32px;
    line-height: 38px;
}

.mode-one-container{
    border-radius: 24px;
}

.play-btn{
    /* background-color: #3D9CFB; */
    /* box-shadow: 0px 6px #0976E3; */

    background-color: #F7F7F7;
    box-shadow: 0px 6px #ECF0F2;
    

    display: inline-block;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    border-radius: 100px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.play-btn.active{
    background-color: #3D9CFB;
    box-shadow: 0px 6px #0976E3;
}



.play-btn:hover{
    cursor: pointer;
}


.play-btn.disabled{
    /* background-color: #57A9FA; */
}

.play-btn-icon path{
    fill: #A3AFBB;
}

.play-btn.active path{
    fill: #fff;
}

.new-label{
    background-color: #FFD700;
    display: inline-block;
    font-weight: bold;
    color: #000000;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    
}

.leaderboard-new{
    border-radius: 24px;
}

.leaderboard-item{
    position: relative;
    z-index: 1;
    min-height: 500px;
    height: 620px;    
    border-radius: 24px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}



.leaderboard-item:hover{
    /* margin-bottom: -350px; */

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.leaderboard-item.item-one{
    margin-bottom: -555px;
    margin-bottom: -512px;
    
}

.leaderboard-item.item-one:hover{
    margin-bottom: -390px;
}

.leaderboard-item.item-two{
    background-color: #57A9FA;
    margin-bottom: -595px;
}

.leaderboard-item.item-two:hover{
    margin-bottom: -95px;
}

.leaderboard-item.item-three{
    background-color: #278FF8;
    margin-bottom: -595px;
}

.leaderboard-item.item-three:hover{
    margin-bottom: -95px;
}

.leaderboard-item.item-four{
    background-color: #0976E3;
    margin-bottom: -595px;
}

.leaderboard-item.item-four:hover{
    margin-bottom: -95px;
}

.leaderboard-item.item-five{
    background-color: #085CB1;
    height: 520px;
}


.leaderboard-new{
    overflow: hidden;
}

.leaderboard-item-title .text{
    /* margin-top: 4px; */
    margin-left: 5px;
    font-weight: bold;
}

.leaderboard-item-title .symbol-icon{
    margin-top: 3px;
}



.extra-sections{
    background-color: #012662;
    border-radius: 16px;
}


.selected-title{
    color: #7792AE;
    margin-bottom: -6px;
}

.select-digit-button div{
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #ECF0F2;
    color: #071A3A;
    padding: 8px 20px;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 32px;
    font-weight: bold;
    font-size: 16px;
}

.select-digit-button div.active{
    background-color: #3D9CFB;
    border: 1px solid #3D9CFB;
    color: white;
}

.select-digit-button div:hover{
    cursor: pointer;
}

.personal-select-digit-button div{
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #ECF0F2;
    color: #071A3A;
    padding: 8px 20px;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 32px;
    font-weight: bold;
    font-size: 16px;
}

.personal-select-digit-button div.active{
    background-color: #3D9CFB;
    border: 1px solid #3D9CFB;
    color: white;
}

.personal-select-digit-button div:hover{
    cursor: pointer;
}

.leaderboad-table table tr{
    border: 1px solid #074F98;
    border-radius: 32px;
    margin-bottom: 24px;
}

.leaderboad-table-item{
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 32px;
    padding: 12px 16px;
    padding-left: 6px;
    color: white;
    font-weight: bold;
    margin-bottom: 8px;
    /* max-height: 58px; */
}

.leaderboad-table-item .table-item-number{
    width: 24px;
    text-align: left;
}

.leaderboard-text{
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.table-item-level{
    background-color: rgba(255, 255, 255, .08);
    padding: 0px 8px;
    border-radius: 8px;
    margin-left: 8px;
    font-weight: 700;
}

.table-item-name{
    line-height: 32px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-content-container{
    position: relative;
    width: 100%;
    margin-left: 0;
}

.table-content-container .float-lefts{
    padding-left: 0;
}

.table-content-container .float-rights{
    text-align: right;
}

.section-cookie .item-three{
    border-radius: 24px;
}

.section-cookie.show{
    display: initial;
}

.section-cookie.hide{
    display: none;
}

@media (max-width: 960px){

}

@media (max-width: 356px){
    .select-item>div{
        width: 20%;
    }
}



