/*LOADER*/
.div__spinner{
    display: none;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background: rgba(0,0,0,.4);
}

.div__spinner .spinner-border{
    width: 8rem;
    height: 8rem;
}

.div__spinner b{
    display: none;
}

#myProgress {
    display: none;
    width: 60%;
    background-color: grey;
}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #006992;
}
/*FIN LOADER*/

.toggle-rh-index::after{
    content: none !important;
}

.clickable {
    cursor: pointer;
}

h2{
    font-size: calc(1.325rem + .9vw) !important;
}

.no-click{
    pointer-events: none;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
    font-size: 1.1rem;
}

/**COLORES ESTATUS**/
.bg-estatus-color{
    background-color: attr(color);
    color: attr(letras);
}
.bg-estatus-color:hover{
    background-color: attr(hover);
    color: attr(letras);
}

/** Bordes redondos de botones de teléfono **/
.boton-telefono{
    border-radius: 100%;
    color: #6c757d;
    width: 50px;
    height: 50px;
}

.bg-red{
    background-color: red;
}

.width-auto {
    width: auto !important;
}

.tarjeta-portafolio-predictivo .card-top {
    overflow: hidden;
}

.tarjeta-portafolio-predictivo:hover img {
    transform: scale(1.06);
    transition: all .5s;
}

/* LOADER */
.loader {
    margin: 80px 0;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #0072A7;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border-bottom: 4px solid #CCCCCD;
    border-left: 4px solid transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.icon-mediano{
    font-size: 1.3rem;
}

.streaks {
    display: flex;
    justify-content: space-around;
}

.streak {
    display: flex;
    /* align-items: center; */
    font-size: 14px;
    font-weight: 600;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px 5px 5px 0;
}

.azul-alfa{
    background-color: #0072A8;
}

.number-progress {
    display: block;
    font-size: 1.5rem;

}
