@charset "utf-8";

a:where(.css-1261szd) {
  color: rgb(22, 119, 255);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}

a:where(.css-1261szd):hover {
  color: rgb(105, 177, 255);
}

a:where(.css-1261szd):active {
  color: rgb(9, 88, 217);
}

a:where(.css-1261szd):active, a:where(.css-1261szd):hover {
  text-decoration: none;
  outline: 0px;
}

a:where(.css-1261szd):focus {
  text-decoration: none;
  outline: 0px;
}

a:where(.css-1261szd)[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

:where(.css-1261szd) a {
  color: rgb(22, 119, 255);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}

:where(.css-1261szd) a:hover {
  color: rgb(105, 177, 255);
}

:where(.css-1261szd) a:active {
  color: rgb(9, 88, 217);
}

:where(.css-1261szd) a:active, :where(.css-1261szd) a:hover {
  text-decoration: none;
  outline: 0px;
}

:where(.css-1261szd) a:focus {
  text-decoration: none;
  outline: 0px;
}

:where(.css-1261szd) a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

:where(.css-1261szd).anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

:where(.css-1261szd).anticon > * {
  line-height: 1;
}

:where(.css-1261szd).anticon svg {
  display: inline-block;
}

:where(.css-1261szd).anticon .anticon .anticon-icon {
  display: block;
}
