.pulsing-dots-spinner{display:flex;justify-content:center;align-items:center;gap:10px;min-height:60px;margin:40px auto}.pulsing-dots-spinner .dot{width:12px;height:12px;background-color:#004aad;border-radius:50%;animation:pulse 1.4s infinite ease-in-out both}.pulsing-dots-spinner .dot:nth-child(1){animation-delay:-.32s}.pulsing-dots-spinner .dot:nth-child(2){animation-delay:-.16s}@keyframes pulse{0%,80%,to{transform:scale(.5);opacity:.5}40%{transform:scale(1);opacity:1}}:root{--color-primary: #004aad;--color-primary-dark: #003b8e;--color-accent: #ffcc00;--color-heading: #101828;--color-text: #344054;--color-text-secondary: #4A5568;--color-background: #ffffff;--color-light-gray: #f8f9fa}html{height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#344054;background-color:#fff;line-height:1.7;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;flex-grow:1}main{flex-grow:1;width:100%}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;color:#101828;margin-top:1.5em;margin-bottom:.5em;line-height:1.3}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}ul,ol{list-style:none}a{color:#007bff;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#0056b3;text-decoration:underline}button{font-family:Poppins,sans-serif;cursor:pointer;border-radius:6px;padding:10px 16px;font-size:1rem;font-weight:500;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;border:1px solid transparent}
