
  .selL.svelte-1u4njiq {
    border: 1px solid white;
  }
  .fcc.svelte-1u4njiq {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fs.svelte-1u4njiq {
    font-size: 10px;
  }
  .hl.svelte-1u4njiq {
    font-weight: bold;
  }
  .ref_link.svelte-1u4njiq {
    text-align: center;
    color: black;
    width: -moz-fit-content;
    width: fit-content;
    width: clamp(360px, 400px, 500px);
  }
  .title.svelte-1u4njiq,
  .sub_title.svelte-1u4njiq {
    color: white;
    text-align: center;
  }
  .stats.svelte-1u4njiq {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    width: 95%;
    max-width: 500px;
    align-self: center;
  }
  .stats_sub.svelte-1u4njiq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stats_sub.svelte-1u4njiq img:where(.svelte-1u4njiq) {
    height: 32px;
  }

  .container.svelte-1u4njiq {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--text-color-dark);
  }

  .section.svelte-1u4njiq {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    padding: 20px;
    color: white;
    /* background-color: var(--main-light); */
    border-radius: 8px;
    align-items: center;
    text-align: center;
  }
  .s_title.svelte-1u4njiq {
    text-align: center;
  }
  .s_sub.svelte-1u4njiq {
    font-weight: bold;
    font-size: medium;
    text-align: center;
  }

  .button.svelte-1u4njiq {
    background-color: var(--op-green);
    color: var(--button-text);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    max-width: 500px;
    width: clamp(260px, 300px, 340px);
    justify-self: center;
  }

  .button.svelte-1u4njiq:hover {
    background-color: var(--op-green);
    color: var(--menu-text);
  }

  /* (unused) .form-group {
    margin-bottom: 15px;
  }*/

  /* (unused) .form-group label {
    display: block;
    margin-bottom: 5px;
    color: var(--text-color-dark);
  }*/

  /* (unused) .form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--main-dark);
    border-radius: 4px;
    background-color: var(--text-color);
    color: var(--text-color-dark);
  }*/

  /* (unused) .terms-container {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid var(--main-dark);
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--menu-light);
    color: var(--menu-text);
  }*/

  /* (unused) .error {
    color: red;
    margin-bottom: 10px;
  }*/

  .payout-table.svelte-1u4njiq {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .payout-table.svelte-1u4njiq th:where(.svelte-1u4njiq),
  .payout-table.svelte-1u4njiq td:where(.svelte-1u4njiq) {
    border: 1px solid var(--main-dark);
    padding: 8px;
    text-align: left;
  }

  .payout-table.svelte-1u4njiq th:where(.svelte-1u4njiq) {
    text-align: center;
    background-color: var(--menu);
    color: var(--menu-text);
  }
  @media screen and (max-width: 440px) {
    .payout-table.svelte-1u4njiq th:where(.svelte-1u4njiq) {
      font-size: 16px;
    }
    .stats_sub.svelte-1u4njiq {
      font-size: 16px;
    }
  }
