.custom-pagination>button{border:0;background:transparent;display:block;height:20px;width:20px;min-width:0;outline:none;line-height:0;font-size:0;color:transparent;padding:0;cursor:pointer;position:relative}.custom-pagination>button>svg{height:12px;width:12px;vertical-align:middle}.custom-pagination>button>svg>circle.circle-one{fill:#e5e7eb}.custom-pagination>button>svg>circle.circle-two{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-dasharray:81.68;stroke-dashoffset:81.68;transform:rotate(-90deg);transform-origin:50% 50%}.custom-pagination>button.active>svg>circle.circle-one{fill:none;stroke:#e5e7eb;stroke-width:3}.custom-pagination>button.active>svg>circle.circle-two{animation:progress-circle 8s linear forwards}@keyframes progress-circle{to{stroke-dashoffset:0}}