.opcionactiva {
    color: #4154f1;
    font-weight: bolder;
}

.loading {
    position: absolute;
    z-index: 999;
    overflow: show;
    margin: auto;
    left: 450px;
    top: 25px;
}

.loading-content {
    width: 3.2px;
    height: 3.2px;
    border-radius: 50%;
    color: #474bff;
    box-shadow: 15.2px 0 0 5.6px, 30.4px 0 0 2.4px, 45.599999999999994px 0 0 0;
    transform: translateX(-30.4px);
    animation: dots-ijr34dsm 0.5s infinite alternate linear;
}

@keyframes dots-ijr34dsm {
    50% {
        box-shadow: 15.2px 0 0 2.4px, 30.4px 0 0 5.6px, 45.599999999999994px 0 0 2.4px;
    }

    100% {
        box-shadow: 15.2px 0 0 0, 30.4px 0 0 2.4px, 45.599999999999994px 0 0 5.6px;
    }
}