/* Fonts CDN */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
}

/* Navbar Container Starts*/

.navbar-container {
    margin: 1.4rem 0rem 0rem 0rem;
}

.navbar-container .home-ico i {
    font-size: 2.2rem !important;
    border-radius: 50%;
    padding: 8px;
    color: rgb(191, 80, 50) !important;
    border: 2px solid rgb(191, 80, 50);
    transition: 0.9s;
}

.navbar-container .home-ico i:hover {
    border-radius: 50%;
    padding: 8px;
    color: white !important;
    background: rgb(191, 80, 50);
    border: 2px solid rgb(191, 80, 50);
    transition: 0.8s;
    transform: scale(1.1);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Navbar Container Ends*/

.leader-container {
    padding-top: 0rem;
    margin-top: -2rem;
    padding-bottom: 3rem;
}

.leader-container .first-col {
    position: relative;
    left: 6rem;
}


.leader-container .third-col {
    position: relative;
    right: 6rem;
}

.leader-container h5 {
    color: #5F146B;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-top: 16px;
}

.leader-container .second-info h5 {
    color: #32BF40 !important;
}

.leader-container .second-info p {
    color: #32BF40 !important;
}

.leader-container .third-info h5 {
    color: #2D9CBF !important;
}

.leader-container .third-info p {
    color: #2D9CBF !important;
}

.leader-container .up {
    margin-top: -4rem;
}

.leader-container img {
    max-width: 10rem;
}

.leader-container p {
    padding: 0;
    padding-top: 1px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5F146B;
}

.table-container {
    height: 100%;
    margin-bottom: 1.3rem;
    margin-top: -5rem !important;
}

.table-container .title h2 {
    font-size: 1.5rem !important;
    font-weight: 400;
    padding-top: 1rem;
}

.table-container .title .bg-line {
    background: #FFBE3C;
    height: 0.4rem;
    width: 100%;
    position: relative;
    top: 25%;
    z-index: -1;
}

.table-container .title h3 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px;
    background: #FFBE3C;
    max-width: 20rem;
    margin: 0 auto;
    z-index: 999999999;
}


.table-container .table-headings {
    margin-top: 1.3rem;
    background: #8979db;
    padding: 0.4rem;
    font-size: 1.1rem;
    color: white;
    font-weight: 700;
    vertical-align: middle;
}


.table-container .table-data-row {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.7rem;
    margin-top: 0.2rem;
}

.table-container .active {
    background: rgba(191, 80, 50, 0.08);
}



/* Tablets Css Starts */
/* Tablets Css Ends */

/* Mobile Css Starts */
@media (min-width: 540px) and (max-width:767px) {
    .table-headings .student-title{
        padding-left: 1rem !important;
    }
    .table-headings .type-title {
        padding-left: 6rem !important;
        margin-left: 2rem;
        padding-right: 3rem;
    }
.table-data-row .userame-col{
    padding-left: 1rem !important;
    display: none!important;
}
    .table-data-row .rank-col {
        padding-left: 10rem !important;

    }

    .table-data-row .address-col {
        padding-left: 7.5rem !important;
    }

    .table-data-row .student-col {
        padding-left: 1rem !important;
    }

    .table-container .score-title {
        padding-left: 3.7rem !important;
    }
}

@media (min-width: 390px) and (max-width:414px) {
    .table-container .type-title {
        padding-left: 6rem !important;
        margin-left: -4rem;
        padding-right: 3rem;
    }

    .table-data-row .rank-col {
        padding-left: 4rem !important;
    }
}

@media (max-width: 767px) {
    /* Navbar Container Starts*/

    .navbar-container {
        margin: 1.4rem 0rem 0rem 0rem;
    }

    .navbar-container .home-ico i {
        font-size: 1.6rem !important;
    }



    .navbar-container img {
        margin-top: -5rem;
        width: 4rem;
    }


    .leader-container {
        height: calc(100vh - calc(100vh - 90%));
        padding-bottom: 0rem;
        margin-top: -1rem !important;
        margin-left: auto;
        margin-right: auto;
        margin: 0 auto;
    }

    .leader-container .row {
        margin: 0;
        padding: 0;
    }


    .leader-container .first-col {
        position: unset;

    }


    .leader-container .third-col {
        position: unset;

    }


    .leader-container .up {
        margin-top: -2rem;
    }

    .leader-container img {
        max-width: 6rem;
    }

    .leader-container .info h5 {
        font-size: 1rem;
        display: none;

    }

    .leader-container .info p {
        font-size: 0.9rem;
    }

    .leader-container .col-md-4 {
        margin-bottom: 2rem;
    }

    .leader-container .first-col {
        padding: 0;
        margin: 0;

    }


    .table-container {
        height: calc(100vh - calc(100vh - 100%))
    }

    .table-container .table-headings {
        margin-top: 1.6rem;
    }

    .table-container h3 {
        font-size: 0.9rem !important;
        padding: 0.5rem !important;
    }




    .table-container h2 {
        margin-top: 3rem !important;
        margin-bottom: -0.1rem;
    }

    .table-container .title .bg-line {
        background: #FFBE3C;
        height: 0.4rem;
        width: 100%;
        position: relative;
        top: 15%;
        z-index: -1;
    }

    .table-container .table-col {
        margin-top: -1rem;
    }

    .table-container .title h2 {
        font-size: 1rem !important;
        font-weight: 400;
        padding-top: 2rem;
    }

    .table-container .title h3 {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 10px;
        background: #FFBE3C;
        max-width: 12rem;
        margin: 0 auto;
        z-index: 999999999;
    }

    .table-container .table-headings .col-md-3 {

        display: flex;
        width: 3rem;
        margin-right: 2.4rem;
        text-align: center !important;

    }

    .table-container .student-title {
        margin-left: -10px;
    }

    .table-container .score-title {
        padding-left: 30px;
    }

    .table-container .type-title {
        padding-left: 20px;
    }

    .table-container .table-data-row .number-col {
        width: 50px !important;
    }

    .table-container .table-data-row .username-col {
        width: 130px;
    }

    .table-container .table-data-row .address-col {
        width: 100px !important;
    }

    .table-container .table-data-row .rank-col {
        width: 50px !important;
        margin-left: -1.3rem;
    }

    .table-container .table-data-row .number-col .table-container .table-data-row .col-md-3 {
        display: flex;
        margin-right: 3.7rem;
        text-align: left !important;
        vertical-align: middle !important;
        viewport-fit: inherit;
    }

    .table-container .table-data-row .address-col {
        margin-left: -1rem;

    }

    .table-container .table-data-row .rank-col {
        padding-left: 1.9rem;

    }

    .table-container .title {
        width: 100%;
        margin: 0 auto !important;
        padding: 0;
    }
}

/* Mobile Css Ends */
