.button-OvB35Th_ {
  align-items: center;
  background-color: var(--ui-lib-button-color-bg, var(--ui-lib-button-default-color-bg));
  border-color: var(--ui-lib-button-color-border, var(--ui-lib-button-default-color-border));
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: var(--ui-lib-button-color-content, var(--ui-lib-button-default-color-content));
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: var(--ui-lib-button-padding-left, var(--ui-lib-button-default-padding-left));
  padding-right: var(--ui-lib-button-padding-right, var(--ui-lib-button-default-padding-right));
  padding-top: 0;
}
.button-OvB35Th_:active {
  transform: translateY(1px);
}
.button-OvB35Th_ {
  outline: none;
  overflow: visible;
  position: relative;
}
.button-OvB35Th_:focus {
  outline: none;
}
.button-OvB35Th_:focus-visible {
  outline: none;
}
.button-OvB35Th_:after {
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: "";
  display: none;
  height: calc(100% + 10px);
  left: -5px;
  pointer-events: none;
  position: absolute;
  top: -5px;
  width: calc(100% + 10px);
  z-index: 1;
}
.button-OvB35Th_:focus:after {
  display: block;
}
.button-OvB35Th_:focus-visible:after {
  display: block;
}
.button-OvB35Th_:focus:not(:focus-visible):after {
  display: none;
}
.button-OvB35Th_:after {
  border-color: #2962ffcc;
}
.content-OvB35Th_ {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon-only-OvB35Th_ .content-OvB35Th_ {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.link-OvB35Th_ {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.color-brand-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #2962ff;
  --ui-lib-button-default-color-border: #2962ff;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-brand-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #2962ff;
  --ui-lib-button-default-color-bg: #2962ff;
}
.color-brand-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #1e53e5;
  --ui-lib-button-default-color-border: #1e53e5;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-brand-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #1e53e5;
  --ui-lib-button-default-color-bg: #1e53e5;
}
.color-brand-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #1848cc;
  --ui-lib-button-default-color-border: #1848cc;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-brand-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #1848cc;
  --ui-lib-button-default-color-bg: #1848cc;
}
.color-brand-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #0000;
  --ui-lib-button-default-color-border: #2962ff;
  --ui-lib-button-default-color-content: #2962ff;
}
html.theme-dark .color-brand-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-content: #2962ff;
  --ui-lib-button-default-color-border: #2962ff;
  --ui-lib-button-default-color-bg: #0000;
}
.color-brand-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #1e53e5;
  --ui-lib-button-default-color-border: #1e53e5;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-brand-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #1e53e5;
  --ui-lib-button-default-color-bg: #1e53e5;
}
.color-brand-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #1848cc;
  --ui-lib-button-default-color-border: #1848cc;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-brand-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #1848cc;
  --ui-lib-button-default-color-bg: #1848cc;
}
.color-gray-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #f0f3fa;
  --ui-lib-button-default-color-border: #f0f3fa;
  --ui-lib-button-default-color-content: #131722;
}
html.theme-dark .color-gray-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #2a2e39;
  --ui-lib-button-default-color-bg: #2a2e39;
}
.color-gray-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #e0e3eb;
  --ui-lib-button-default-color-border: #e0e3eb;
  --ui-lib-button-default-color-content: #131722;
}
html.theme-dark .color-gray-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #363a45;
  --ui-lib-button-default-color-bg: #363a45;
}
.color-gray-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #e3effd;
  --ui-lib-button-default-color-border: #e3effd;
  --ui-lib-button-default-color-content: #1e53e5;
}
html.theme-dark .color-gray-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #bbd9fb;
  --ui-lib-button-default-color-border: #142e61;
  --ui-lib-button-default-color-bg: #142e61;
}
.color-gray-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #0000;
  --ui-lib-button-default-color-border: #e0e3eb;
  --ui-lib-button-default-color-content: #131722;
}
html.theme-dark .color-gray-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-content: #d1d4dc;
  --ui-lib-button-default-color-border: #434651;
  --ui-lib-button-default-color-bg: #0000;
}
.color-gray-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #f0f3fa;
  --ui-lib-button-default-color-border: #f0f3fa;
  --ui-lib-button-default-color-content: #131722;
}
html.theme-dark .color-gray-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #2a2e39;
  --ui-lib-button-default-color-bg: #2a2e39;
}
.color-gray-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #e0e3eb;
  --ui-lib-button-default-color-border: #e0e3eb;
  --ui-lib-button-default-color-content: #131722;
}
html.theme-dark .color-gray-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #363a45;
  --ui-lib-button-default-color-bg: #363a45;
}
.color-green-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #089981;
  --ui-lib-button-default-color-border: #089981;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-green-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #089981;
  --ui-lib-button-default-color-bg: #089981;
}
.color-green-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #06806b;
  --ui-lib-button-default-color-border: #06806b;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-green-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #06806b;
  --ui-lib-button-default-color-bg: #06806b;
}
.color-green-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #056656;
  --ui-lib-button-default-color-border: #056656;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-green-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #056656;
  --ui-lib-button-default-color-bg: #056656;
}
.color-green-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #0000;
  --ui-lib-button-default-color-border: #089981;
  --ui-lib-button-default-color-content: #089981;
}
html.theme-dark .color-green-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-content: #089981;
  --ui-lib-button-default-color-border: #089981;
  --ui-lib-button-default-color-bg: #0000;
}
.color-green-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #06806b;
  --ui-lib-button-default-color-border: #06806b;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-green-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #06806b;
  --ui-lib-button-default-color-bg: #06806b;
}
.color-green-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #056656;
  --ui-lib-button-default-color-border: #056656;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-green-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #056656;
  --ui-lib-button-default-color-bg: #056656;
}
.color-red-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #f23645;
  --ui-lib-button-default-color-border: #f23645;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-red-OvB35Th_.variant-primary-OvB35Th_ {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #f23645;
  --ui-lib-button-default-color-bg: #f23645;
}
.color-red-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #cc2f3c;
  --ui-lib-button-default-color-border: #cc2f3c;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-red-OvB35Th_.variant-primary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #cc2f3c;
  --ui-lib-button-default-color-bg: #cc2f3c;
}
.color-red-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #b22833;
  --ui-lib-button-default-color-border: #b22833;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-red-OvB35Th_.variant-primary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #b22833;
  --ui-lib-button-default-color-bg: #b22833;
}
.color-red-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-bg: #0000;
  --ui-lib-button-default-color-border: #f23645;
  --ui-lib-button-default-color-content: #f23645;
}
html.theme-dark .color-red-OvB35Th_.variant-secondary-OvB35Th_ {
  --ui-lib-button-default-color-content: #f23645;
  --ui-lib-button-default-color-border: #f23645;
  --ui-lib-button-default-color-bg: #0000;
}
.color-red-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-bg: #cc2f3c;
  --ui-lib-button-default-color-border: #cc2f3c;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-red-OvB35Th_.variant-secondary-OvB35Th_:hover {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #cc2f3c;
  --ui-lib-button-default-color-bg: #cc2f3c;
}
.color-red-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-bg: #b22833;
  --ui-lib-button-default-color-border: #b22833;
  --ui-lib-button-default-color-content: #fff;
}
html.theme-dark .color-red-OvB35Th_.variant-secondary-OvB35Th_:active {
  --ui-lib-button-default-color-content: #fff;
  --ui-lib-button-default-color-border: #b22833;
  --ui-lib-button-default-color-bg: #b22833;
}
.variant-primary-OvB35Th_:disabled,
.variant-primary-OvB35Th_[aria-disabled="true"] {
  transform: none;
}
.variant-primary-OvB35Th_:disabled:after,
.variant-primary-OvB35Th_[aria-disabled="true"]:after {
  display: none;
}
.variant-primary-OvB35Th_:disabled,
.variant-primary-OvB35Th_:disabled:link,
.variant-primary-OvB35Th_:disabled:visited,
.variant-primary-OvB35Th_[aria-disabled="true"],
.variant-primary-OvB35Th_[aria-disabled="true"]:link,
.variant-primary-OvB35Th_[aria-disabled="true"]:visited {
  background-color: #e0e3eb;
  border-color: #e0e3eb;
  color: #b2b5be;
}
html.theme-dark .variant-primary-OvB35Th_:disabled,
html.theme-dark .variant-primary-OvB35Th_:disabled:link,
html.theme-dark .variant-primary-OvB35Th_:disabled:visited,
html.theme-dark .variant-primary-OvB35Th_[aria-disabled="true"],
html.theme-dark .variant-primary-OvB35Th_[aria-disabled="true"]:link,
html.theme-dark .variant-primary-OvB35Th_[aria-disabled="true"]:visited {
  background-color: #363a45;
  border-color: #363a45;
  color: #5d606b;
}
.variant-secondary-OvB35Th_:disabled,
.variant-secondary-OvB35Th_[aria-disabled="true"] {
  transform: none;
}
.variant-secondary-OvB35Th_:disabled:after,
.variant-secondary-OvB35Th_[aria-disabled="true"]:after {
  display: none;
}
.variant-secondary-OvB35Th_:disabled,
.variant-secondary-OvB35Th_:disabled:link,
.variant-secondary-OvB35Th_:disabled:visited,
.variant-secondary-OvB35Th_[aria-disabled="true"],
.variant-secondary-OvB35Th_[aria-disabled="true"]:link,
.variant-secondary-OvB35Th_[aria-disabled="true"]:visited {
  background-color: initial;
  border-color: #e0e3eb;
  color: #b2b5be;
}
html.theme-dark .variant-secondary-OvB35Th_:disabled,
html.theme-dark .variant-secondary-OvB35Th_:disabled:link,
html.theme-dark .variant-secondary-OvB35Th_:disabled:visited,
html.theme-dark .variant-secondary-OvB35Th_[aria-disabled="true"],
html.theme-dark .variant-secondary-OvB35Th_[aria-disabled="true"]:link,
html.theme-dark .variant-secondary-OvB35Th_[aria-disabled="true"]:visited {
  background-color: initial;
  border-color: #363a45;
  color: #5d606b;
}
.size-xsmall-OvB35Th_ {
  --ui-lib-button-default-padding-left: 11px;
  --ui-lib-button-default-padding-right: 11px;
  border-radius: 6px;
  height: 28px;
}
.size-xsmall-OvB35Th_:after {
  border-radius: 10px;
}
.size-xsmall-OvB35Th_.icon-only-OvB35Th_ {
  --ui-lib-button-default-padding-left: 4px;
  --ui-lib-button-default-padding-right: 4px;
}
.size-xsmall-OvB35Th_:not(.icon-only-OvB35Th_).with-start-icon-OvB35Th_ {
  --ui-lib-button-default-padding-left: 11px;
}
.size-xsmall-OvB35Th_:not(.icon-only-OvB35Th_).with-end-icon-OvB35Th_ {
  --ui-lib-button-default-padding-right: 11px;
}
.size-xsmall-OvB35Th_:not(.icon-only-OvB35Th_) .start-icon-wrap-OvB35Th_ {
  margin-right: 5px;
}
.size-xsmall-OvB35Th_:not(.icon-only-OvB35Th_) .end-icon-wrap-OvB35Th_ {
  margin-left: 5px;
}
.size-small-OvB35Th_ {
  --ui-lib-button-default-padding-left: 15px;
  --ui-lib-button-default-padding-right: 15px;
  border-radius: 8px;
  height: 34px;
}
.size-small-OvB35Th_:after {
  border-radius: 12px;
}
.size-small-OvB35Th_.icon-only-OvB35Th_ {
  --ui-lib-button-default-padding-left: 7px;
  --ui-lib-button-default-padding-right: 7px;
}
.size-small-OvB35Th_:not(.icon-only-OvB35Th_).with-start-icon-OvB35Th_ {
  --ui-lib-button-default-padding-left: 15px;
}
.size-small-OvB35Th_:not(.icon-only-OvB35Th_).with-end-icon-OvB35Th_ {
  --ui-lib-button-default-padding-right: 15px;
}
.size-small-OvB35Th_:not(.icon-only-OvB35Th_) .start-icon-wrap-OvB35Th_ {
  margin-right: 6px;
}
.size-small-OvB35Th_:not(.icon-only-OvB35Th_) .end-icon-wrap-OvB35Th_ {
  margin-left: 6px;
}
.size-medium-OvB35Th_ {
  --ui-lib-button-default-padding-left: 23px;
  --ui-lib-button-default-padding-right: 23px;
  border-radius: 8px;
  height: 40px;
}
.size-medium-OvB35Th_:after {
  border-radius: 12px;
}
.size-medium-OvB35Th_.icon-only-OvB35Th_ {
  --ui-lib-button-default-padding-left: 10px;
  --ui-lib-button-default-padding-right: 10px;
}
.size-medium-OvB35Th_:not(.icon-only-OvB35Th_).with-start-icon-OvB35Th_ {
  --ui-lib-button-default-padding-left: 23px;
}
.size-medium-OvB35Th_:not(.icon-only-OvB35Th_).with-end-icon-OvB35Th_ {
  --ui-lib-button-default-padding-right: 23px;
}
.size-medium-OvB35Th_:not(.icon-only-OvB35Th_) .start-icon-wrap-OvB35Th_ {
  margin-right: 8px;
}
.size-medium-OvB35Th_:not(.icon-only-OvB35Th_) .end-icon-wrap-OvB35Th_ {
  margin-left: 8px;
}
.size-large-OvB35Th_ {
  --ui-lib-button-default-padding-left: 31px;
  --ui-lib-button-default-padding-right: 31px;
  border-radius: 8px;
  height: 48px;
}
.size-large-OvB35Th_:after {
  border-radius: 12px;
}
.size-large-OvB35Th_.icon-only-OvB35Th_ {
  --ui-lib-button-default-padding-left: 9px;
  --ui-lib-button-default-padding-right: 9px;
}
.size-large-OvB35Th_:not(.icon-only-OvB35Th_).with-start-icon-OvB35Th_ {
  --ui-lib-button-default-padding-left: 26px;
}
.size-large-OvB35Th_:not(.icon-only-OvB35Th_).with-end-icon-OvB35Th_ {
  --ui-lib-button-default-padding-right: 26px;
}
.size-large-OvB35Th_:not(.icon-only-OvB35Th_) .start-icon-wrap-OvB35Th_ {
  margin-right: 5px;
}
.size-large-OvB35Th_:not(.icon-only-OvB35Th_) .end-icon-wrap-OvB35Th_ {
  margin-left: 5px;
}
.size-xlarge-OvB35Th_ {
  --ui-lib-button-default-padding-left: 31px;
  --ui-lib-button-default-padding-right: 31px;
  border-radius: 12px;
  height: 56px;
}
.size-xlarge-OvB35Th_:after {
  border-radius: 16px;
}
.size-xlarge-OvB35Th_.icon-only-OvB35Th_ {
  --ui-lib-button-default-padding-left: 13px;
  --ui-lib-button-default-padding-right: 13px;
}
.size-xlarge-OvB35Th_:not(.icon-only-OvB35Th_).with-start-icon-OvB35Th_ {
  --ui-lib-button-default-padding-left: 26px;
}
.size-xlarge-OvB35Th_:not(.icon-only-OvB35Th_).with-end-icon-OvB35Th_ {
  --ui-lib-button-default-padding-right: 26px;
}
.size-xlarge-OvB35Th_:not(.icon-only-OvB35Th_) .start-icon-wrap-OvB35Th_ {
  margin-right: 7px;
}
.size-xlarge-OvB35Th_:not(.icon-only-OvB35Th_) .end-icon-wrap-OvB35Th_ {
  margin-left: 7px;
}
.size-xsmall-OvB35Th_ .content-OvB35Th_ {
  font-feature-settings: "tnum" on, "lnum" on;
  --ui-lib-typography-line-height: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--ui-lib-typography-line-height);
}
.size-small-OvB35Th_ .content-OvB35Th_ {
  font-feature-settings: "tnum" on, "lnum" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.size-large-OvB35Th_ .content-OvB35Th_,
.size-medium-OvB35Th_ .content-OvB35Th_,
.size-small-OvB35Th_ .content-OvB35Th_ {
  --ui-lib-typography-line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
  line-height: var(--ui-lib-typography-line-height);
}
.size-large-OvB35Th_ .content-OvB35Th_,
.size-medium-OvB35Th_ .content-OvB35Th_ {
  font-feature-settings: "tnum" on, "lnum" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.size-xlarge-OvB35Th_ .content-OvB35Th_ {
  font-feature-settings: "tnum" on, "lnum" on;
  --ui-lib-typography-line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--ui-lib-typography-line-height);
}
.animated-OvB35Th_ {
  transition-duration: 0.2s;
  transition-property: border-color, background-color, color;
  transition-timing-function: ease-in-out;
}
.animated-OvB35Th_:after {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  visibility: hidden;
}
.animated-OvB35Th_:focus:after {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  visibility: visible;
}
.animated-OvB35Th_:focus-visible:after {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  visibility: visible;
}
.animated-OvB35Th_:focus:not(:focus-visible):after {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  visibility: hidden;
}
.stretch-OvB35Th_ {
  width: 100%;
}
.button-OvB35Th_.grouped-OvB35Th_.adjust-position-OvB35Th_:not(.first-row-OvB35Th_) {
  margin-top: -1px;
}
.button-OvB35Th_.grouped-OvB35Th_.adjust-position-OvB35Th_:not(.first-col-OvB35Th_) {
  margin-left: -1px;
  max-width: calc(100% + 1px);
  width: calc(100% + 1px);
}
.button-OvB35Th_.grouped-OvB35Th_.adjust-position-OvB35Th_:active:not(:disabled):not([aria-disabled="true"]) {
  transform: none;
}
.button-OvB35Th_.grouped-OvB35Th_:focus {
  z-index: 1;
}
.button-OvB35Th_.grouped-OvB35Th_:focus-visible {
  z-index: 1;
}
.button-OvB35Th_.grouped-OvB35Th_:focus:not(:focus-visible) {
  z-index: auto;
}
.button-OvB35Th_.grouped-OvB35Th_.no-corner-top-left-OvB35Th_,
.button-OvB35Th_.grouped-OvB35Th_.no-corner-top-left-OvB35Th_:after {
  border-top-left-radius: 0;
}
.button-OvB35Th_.grouped-OvB35Th_.no-corner-top-right-OvB35Th_,
.button-OvB35Th_.grouped-OvB35Th_.no-corner-top-right-OvB35Th_:after {
  border-top-right-radius: 0;
}
.button-OvB35Th_.grouped-OvB35Th_.no-corner-bottom-right-OvB35Th_,
.button-OvB35Th_.grouped-OvB35Th_.no-corner-bottom-right-OvB35Th_:after {
  border-bottom-right-radius: 0;
}
.button-OvB35Th_.grouped-OvB35Th_.no-corner-bottom-left-OvB35Th_,
.button-OvB35Th_.grouped-OvB35Th_.no-corner-bottom-left-OvB35Th_:after {
  border-bottom-left-radius: 0;
}
.end-icon-wrap-OvB35Th_,
.start-icon-wrap-OvB35Th_ {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  max-height: 28px;
  max-width: 28px;
  min-height: 18px;
  min-width: 18px;
}
