.container-loader{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;min-height:30vw;display:flex;top:0;left:0}.loader{border:clamp(6px, calc(1vw + 6px), 16px) solid var(--main-primary-color);border-top:clamp(6px,1vw + 6px,16px) solid #f2f5ee00;border-radius:50%;width:10vw;min-width:60px;max-width:120px;height:10vw;min-height:60px;max-height:120px;animation:2s linear infinite spin}.loader-gray{border:clamp(6px,1vw + 6px,16px) solid #231f3033;border-top-color:#231f30;border-radius:50%;width:10vw;min-width:60px;max-width:120px;height:10vw;min-height:60px;max-height:120px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
