.scrollbar-style::-webkit-scrollbar{width:.5rem;height:.5rem}.scrollbar-style::-webkit-scrollbar-track{background:#fff}.scrollbar-style::-webkit-scrollbar-thumb{background:#e7eaee;border-radius:100vw;border:2px solid #fff;cursor:auto}.loader{border-style:solid;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.heart-beat-loader{height:35.25px;width:60px;transform-origin:center;overflow:visible}.heart-beat-loader .car{stroke-dasharray:100;stroke-dashoffset:0;animation:travel 1.75s ease-in-out infinite,fade 1.75s ease-out infinite;will-change:stroke-dasharray,stroke-dashoffset;transition:stroke .5s ease}.heart-beat-loader .car,.heart-beat-loader .track{stroke-linecap:round;stroke-linejoin:round}@keyframes travel{0%{stroke-dashoffset:100}75%{stroke-dashoffset:0}}@keyframes fade{0%{opacity:0}20%,55%{opacity:1}to{opacity:0}}