﻿body {
}

/*----- Nuevo Formato ----*/
.ranking-card {
    width: 250px;
    padding: 2rem 1.5rem;
    border-radius: 25px !important;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
}


.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.ranking-card .d-flex h1 {
    font-size: 6rem !important;
    font-weight: bold;
    color: black;
    padding: 10px 0px;
}

.progress-container {
    position: relative;
    width: 300px;
    height: 16px;
    border-radius: 20px;
    background-color: #e6e6e6;
    z-index: 0;
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 14px;
    border: 0;
    height: 16px;
    border-radius: 20px;
    background-color: var(--color-blue);
    z-index: 10;
    color: white;
    font-size: 12px;
}

    .progress-bar[value="100"] {
        background-color: var(--color-green);
    }

    .progress-bar[value="0"] {
        background-color: #e6e6e6;
        color: var(--color-gray);
        padding: 0 24px;
    }


.porcentaje {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.progress-bar {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 20px auto;
    font-family: 'Poppins', sans-serif !important;
}

.progress-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e9ecef;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Poppins', sans-serif !important;
}

    .progress-circle:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'Poppins', sans-serif !important;
    }

.progress {
    display: none !important;
}

table thead tr {
    text-align: center;
    font-weight: bold;
}

table tbody tr td {
    text-align: center;
    vertical-align: middle !important;
    color: gray;
}

.ranking-card .d-flex span {
    font-size: 1rem !important;
    font-weight: normal;
    color: rgb(168, 168, 168);
}







/*---------*/