
                .smooth-back-to-top-button {
                    bottom: 15px;
                    height: 38px;
                    width: 38px;
                    border-radius: 38px;
                    background-color: #0e2b5c;
                    box-shadow: inset 0 0 0 10px #0e2b5c;
                }

                .smooth-back-to-top-button.btn-left-side {
                    left: 15px;
                }

                .smooth-back-to-top-button.btn-right-side {
                    right: 15px;
                }

				.smooth-back-to-top-button.btn-center {
					inset-inline: 0;
					margin-inline: auto;
				}

                .smooth-back-to-top-button::after {
                    height: 100%;
                    color: #ffffff;
                    font-size: 20px;
                    content: '\e900';
                    line-height: normal;
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .smooth-back-to-top-button:hover::after {
                    color: #ffffff;
                }

                .smooth-back-to-top-button svg.progress-circle path,
                .smooth-back-to-top-button svg.progress-circle rect {
                    stroke: #2296f9;
                    stroke-width: 5px;
                    z-index: 5;
                }

                
                
                
                
            