﻿.Loader{display:inline-flex;gap:8px;align-items:center;}.Loader .load{border:3px solid #cce1d8;border-top:3px solid #00693c;border-radius:50%;width:24px;height:24px;animation:Loading 2s linear infinite;}.Loader .Caption{color:#5d5d5d;}.Loader .Caption .dots::after{content:'';display:inline-block;width:1em;text-align:left;animation:dots 1.5s steps(4,end) infinite;}@keyframes Loading{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes dots{0%{content:'';}25%{content:'.';}50%{content:'..';}75%{content:'...';}100%{content:'';}}