.infinite-loader-base {
    width: 220px;
    border-radius: 6px;
    height: 6px;
    --c:no-repeat linear-gradient(#2563EB 0 0);
    background: var(--c),var(--c),#60A5FA;
    background-size: 60% 100%;
    animation: l22 2s infinite;
}
@keyframes l22 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
}


.base-container-center {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 220px;
    height: 280px;
}

.texto-mensaje-init {
    position: absolute;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #4B5563;
    margin-top: 20px;
}