.cumple {
    font-family: "Nunito",sans-serif;
    font-weight: 500;
    color: #ef5350;
    font-size: 12px;
    opacity: .3
}

.hg-loading {
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .2s;
}

    .hg-loading.fade {
        opacity: 1;
        transition: opacity .2s;
    }

.loading-body {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    margin-left: -35px;
    margin-top: -35px;
}

.select2-results__option[aria-selected]{
    font-size: 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    font-size: 12px !important;
}

.sidebar-navegation {
    padding-top: 79.14px !important;
}
ul.list-style-v2 {
    list-style: initial;
    list-style-type: disc;
}
    ul.list-style-v2 li {
        font-size: 1rem;
        line-height: 1.375rem;
        color: var(--bs-info);
        font-family: var(--ey-font-secondary);
        font-weight: 500;
    }


.form-group.invalid .text-info  strong a{
    color: var(--bs-danger) !important;
}

.card--info {
    border-radius: 16px;
    border: 1px solid var(--Gray-Blue-100---borders, #ECEEF2);
    background: var(--Background-Light-Yellow, rgba(254, 253, 252, 0.8));
    backdrop-filter: blur(4px);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
    .card--info span:before {
        font-size: 24px;
        color: #214f86;
    }


.sidebar-progress2_circle .progress-value  .icon-Union-2.error {
    font-size: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5b6d89!important;
}
