/* Scroll to Top Button - Orange Color */

/* HIDE SCROLL TO TOP BUTTON */
.progress-wrap {
    display: none !important;
}

.progress-wrap svg.progress-circle path {
    stroke: #FF4308 !important;
}

.progress-wrap::after,
.progress-wrap::before {
    color: #FF4308 !important;
}

.progress-wrap:hover::after {
    color: #FB8500 !important;
}

.progress-wrap:hover::before {
    color: #FB8500 !important;
}

/* Box shadow color update */
.progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(255, 67, 8, 0.2) !important;
}

.progress-wrap.active-progress {
    box-shadow: inset 0 0 0 2px rgba(255, 67, 8, 0.3) !important;
}
