
.wrap-progress-bar {
  background-color: #d6d4d4;
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.progress-bar {
  background-image: linear-gradient(265deg, #52cc7e, #0078e1, #000000);
  width: 100%;
  height: 100%;
}

.ui-selector {
  width: 45px;
  height: 20px;
  position: absolute;
  inset: 38px auto auto 10px;
} 

/* ------------------int */

/*  */
/* ------mobile-------------screen----------- */
@media screen and (max-width: 767px) {
 
/* ------------------ */

/* ------------- */
}


@media screen and (max-width: 479px) {

}

/* -------------header------------------------- */

