.pagination-dots{margin-top:1em;display:flex;flex-direction:row;justify-content:space-between}.pagination-dots__btn{align-self:center;width:20px;height:20px;color:#52df95;background-color:rgba(82,233,149,.2);border:none;border-radius:5px;padding:4px;cursor:pointer}.pagination-dots__btn:disabled{cursor:default;opacity:.5}.pagination-dots__btn img.left{margin-right:2px}.pagination-dots__btn img.right{margin-left:2px}.pagination-dots__dots{display:flex;min-height:2em;flex-direction:row;align-items:center;gap:4px}.pagination-dots__dots__dot{width:5px;height:5px;border-radius:100%;background-color:#c4c4c4}.pagination-dots__dots__dot--selected{width:8px;height:8px;background-color:#52df95}