/*!
 * 
 * UNDP Design System 1.4.6
 *
 */
@keyframes loader-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{animation:loader-animation 2s linear infinite;border-radius:50%;border-top:8px solid var(--undpds-color-blue-600);border:8px solid var(--undpds-color-blue-600);border-top-color:var(--undpds-color-gray-300);height:40px;width:40px}.loader.large{border-width:14px;height:96px;width:96px}@media(min-width:48em){.loader:not(.small){border-width:14px;height:96px;width:96px}}