:root{--primary:#40DA88;--secondary:#24366D;--accent:#109F4A;--bg-footer:#E6EFED}.dots-container{background-color:#ffffff90;position:absolute;top:0;height:100%!important;width:97%!important;display:flex;align-items:center;justify-content:center;z-index:20}.dot{height:20px;width:20px;margin-right:10px;border-radius:10px;animation:pulse 1.5s ease-in-out infinite}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}@keyframes pulse{0%{transform:scale(.8);background-color:var(--secondary);box-shadow:0 0 0 0 rgba(178,212,252,.7)}50%{transform:scale(1.2);background-color:var(--primary);box-shadow:0 0 0 10px rgba(178,212,252,0)}to{transform:scale(.8);background-color:var(--secondary);box-shadow:0 0 0 0 rgba(178,212,252,.7)}}