
.SlotsVIPLeaderboardStages-header-cont.first {
    margin-top: 66px;
}
.SlotsVIPLeaderboardStages-header-cont {
    width: 300px;
    height: 114px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: #0C2238;
    border: 1px solid #355778;
    backdrop-filter: blur(10px);
    border-radius: 2px;
    padding: 12px 17px 12px 17px;
}
.SlotsVIPLeaderboardStages-header-cont-top {
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'CrystalNU4-Bold';
}
.SlotsVIPLeaderboardStages-header-cont-top-left {
    font-size: 14px;
    margin-left: 2px;
    margin-top: 1px;
}
.SlotsVIPLeaderboardStages-header-cont-top-left div {
    color: #FFCC00;
    font-size: 16px;
    font-family: 'CrystalBetUni-Medium';
}
.SlotsVIPLeaderboardStages-header-cont-top-left div font {
    font-family: 'Gotham-Normal';
}
.SlotsVIPLeaderboardStages-header-cont-top-right {
    font-size: 12px;
}
.second .SlotsVIPLeaderboardStages-header-cont-top-left div font {
    margin-left: 4px;
}
.SlotsVIPLeaderboardStages-header-cont-top-right font {
    font-family: 'Gotham-Normal';
    font-size: 14px;
}
.SlotsVIPLeaderboardStages-header-cont-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-top: 10px;   
    left: 1px;
}
.SlotsVIPLeaderboardStages-header-cont-bottom-list.first {
    width: 70px;
}
.SlotsVIPLeaderboardStages-header-cont-bottom-list {
    width: 90px;
    height: 40px;
    background: #143251;
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    border-radius: 2px;
    font-family: 'CrystalNU4-Regular';
    display: flex;
    flex-direction: column;
    align-items: center;
}
.SlotsVIPLeaderboardStages-header-cont-bottom-list font {
    font-family: 'Gotham-Normal';
    color: #fff;
    font-size: 15px;
}
.SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow div {
    color: #FFCC00;
    font-family: 'CrystalBetUni-Medium';
    font-size: 15px;
}
.SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow div pre {
    display: contents;
}
.SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow div.freespins {
    font-size: 10px;
}

.SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow div font {
    color: #FFCC00;
}

.SlotsVIPLeaderboardStages-header-cont.second {
    margin-top: 20px;
}
.SlotsVIPLeaderboardStages-header-cont.second .SlotsVIPLeaderboardStages-header-cont-top-left div:before {
    content: '';
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 33px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.SlotsVIPLeaderboardStages-header-cont.second.stage1 .SlotsVIPLeaderboardStages-header-cont-top-left div:before {
    background-image: url(./Car/1.png);
}
.SlotsVIPLeaderboardStages-header-cont.second.stage2 .SlotsVIPLeaderboardStages-header-cont-top-left div:before {
    background-image: url(./Car/2.png);
}
.SlotsVIPLeaderboardStages-header-cont.second.stage3 .SlotsVIPLeaderboardStages-header-cont-top-left div:before {
    background-image: url(./Car/3.png);
}

.SlotsVIPLeaderboardStages-header-cont.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .car {
    height: 15px;
    position: relative;
}
.SlotsVIPLeaderboardStages-header-cont.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .car:before {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 37px/2);
    top: -1px;
}
.SlotsVIPLeaderboardStages-header-cont.stage1.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .car:before {
    background-image: url(./Car/1.png);
}
.SlotsVIPLeaderboardStages-header-cont.stage2.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .car:before {
    background-image: url(./Car/2.png);
}
.SlotsVIPLeaderboardStages-header-cont.stage3.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .car:before {
    background-image: url(./Car/3.png);
}


.SlotsVIPLeaderboardStages-header-cont.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .flat {
    height: 15px;
    position: relative;
}
.SlotsVIPLeaderboardStages-header-cont.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .flat:before {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 33px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 37px/2);
    top: -1px;
}
.SlotsVIPLeaderboardStages-header-cont.stage1.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .flat:before {
    background-image: url(./Car/flat_header.png);
}
.SlotsVIPLeaderboardStages-header-cont.stage2.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .flat:before {
    background-image: url(./Car/flat_header.png);
}
.SlotsVIPLeaderboardStages-header-cont.stage3.second .SlotsVIPLeaderboardStages-header-cont-bottom-list.yellow .flat:before {
    background-image: url(./Car/flat_header.png);
}


.SlotsVIPLeaderboardStages-stage-header {
    display: none;
}
.SlotsVIPLeaderboardStages-header-cont.stage1 .SlotsVIPLeaderboardStages-stage-header.stage1 {
    display: block;
}
.SlotsVIPLeaderboardStages-header-cont.stage2 .SlotsVIPLeaderboardStages-stage-header.stage2 {
    display: block;
}
.SlotsVIPLeaderboardStages-header-cont.stage3 .SlotsVIPLeaderboardStages-stage-header.stage3 {
    display: block;
}
