
.progress-wrap {
                    bottom: 10px;
                    height: 40px;
                    width: 40px;
                    border-radius: 40px;
                    background-color: #f3f3f3;
                    box-shadow: inset 0 0 0 0px #f3f3f3;
                }

                .progress-wrap.btn-left-side {
                    left: 10px;
                }

                .progress-wrap.btn-right-side {
                    right: 10px;
                }

				.progress-wrap.btn-center {
					inset-inline: 0;
					margin-inline: auto;
				}

                .progress-wrap::after {
                    width: 40px;
                    height: 40px;
                    color: #1f2029;
                    font-size: 24px;
                    content: '\e900';
                    line-height: 40px;
                }

                .progress-wrap:hover::after {
                    color: #1f2029;
                }

                .progress-wrap svg.progress-circle path {
                    stroke: #0b1121;
                    stroke-width: 2px;
                }