:root {
  --item-color-exc: #2ff387;
  --item-color-socket-opt: #cc33cc;
  --item-color-socket: #cc66cc;
  --item-color-normal: #ffffff;
  --item-color-life-opt: #8cb0ea;
  --item-color-improved: #f4cb3f;
  --item-color-anc: #0066cc;
  --item-color-anc-setopt: #ffcc66;
  --item-color-nocolor: #f4cb3f;
  --item-color-fenrir: #8cb0ea;
  --item-color-fenrir-gold: #f4cb3f;
  --item-color-errtel-title: #ffffff;
  --item-color-errtel-opt: #8CB0EA;
  --item-color-errtel1: #ff0000;
  --item-color-errtel2: #8cb0ea;
  --item-color-errtel3: #e6bf3c;
  --item-color-errtel4: #26e027;
  --item-color-errtel5: #5b1659;
  --item-tooltip-bg: #2c3e50;
  --item-name-bg-color: #030207;
}


.donation-progress {
    margin-bottom: 4rem;
  }
  .donation-progress-bar {
    background-color: var(--usercp-section-bg-color);
  }
  .donation-accumulated {
    background-color: var(--link-text-color);
  }
  .donation-check {
    color: #ffffff;
  }
  .donation-check-reward {
    color: #00ff00;
  }
  .accumulated-reward-box {
    margin-bottom: 1rem;
    text-align: center;
    padding: 1rem;
  }
  .accumulated-reward-inner {
    background: var(--usercp-section-bg-color);
    padding: 1rem;
  }
  .accumulated-reward-inner * {
    color: var(--usercp-section-text-color);
  }
  .accumulated-reward-title {
    font-size: 2rem;
  }
  .accumulated-reward-req {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
  .accumulated-reward-rewards {
    padding-top: 1rem;
  }
  .accumulated-reward-claim {
    margin-top: 1rem;
  }
  