.btn_settings {
  margin-left: auto !important;
  padding-right: 10px !important;
}

.open-settings-btn {
  cursor: pointer;
  display: flex;
  opacity: 0.7;
  height: 13px;
  margin-top: -16px;
}

#open-settings:checked~.settings {
  right: 0;
}

.settings-header {
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  margin: 15px 10px 10px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
}

.btn-close-settings {
  width: 13px;
  margin-right: 5px;
  cursor: pointer;
}

.settings-group {
  border-radius: 20px;
  padding: 10px 5px;
  margin: 2.5px;
  margin-bottom: 20px;
}

.settings-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.settings-item select {
  padding: 10px;
  border: none;
  border-radius: 6px;
}

.user_index_stats {
  position: relative;
  width: 300px;
  /* adjust as needed */
}

.user_index_stats {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: #e9e9ed;
  outline: none;

  --fill-percent: {
      {
      prieco_user_stats
    }
  }

  %;
}

.user_index_stats::-webkit-slider-runnable-track {
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #03d781, #3edce2) no-repeat;
  background-size: var(--fill-percent) 100%;
}

.user_index_stats::-moz-range-track {
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #03d781, #3edce2) no-repeat;
  background-size: var(--fill-percent) 100%;
}

.user_index_stats::-ms-track {
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #03d781, #3edce2) no-repeat;
  background-size: var(--fill-percent) 100%;
  border-color: transparent;
  color: transparent;
}

.user_index_stats::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.user_index_stats::-moz-range-thumb {
  width: 0;
  height: 0;
  border: none;
}

.user_index_stats::-ms-thumb {
  width: 0;
  height: 0;
  border: none;
}

.user_index_stats_label {
  position: relative;
  left: 50%;
  transform: translate(-50%, -100%);
}

.checkbox_cute .check {
  --size: 40px;

  position: relative;
  background: linear-gradient(90deg, #03d781, #3edce2);
  line-height: 0;
  perspective: 400px;
  font-size: var(--size);
}

.checkbox_cute .check input[type="checkbox"],
.checkbox_cute .check label,
.checkbox_cute .check label::before,
.checkbox_cute .check label::after,
.checkbox_cute .check {
  appearance: none;
  display: inline-block;
  border-radius: var(--size);
  border: 0;
  transition: 0.35s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}

.checkbox_cute .check label {
  width: calc(2.2 * var(--size));
  height: var(--size);
  background: #d7d7d7;
  overflow: hidden;
}

.checkbox_cute .check input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  width: calc(0.8 * var(--size));
  height: calc(0.8 * var(--size));
  top: calc(0.1 * var(--size));
  left: calc(0.1 * var(--size));
  background: linear-gradient(45deg, #dedede, #ffffff);
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);
  outline: none;
  margin: 0;
}

.checkbox_cute .check input[type="checkbox"]:checked {
  left: calc(1.3 * var(--size));
}

.checkbox_cute .check input[type="checkbox"]:checked+label {
  background: transparent;
}

.checkbox_cute .check label::before,
.checkbox_cute .check label::after {
  content: "· ·";
  position: absolute;
  overflow: hidden;
  left: calc(0.15 * var(--size));
  top: calc(0.5 * var(--size));
  height: var(--size);
  letter-spacing: calc(-0.04 * var(--size));
  color: #9b9b9b;
  font-family: "Times New Roman", serif;
  z-index: 2;
  font-size: calc(0.6 * var(--size));
  border-radius: 0;
  transform-origin: 0 0 calc(-0.5 * var(--size));
  backface-visibility: hidden;
}

.checkbox_cute .check label::after {
  content: "●";
  top: calc(0.65 * var(--size));
  left: calc(0.2 * var(--size));
  height: calc(0.1 * var(--size));
  width: calc(0.35 * var(--size));
  font-size: calc(0.2 * var(--size));
  transform-origin: 0 0 calc(-0.4 * var(--size));
}

.checkbox_cute .check input[type="checkbox"]:checked+label::before,
.checkbox_cute .check input[type="checkbox"]:checked+label::after {
  left: calc(1.55 * var(--size));
  top: calc(0.4 * var(--size));
  line-height: calc(0.1 * var(--size));
  transform: rotateY(360deg);
}

.checkbox_cute .check input[type="checkbox"]:checked+label::after {
  height: calc(0.16 * var(--size));
  top: calc(0.55 * var(--size));
  left: calc(1.6 * var(--size));
  font-size: calc(0.6 * var(--size));
  line-height: 0;
}

.div_theme_radio {
  padding: 5px;
  border-radius: 20px;
}

.div_theme_radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
}

.div_theme_radio input[type="radio"]:nth-child(1) {
  background-image: linear-gradient(135deg, yellow, black);
}

.div_theme_radio input[type="radio"]:nth-child(2) {
  background: yellow;
}

.div_theme_radio input[type="radio"]:nth-child(3) {
  background: #000;
}

.div_theme_radio input[type="radio"]:not(:checked) {
  opacity: 0.7;
}

.div_theme_radio input[type="radio"]:checked {
  opacity: 1;
  border: solid 1px gray;
}

.settings-save {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  background: #3edce2;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
