.recloud-donate-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}

.recloud-donate-card {
  list-style-type: none;
  width: 21%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 25px 15px 15px;
  border-radius: 2px;
  min-height: 200px;
  justify-content: space-between;
  background: var(--content-back);
  border-radius: 3px;
  box-shadow: 0px 0px 10px 10px var(--content-shadow);
  padding: 15px;
  margin-bottom: 20
  color: #ffffff;
  text-shadow: 1px 1px 2px var(--text-shadow);
}

.recloud-donate-name {
  font-weight: bold;
  font-size: 23px;
  display: flex;
  align-items: center;
}

.recloud-donate-name span.price {
  background: linear-gradient(to right, #9861da 0%, #8756d3 100%);
  color: #fff;
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 2px;
  margin-left: 5px;
}

.recloud-donate-name span.price small {
  color: rgba(255, 255, 255, 0.56);
}

.recloud-donate-button {
  display: flex;
  background: linear-gradient(to right, #9861da 0%, #8756d3 100%);
  color: #fff;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 0.2s;
  border: none;
}

.recloud-donate-button:hover {
  color: #fff;
  text-decoration: none;
  background: #411e75;
  transition: 0.5s;
}

.box-minmax {
  margin-top: 30px;
  width: 608px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #FFFFFF;
}
.box-minmax span:first-child {
  margin-left: 10px;
}

.rs-range {
  margin-top: 29px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
}
.rs-range:focus {
  outline: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-label {
  position: relative;
  transform-origin: center center;
  display: block;
  background: transparent;
  border-radius: 50%;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box; 
  margin-left: auto;
  margin-right: auto;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
}
.rs-label::after {
  content: "";
  display: block;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}