:root{--loader-background-color: #3D7931;--loader-animation-height: 25vh;--loader-animation-width: 1000px}body loader{display:flex;justify-content:center;align-items:center;background-color:var(--loader-background-color);z-index:2000;position:fixed;top:0;bottom:0;left:0;right:0}body loader animator{width:var(--loader-animation-width);min-width:var(--loader-animation-width);height:var(--loader-animation-height)}body.loading{overflow:hidden}body:not(.loading) loader{opacity:0;pointer-events:none;transition:opacity 1s ease-in-out}
