.normalized-loading.normalized-loading-position-absolute[data-v-1154d295] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.normalized-loading.normalized-loading-position-fixed[data-v-1154d295] {
  position: fixed;
  width: calc(100% - var(--layout-left-width));
  height: 100vh;
  top: 0;
  left: var(--layout-left-width);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.normalized-loading.normalized-loading-position-static[data-v-1154d295] {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normalized-loading .normalized-loading-main[data-v-1154d295] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes spin-1154d295 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.normalized-loading .normalized-loading-main .nl-loader-circular[data-v-1154d295] {
  border: 3px solid transparent;
  border-top: 3px solid var(--normalized-loading-icon-color);
  border-radius: 50%;
  width: var(--normalized-loading-icon-size);
  height: var(--normalized-loading-icon-size);
  display: inline-block;
  animation: spin-1154d295 2s linear infinite;
  box-sizing: border-box;
}
.normalized-loading .normalized-loading-main .nl-loader-wanted img[data-v-1154d295] {
  width: var(--normalized-loading-icon-size);
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.normalized-action-button[data-v-a1706c4c] {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.normalized-action-button.primary[data-v-a1706c4c] {
  --normalized-button-border-color: rgb(var(--normalized-button-sp-border-color, var(--normalized-button-sp-color, var(--Primary-Normal))));
  --normalized-button-outline-text-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-outline-disabled-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-hover-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-focus-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-active-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-disabled-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0);
  --normalized-button-outline-hover-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0.05);
  --normalized-button-outline-focus-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0.08);
  --normalized-button-outline-active-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0.12);
  --normalized-button-text-text-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-text-disabled-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-hover-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-focus-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-active-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-disabled-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0);
  --normalized-button-text-hover-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0.05);
  --normalized-button-text-focus-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0.08);
  --normalized-button-text-active-bg-filter: rgba(var(--normalized-button-sp-color, var(--Primary-Normal)), 0.12);
  --normalized-button-text-border-radius: 6px;
  --normalized-button-bg-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-text-color: rgb(var(--Static-White));
  --normalized-button-filter: rgba(var(--Interaction-Strong-Normal));
  --normalized-button-disabled-text-color: rgba(var(--Label-Assistive));
  --normalized-button-disabled-bg-filter: rgba(var(--Interaction-Strong-Normal));
  --normalized-button-disabled-bg-color: rgb(var(--Interaction-Disable));
  --normalized-button-disabled-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-hover-text-color: rgb(var(--Static-White));
  --normalized-button-hover-bg-filter: rgba(var(--Interaction-Strong-Hovered));
  --normalized-button-hover-bg-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-hover-border-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-focus-text-color: rgb(var(--Static-White));
  --normalized-button-focus-bg-filter: rgba(var(--Interaction-Strong-Focused));
  --normalized-button-focus-bg-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-focus-border-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-active-text-color: rgb(var(--Static-White));
  --normalized-button-active-border-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-active-bg-filter: rgba(var(--Interaction-Strong-Pressed));
  --normalized-button-active-bg-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-border-radius: 12px;
  --normalized-button-loading-color: var(--normalized-button-text-color);
}
.normalized-action-button.secondary[data-v-a1706c4c] {
  --normalized-button-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-outline-text-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-outline-disabled-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-hover-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-focus-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-active-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-disabled-bg-filter: rgba(var(--Interaction-Light-Normal));
  --normalized-button-outline-hover-bg-filter: rgba(var(--Interaction-Light-Hovered));
  --normalized-button-outline-focus-bg-filter: rgba(var(--Interaction-Light-Focused));
  --normalized-button-outline-active-bg-filter: rgba(var(--Interaction-Light-Pressed));
  --normalized-button-text-text-color: rgb(var(--normalized-button-sp-color, var(--Primary-Normal)));
  --normalized-button-text-border-radius: 6px;
  --normalized-button-bg-color: rgb(var(--Label-Normal));
  --normalized-button-text-color: rgb(var(--Label-Normal));
  --normalized-button-filter: rgba(var(--Interaction-Strong-Normal));
  --normalized-button-disabled-text-color: rgba(var(--Label-Assistive));
  --normalized-button-disabled-bg-filter: rgba(var(--Interaction-Strong-Normal));
  --normalized-button-disabled-bg-color: rgb(var(--Interaction-Disable));
  --normalized-button-disabled-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-hover-text-color: rgb(var(--Static-White));
  --normalized-button-hover-bg-filter: rgba(var(--Interaction-Strong-Hovered));
  --normalized-button-hover-bg-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-hover-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-focus-text-color: rgb(var(--Static-White));
  --normalized-button-focus-bg-filter: rgba(var(--Interaction-Strong-Focused));
  --normalized-button-focus-bg-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-focus-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-active-text-color: rgb(var(--Static-White));
  --normalized-button-active-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-active-bg-filter: rgba(var(--Interaction-Strong-Pressed));
  --normalized-button-active-bg-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-border-radius: 12px;
  --normalized-button-loading-color: var(--normalized-button-text-color);
}
.normalized-action-button.assistive[data-v-a1706c4c] {
  --normalized-button-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-outline-text-color: rgba(var(--Label-Normal));
  --normalized-button-outline-disabled-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-outline-hover-bg-color: rgb(var(--Line-Normal-Neutral));
  --normalized-button-outline-focus-bg-color: rgb(var(--Line-Normal-Neutral));
  --normalized-button-outline-active-bg-color: rgb(var(--Line-Normal-Neutral));
  --normalized-button-outline-disabled-bg-filter: rgba(var(--Interaction-Light-Normal));
  --normalized-button-outline-hover-bg-filter: rgba(var(--Interaction-Light-Hovered));
  --normalized-button-outline-focus-bg-filter: rgba(var(--Interaction-Light-Focused));
  --normalized-button-outline-active-bg-filter: rgba(var(--Interaction-Light-Pressed));
  --normalized-button-text-text-color: rgb(var(--Label-Alternative));
  --normalized-button-text-disabled-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-hover-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-focus-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-active-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-text-disabled-bg-filter: rgba(var(--Interaction-Light-Normal));
  --normalized-button-text-hover-bg-filter: rgba(var(--Interaction-Light-Hovered));
  --normalized-button-text-focus-bg-filter: rgba(var(--Interaction-Light-Focused));
  --normalized-button-text-active-bg-filter: rgba(var(--Interaction-Light-Pressed));
  --normalized-button-text-border-radius: 6px;
  --normalized-button-bg-color: rgba(var(--Fill-Normal));
  --normalized-button-text-color: rgba(var(--Label-Neutral));
  --normalized-button-filter: rgba(var(--Interaction-Normal-Normal));
  --normalized-button-disabled-text-color: rgba(var(--Label-Assistive));
  --normalized-button-disabled-bg-filter: rgba(var(--Interaction-Normal-Normal));
  --normalized-button-disabled-bg-color: rgb(var(--Interaction-Disable));
  --normalized-button-disabled-border-color: rgba(var(--Line-Normal-Neutral));
  --normalized-button-hover-text-color: rgba(var(--Label-Neutral));
  --normalized-button-hover-bg-filter: rgba(var(--Interaction-Normal-Hovered));
  --normalized-button-hover-bg-color: rgba(var(--Fill-Normal));
  --normalized-button-hover-border-color: rgba(var(--Fill-Normal));
  --normalized-button-focus-text-color: rgba(var(--Label-Neutral));
  --normalized-button-focus-bg-filter: rgba(var(--Interaction-Normal-Focused));
  --normalized-button-focus-bg-color: rgba(var(--Fill-Normal));
  --normalized-button-focus-border-color: rgba(var(--Fill-Normal));
  --normalized-button-active-text-color: rgba(var(--Label-Neutral));
  --normalized-button-active-bg-filter: rgba(var(--Interaction-Normal-Pressed));
  --normalized-button-active-bg-color: rgba(var(--Fill-Normal));
  --normalized-button-active-border-color: rgba(var(--Fill-Normal));
  --normalized-button-border-radius: 12px;
  --normalized-button-loading-color: rgba(var(--Label-Assistive));
  /* iOS/Materials/Chrome */
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: var(--normalized-button-border-radius);
}
.normalized-action-button.small[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 7px;
  --normalized-button-padding-horizontal: 14px;
  --normalized-button-icon-size: 16px;
  --normalized-button-content-min-width: 33px;
  --normalized-button-content-min-height: 18px;
}
.normalized-action-button.medium[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 9px;
  --normalized-button-padding-horizontal: 20px;
  --normalized-button-icon-size: 18px;
  --normalized-button-content-min-width: 38px;
  --normalized-button-content-min-height: 22px;
}
.normalized-action-button.large[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 12px;
  --normalized-button-padding-horizontal: 28px;
  --normalized-button-icon-size: 20px;
  --normalized-button-content-min-width: 40px;
  --normalized-button-content-min-height: 24px;
}
.normalized-action-button.solid[data-v-a1706c4c] {
  --normalized-button-border: none;
  --normalized-button-disabled-border: none;
  --normalized-button-hover-border: none;
  --normalized-button-focus-border: none;
  --normalized-button-active-border: none;
}
.normalized-action-button.outlined[data-v-a1706c4c] {
  --normalized-button-border: 1px solid var(--normalized-button-border-color);
  --normalized-button-disabled-border: 1px solid var(--normalized-button-disabled-border-color);
  --normalized-button-hover-border: 1px solid var(--normalized-button-hover-border-color);
  --normalized-button-focus-border: 1px solid var(--normalized-button-focus-border-color);
  --normalized-button-active-border: 1px solid var(--normalized-button-active-border-color);
  --normalized-button-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-disabled-bg-color: var(--normalized-button-outline-disabled-bg-color);
  --normalized-button-hover-bg-color: var(--normalized-button-outline-hover-bg-color);
  --normalized-button-focus-bg-color: var(--normalized-button-outline-focus-bg-color);
  --normalized-button-active-bg-color: var(--normalized-button-outline-active-bg-color);
  --normalized-button-disabled-bg-filter: var(--normalized-button-outline-disabled-bg-filter);
  --normalized-button-hover-bg-filter: var(--normalized-button-outline-hover-bg-filter);
  --normalized-button-focus-bg-filter: var(--normalized-button-outline-focus-bg-filter);
  --normalized-button-active-bg-filter: var(--normalized-button-outline-active-bg-filter);
  --normalized-button-text-color: var(--normalized-button-outline-text-color);
  --normalized-button-disabled-text-color: rgba(var(--Label-Disable));
  --normalized-button-hover-text-color: var(--normalized-button-outline-text-color);
  --normalized-button-focus-text-color: var(--normalized-button-outline-text-color);
  --normalized-button-active-text-color: var(--normalized-button-outline-text-color);
}
.normalized-action-button.text[data-v-a1706c4c] {
  --normalized-button-border: none;
  --normalized-button-disabled-border: none;
  --normalized-button-hover-border: none;
  --normalized-button-focus-border: none;
  --normalized-button-active-border: none;
  --normalized-button-bg-color: rgba(0, 0, 0, 0);
  --normalized-button-disabled-bg-color: var(--normalized-button-text-disabled-bg-color);
  --normalized-button-hover-bg-color: var(--normalized-button-text-hover-bg-color);
  --normalized-button-focus-bg-color: var(--normalized-button-text-focus-bg-color);
  --normalized-button-active-bg-color: var(--normalized-button-text-active-bg-color);
  --normalized-button-disabled-bg-filter: var(--normalized-button-text-disabled-bg-filter);
  --normalized-button-hover-bg-filter: var(--normalized-button-text-hover-bg-filter);
  --normalized-button-focus-bg-filter: var(--normalized-button-text-focus-bg-filter);
  --normalized-button-active-bg-filter: var(--normalized-button-text-active-bg-filter);
  --normalized-button-text-color: var(--normalized-button-text-text-color);
  --normalized-button-disabled-text-color: rgba(var(--Label-Disable));
  --normalized-button-hover-text-color: var(--normalized-button-text-text-color);
  --normalized-button-focus-text-color: var(--normalized-button-text-text-color);
  --normalized-button-active-text-color: var(--normalized-button-text-text-color);
  --normalized-button-border-radius: var(--normalized-button-text-border-radius);
}
.normalized-action-button.text.small[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 4px;
  --normalized-button-padding-horizontal: 6px;
  --normalized-button-icon-size: 16px;
  --normalized-button-content-min-width: 36px;
  --normalized-button-content-min-height: 20px;
}
.normalized-action-button.text.medium[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 4px;
  --normalized-button-padding-horizontal: 7px;
  --normalized-button-icon-size: 20px;
  --normalized-button-content-min-width: 40px;
  --normalized-button-content-min-height: 24px;
}
.normalized-action-button.text.large[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 4px;
  --normalized-button-padding-horizontal: 7px;
  --normalized-button-icon-size: 20px;
  --normalized-button-content-min-width: 40px;
  --normalized-button-content-min-height: 24px;
}
.normalized-action-button.disabled[data-v-a1706c4c] {
  --normalized-button-text-color: var(--normalized-button-disabled-text-color) !important;
  cursor: not-allowed !important;
}
.normalized-action-button.disabled .nab-filter[data-v-a1706c4c] {
  --normalized-button-filter: var(--normalized-button-disabled-bg-filter) !important;
}
.normalized-action-button.disabled .nab-main[data-v-a1706c4c] {
  --normalized-button-bg-color: var(--normalized-button-disabled-bg-color) !important;
  --normalized-button-border: var(--normalized-button-disabled-border) !important;
}
.normalized-action-button[data-v-a1706c4c]:hover {
  --normalized-button-text-color: var(--normalized-button-hover-text-color);
}
.normalized-action-button:hover .nab-filter[data-v-a1706c4c] {
  --normalized-button-filter: var(--normalized-button-hover-bg-filter);
}
.normalized-action-button:hover .nab-main[data-v-a1706c4c] {
  --normalized-button-bg-color: var(--normalized-button-hover-bg-color);
  --normalized-button-border: var(--normalized-button-hover-border);
}
.normalized-action-button[data-v-a1706c4c]:focus-visible {
  outline: none;
}
.normalized-action-button[data-v-a1706c4c]:focus {
  --normalized-button-text-color: var(--normalized-button-focus-text-color);
}
.normalized-action-button:focus .nab-filter[data-v-a1706c4c] {
  --normalized-button-filter: var(--normalized-button-focus-bg-filter);
}
.normalized-action-button:focus .nab-main[data-v-a1706c4c] {
  --normalized-button-bg-color: var(--normalized-button-focus-bg-color);
  --normalized-button-border: var(--normalized-button-focus-border);
}
.normalized-action-button[data-v-a1706c4c]:active {
  --normalized-button-text-color: var(--normalized-button-active-text-color);
}
.normalized-action-button:active .nab-filter[data-v-a1706c4c] {
  --normalized-button-filter: var(--normalized-button-active-bg-filter);
}
.normalized-action-button:active .nab-main[data-v-a1706c4c] {
  --normalized-button-bg-color: var(--normalized-button-active-bg-color);
  --normalized-button-border: var(--normalized-button-active-border);
}
.normalized-action-button.icon-only.small[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 7px;
  --normalized-button-padding-horizontal: 7px;
  --normalized-button-icon-size: 18px;
  --normalized-button-content-min-width: var(--normalized-button-icon-size);
  --normalized-button-content-min-height: var(--normalized-button-icon-size);
}
.normalized-action-button.icon-only.medium[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 10px;
  --normalized-button-padding-horizontal: 10px;
  --normalized-button-icon-size: 20px;
  --normalized-button-content-min-width: var(--normalized-button-icon-size);
  --normalized-button-content-min-height: var(--normalized-button-icon-size);
}
.normalized-action-button.icon-only.large[data-v-a1706c4c] {
  --normalized-button-padding-vertical: 12px;
  --normalized-button-padding-horizontal: 12px;
  --normalized-button-icon-size: 24px;
  --normalized-button-content-min-width: var(--normalized-button-icon-size);
  --normalized-button-content-min-height: var(--normalized-button-icon-size);
}
.normalized-action-button .nab-main[data-v-a1706c4c] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  border-radius: var(--normalized-button-border-radius);
  background-color: var(--normalized-button-bg-color);
  padding: var(--normalized-button-padding-vertical) var(--normalized-button-padding-horizontal);
  cursor: pointer;
  min-width: var(--normalized-button-content-min-width);
  min-height: var(--normalized-button-content-min-height);
  line-height: normal !important;
}
.normalized-action-button .nab-main .nabm-prefix[data-v-a1706c4c] {
  width: var(--normalized-button-icon-size);
  height: var(--normalized-button-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.normalized-action-button .nab-main .nabm-content[data-v-a1706c4c] {
  color: var(--normalized-button-text-color);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normalized-action-button .nab-main .nabm-suffix[data-v-a1706c4c] {
  width: var(--normalized-button-icon-size);
  height: var(--normalized-button-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.normalized-action-button .nab-filter[data-v-a1706c4c] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: var(--normalized-button-filter);
  border-radius: var(--normalized-button-border-radius);
  border: var(--normalized-button-border);
}

