

/*--------------------
Leaderboard
--------------------*/
.leaderboard {
    position: relative;
    width: 382px;
    height: 100%;
    background: transparent;
    border-radius: 0;
    box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
    margin: 0 auto;
}
.leaderboard img{
    position: absolute;
    z-index: 2;
    max-width: 17%;
    left: 28px;
    top: 30px;
    border-radius: 50% !important;
}
.leaderboard .detail{
    position: relative;
    bottom: 0;
    right: 0;
    padding: 25px 15px 0 0;
    z-index: 2;
}
.leaderboard .detail h2{
    text-align: center;
    margin: 6px auto;
    font-size: 25px;
    position: absolute;
    left: 23%;

}
.firstPlace h2{
    color: #27ae60;
}
.secondPlace h2{
    color: #f1c40f;
}
.thirdPlace h2{
    color: #c0392b;
}
.fortPlace h2{
    color: #2980b9;
}

.fifthPlace h2{
    color: #ac29b9;
}

.sexthPlace h2{
    color: #ff7b00;
}

.LastPlace h2{
    color: #9e6532;
}
.thirdPlace h2{
    color: #c0392b;
}
.nulled-position h2{
    color: #a4a4a4;
}

.leaderboard h1 {
    font-size: 18px;
    color: #e1e1e1;
    padding: 10px 25px 11px 0;
    background: #9e9e9e;
    text-align: center;
    margin: 0;
}
.nulled-position {
    background: #f6f6f6 !important;
    border-left: 4px solid #bcbcbc !important;
    border-bottom: 1px solid #bcbcbc;
    cursor: not-allowed !important;
    opacity: 0.50;
}
.nulled-position::after {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #e7e7e7 !important;
}
.nulled-position:hover::after {
    -webkit-transform: translateZ(0) scale(1, 1) !important;
    transform: translateZ(0) scale(1, 1) !important;
    background: #e7e7e7 !important;
}
.nulled-position::before {
    color: #868181 !important;
    background: #fff !important;
}
.nulled-position mark::before, .nulled-position mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid transparent !important;
}
.leaderboard h1 svg {
    width: 25px;
    height: 26px;
    position: relative;
    top: 3px;
    margin-right: 6px;
    vertical-align: baseline;
}
.leaderboard ol {
    counter-reset: leaderboard;
    list-style: none;
    padding: 0;
    position: relative;
    /*background: #009dcc;*/
    background: #fff;
}
.leaderboard ol li {
    position: relative;
    z-index: 1;
    font-size: 14px;
    counter-increment: leaderboard;
    padding: 18px 10px 18px 50px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    min-height: 110px;
}
.leaderboard ol li::before {
    content: counter(leaderboard);
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #c24448;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.leaderboard ol li mark {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 32px;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    background: none;
    color: #5c5a5a;
    text-align: center;
    margin-top: 16px;
    font-weight: bold;
}
.leaderboard ol li mark::before, .leaderboard ol li mark::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 2px;
    left: -15px;
    border-top: 10px solid #27ae60;
    border-left: 10px solid #fff0;
    transition: all .1s ease-in-out;
    opacity: 0;
}

.leaderboard ol li mark::after {
    left: auto;
    right: -1px;
    border-left: none;
    border-right: 10px solid #27ae6000;
}
.leaderboard ol li small {
    position: relative;
    z-index: 2;
    display: block;
    text-align: right;
    color: #5c5a5a;
    font-weight: bold;
    margin-top: 4%;
}
.leaderboard ol li::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fa6855;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
    transition: all .3s ease-in-out;
    opacity: 0;
}
.leaderboard ol li:nth-child(1) {
    background: #fff;
    border-left: 4px solid #27ae60;
    border-bottom: 1px solid #e9e9e9;
}
.leaderboard ol li:nth-child(1)::before{
    color: #fff;
    background: #27ae60;
}

.leaderboard ol li:nth-child(1) mark::before{
    color: #fff;
    border-top: 10px solid #27ae60;
}
.leaderboard ol li:nth-child(1) mark::after{
    color: #fff;
    border-top: 10px solid #27ae60;
}
.leaderboard ol li:nth-child(1):hover::before {
    color: #27ae60;
    background: #fff;
}
.leaderboard ol li:nth-child(1) marker{
    color: #27ae60;
}
.leaderboard ol li:nth-child(1)::after {
    background: #27ae60;
}
.leaderboard ol li:nth-child(2) {
    background: #fff;
    border-left: 4px solid #f1c40f;
    border-bottom: 2px solid #e9e9e9;
}
.leaderboard ol li:nth-child(2)::before{
    color: #fff;
    background: #f1c40f;
}
.leaderboard ol li:nth-child(2) mark::before{
    color: #fff;
    border-top: 10px solid #f1c40f;
}
.leaderboard ol li:nth-child(2) mark::after{
    color: #fff;
    border-top: 10px solid #f1c40f;
}
.leaderboard ol li:nth-child(2):hover::before {
    color: #f1c40f;
    background: #fff;
}
.leaderboard ol li:nth-child(2)::after {
    background: #f1c40f;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.leaderboard ol li:hover  h2{
    color:#fff !important;;
}
.leaderboard ol li.nulled-position:hover  h2{
    color: #a4a4a4 !important;;
}
/*.leaderboard ol li:nth-child(2) mark::before, .leaderboard ol li:nth-child(2) mark::after {*/
/*background: #26a4cb;*/
/*bottom: -7px;*/
/*}*/
.leaderboard ol li:nth-child(3) {
    background: #fff;
    border-left: 4px solid #c0392b;
    border-bottom: 1px solid #e9e9e9;
}
.leaderboard ol li:nth-child(3)::after {
    background: #c0392b;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.leaderboard ol li:nth-child(3) mark::before{
    color: #fff;
    border-top: 10px solid #c0392b;
}
.leaderboard ol li:nth-child(3) mark::after{
    color: #fff;
    border-top: 10px solid #c0392b;
}
.leaderboard ol li:nth-child(3)::before{
    color: #fff;
    background: #c0392b;
}
.leaderboard ol li:nth-child(4)::before{
    color: #fff;
    background: #2980b9;
}
.leaderboard ol li:nth-child(5)::before{
    color: #fff;
    background: #ac29b9;
}
.leaderboard ol li:nth-child(6)::before{
    color: #fff;
    background: #ff7b00;
}
.leaderboard ol li:nth-child(7)::before{
    color: #fff;
    background: #9e6532;
}
.leaderboard ol li:nth-child(3):hover::before {
    color: #c0392b;
    background: #fff;
}
.leaderboard ol li:nth-child(3) mark::before, .leaderboard ol li:nth-child(3) mark::after {
    border-top: 0;
    bottom: -3px;
}
.leaderboard ol li:nth-child(4) {
    background: #fff;
    border-left: 4px solid #2980b9;
}
.leaderboard ol li:nth-child(5) {
    background: #fff;
    border-left: 4px solid #ac29b9;
}
.leaderboard ol li:nth-child(6) {
    background: #fff;
    border-left: 4px solid #ff7b00;
}
.leaderboard ol li:nth-child(7) {
    background: #fff;
    border-left: 4px solid #9e6532;
}
.leaderboard ol li:nth-child(4)::after {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #2980b9;
}
.leaderboard ol li:nth-child(5)::after {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #ac29b9;
}
.leaderboard ol li:nth-child(6)::after {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #ff7b00;
}
.leaderboard ol li:nth-child(7)::after {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #9e6532;
}
.leaderboard ol li:nth-child(2) mark::before{
    color: #fff;
    border-top: 10px solid #f1c40f;
}
.leaderboard ol li:nth-child(2) mark::after{
    color: #fff;
    border-top: 10px solid #2980b9;
}
.leaderboard ol li:nth-child(2):hover::before {
    color: #2980b9;
    background: #fff;
}
.leaderboard ol li:nth-child(2)::after {
    background: #f1c40f;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.leaderboard ol li:nth-child(4) mark::before, .leaderboard ol li:nth-child(4) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #2980b9;
}
.leaderboard ol li:nth-child(5) mark::before, .leaderboard ol li:nth-child(5) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #ac29b9;
}
.leaderboard ol li:nth-child(6) mark::before, .leaderboard ol li:nth-child(6) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #ff7b00;
}
.leaderboard ol li:nth-child(7) mark::before, .leaderboard ol li:nth-child(7) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #9e6532;
}
.leaderboard ol li:hover {
    z-index: 2;
    overflow: visible;
}
.leaderboard ol li:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1.06) scaleY(1.03);
    transform: scaleX(1.06) scaleY(1.03);
}
.leaderboard ol li:hover mark::before, .leaderboard ol li:hover mark::after {
    opacity: 1;
    transition: all .35s ease-in-out;
}

.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}
.the-most img {
    max-width: 100%;
}

.all_results {
    padding: 25px 25px 10px
}

.mr-left-10{
    margin-left: 25px;
}

.seniorleaderboard h1{
    color: #fff;
    background-image: linear-gradient(to bottom,#afafaf,#949494);
}

.juniorsleaderboard h1{
    color: #fff;
    background-image: linear-gradient(to bottom,#f78644,#e76e1f);
}

.debutantsleaderboard h1{
    color: #fff;
    background-image: linear-gradient(to bottom,#81b85b,#679e38);
}

.othersleaderboard h1{
    color: #fff;
    background-image: linear-gradient(to bottom, #b5b853, #9e6532);
}

.seniorsleaderboard h1{
    color: #fff;
    background-image: linear-gradient(to bottom,#afafaf,#949494);
}

.valid{
    color: #27ae60;
}
.en-attent{
    color: #f1c40f;
}
.ogj{
    color: #2980b9;
}
.mt-15{
    margin-top: 10px !important;
}
.text-black{
    color: #030303 !important;
}

.challage-title {
    padding: 12px 70px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    border-radius: 4px;
    color: #fff;
    background-image: linear-gradient(to bottom,#afafaf,#949494);
    font-weight: bold;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #0056a3;
}

footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
}

.square {
    padding: 58px 0;
}

.user-card-body{
    background: #fff;
    color: #333356;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    min-height: 255px;
}



/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */

.user-pad {
    padding: 10px 12px;
}

.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.user-details {
    min-height: 333px;
    padding: 30px;
}

.overview h3 {
    font-weight: 300;
    margin-top: 15px;
    margin: 10px 0 0 0;
}

.overview h4 {
    font-weight: bold!important;
    font-size: 40px;
    margin-top: 0;
}

.user-card-header {
    background: #2980b9;
    color: #fff;
    padding: 6px;
}

.position{
    color: #c24448;
    font-weight: bold;
    font-size: 17px;
}

.user-level {
    color: #109608;
    font-size: 44px;
}

.bg-gray {
    background: #eee;
}

.project-bg {
    background: #27ae60;
}
.bg-gray h3{
    font-size: 15px;
}
.bg-gray h4 {
    font-size: 25px;
}

.userres {
    background: #86898c;
}

.all_resultleaderboard ol li::before{
    display: none;
}
.all_resultleaderboard ol li::before {
    display: none;
}
.all_resultleaderboard ol li{
    border: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.all_resultleaderboard ol li span {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #a2a2a2;
    border-radius: 20px;
    text-align: center;
}

.all_resultleaderboard ol li, .all_resultleaderboard ol li::after {
    background: transparent !important;

}
.all_resultleaderboard ol li:hover h2
{
    color: #5c5a5a !important;
}

.all_resultleaderboard ol li mark::before, .all_resultleaderboard ol li mark::after {
    border-top: 10px solid #fff !important;
    display: none !important;
}
.all_resultleaderboard ol li:hover::after {
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
}
.w-100{
    width: 100%;
}
.challage-title.allresult{
    margin: 50px auto;
    background: #2980b9;
}
.leaderboard ol li.hovered::after {
    opacity: 1 !important;
    -webkit-transform: scaleX(1.06) scaleY(1.03) !important;
    transform: scaleX(1.06) scaleY(1.03) !important;
}
.leaderboard ol li.hovered::after {
    color: #fff;
}
li.hovered mark, .hovered h2 {
    color: #fff !important;
}
.hovered::before{
    background: #fff !important;
    color: #5c5a5a !important;
}

.listproj {
    margin: 20px 40px 40px 40px;
    display: inline-block;
    border: 1px solid #337ab7;
    padding: 0;
}

.listproj > li > a{
    border-radius: 0 !important;
    padding: 10px 28px  !important;;
}

.detail-calls{
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 10px 2px 0px -35px;
    padding: 6px;
}
.detail-calls h2, .detail-calls small{
    display: inline-block !important;
}
.detail-calls h2{
    font-size: 16px;
    margin: 0;
    margin-right: 38px;
}
.detail-calls small{
    font-size: 12px;
}
.yellow-color{
    color: #e8ae00 !important;
    font-weight: bold;
}
.detail-calls .text-danger{
    opacity: 0.8;
}
.qualifBoard .bordered-green{
    border: 4px solid #56b060 !important;
}
.qualifBoard h5{
    text-align: center;
    color: #cb9400;
    font-weight: bold;
    margin-left: -30px;
}

.others-leaderboard {
    position: relative;
    width: 80%;
    height: 100%;
    background: transparent;
    border-radius: 0;
    box-shadow: 0 7px 30px rgba(62, 9, 11, 0.3);
    margin: 0 auto;
}

.others-leaderboard li {
    width: 362px;
    padding-right: 10px;
    padding-left: 10px;
}