  .from-transparent {
    --tw-gradient-stops: transparent, rgb(10 36 99 / 0.7);
  }

  .bg-gradient-to-b {
    --tw-gradient-to: rgb(10 36 99 / 0.7) '';
    background-image: linear-gradient(to bottom, transparent, rgb(10 36 99 / 0.7));
  }

  .bg-neutral {
    background-color: rgb(245 247 250)
  }

  .to-dark\/50 {
    --tw-gradient-to: rgb(29 41 57 / 0.5) var(--tw-gradient-to-position);
  }

  .from-dark\/80 {
    --tw-gradient-from: rgb(29 41 57 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 41 57 / 0);
    --tw-gradient-stops: rgb(29 41 57 / 0.8), rgb(29 41 57 / 0.5)
  }

  .text-primary {
    --tw-text-opacity: 1;
    color: rgb(22 93 255);
  }

  .bg-primary\/10 {
    background-color: rgb(22 93 255 / 0.1);
  }

  .bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(22 93 255);
  }

  .bg-green-500 {
    background-color: rgb(34 197 94);
  }

  .bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(255 125 0);
  }

  .space-item {
    text-align: center;
    font-size: 12px;
  }

  .space-item img {
    width: 80px;
    height: 80px;
    border: 1px solid #efefef;

    margin-bottom: 5px;
  }

  .friend-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .friend-link li {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;

    font-size: 14px;
  }

  .friend-link li a {
    display: flex;
    align-items: center;
  }

  .friend-link img {
    width: 100px;
  }

  @media (max-width: 768px) {
    .friend-link {
      flex-direction: column;
    }

    .friend-link li {
      flex: 1;
    }
  }

  .grid-item {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #72b8fd;
    color: #fff;
  }

  .grid-item:hover {
    opacity: 0.8;
  }

  .grid-box {
    justify-content: center;
    display: flex;
    color: #72b8fd;
  }

  .grid-box-item {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
  }

  .from-primary\/5 {
    --tw-gradient-stops: rgb(15 76 129 / 0.05), rgb(50 130 184 / 0.05);
  }

  .to-secondary\/5 {
    --tw-gradient-to: rgb(50 130 184 / 0.05);
  }

  .bg-img {
    background: rgb(15 76 129, 0.5);
  }

  .from-primary {
    --tw-gradient-from: #0F4C81 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(15 76 129 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: #0F4C81, #3282B8;
  }