/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
h1 {
  font-weight: 600;
  font-size: 20px;
}
h2 {
  font-weight: 500;
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4, h5, h6, p {
  font-size: 14px;
}
p {
  line-height: 1.5;
}
button {
  background-color: transparent;
  background-image: none;
}
sup, sub {
  font-size: 13px;
}
small {
  font-size: 12px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #DFE3E8;
}
dl, dd, dt {
  margin: 0;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #0D6BDE;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #0C60C8;
}
a:active {
  color: #084085;
}
h1, h2, h3, h4, h5, h6 {
  color: #2A2B2D;
}
.is-vue3-keyboard-event a:focus {
  outline: 2px solid #4B96F1 !important;
  outline-offset: 2px;
}
.is-vue3-keyboard-event button:focus {
  outline: 2px solid #4B96F1 !important;
  outline-offset: 2px;
}
.is-vue3-keyboard-event button:focus-visible {
  outline: none;
}
.is-vue3-keyboard-event.fe-popups-theme--highContrast a:focus {
  outline: 2px solid Highlight !important;
}
.is-vue3-keyboard-event.fe-popups-theme--highContrast button:focus {
  outline: 2px solid Highlight !important;
}
.fe-popups-theme--dark hr {
  border-top: 1px solid #313235;
}
.fe-popups-theme--dark h1, .fe-popups-theme--dark h2, .fe-popups-theme--dark h3, .fe-popups-theme--dark h4, .fe-popups-theme--dark h5, .fe-popups-theme--dark h6 {
  color: #F7F9FA;
}
.fe-popups-theme--dark a {
  color: #4B96F1;
}
.fe-popups-theme--dark a:hover {
  color: #7DB4F7;
}
.fe-popups-theme--dark a:active {
  color: #084085;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) a:focus {
  outline: 2px solid #0D6BDE !important;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) button:focus {
  outline: 2px solid #0D6BDE !important;
}
.fe-popups-fonts {
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
.fe-popups-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.mgl-0 {
  margin-left: 0 !important;
}
.pdl-0 {
  padding-left: 0 !important;
}
.mgl-xs {
  margin-left: 4px !important;
}
.pdl-xs {
  padding-left: 4px !important;
}
.mgl-sm {
  margin-left: 8px !important;
}
.pdl-sm {
  padding-left: 8px !important;
}
.mgl-md {
  margin-left: 16px !important;
}
.pdl-md {
  padding-left: 16px !important;
}
.mgl-lg {
  margin-left: 24px !important;
}
.pdl-lg {
  padding-left: 24px !important;
}
.mgl-xl {
  margin-left: 32px !important;
}
.pdl-xl {
  padding-left: 32px !important;
}
.mgt-0 {
  margin-top: 0 !important;
}
.pdt-0 {
  padding-top: 0 !important;
}
.mgt-xs {
  margin-top: 4px !important;
}
.pdt-xs {
  padding-top: 4px !important;
}
.mgt-sm {
  margin-top: 8px !important;
}
.pdt-sm {
  padding-top: 8px !important;
}
.mgt-md {
  margin-top: 16px !important;
}
.pdt-md {
  padding-top: 16px !important;
}
.mgt-lg {
  margin-top: 24px !important;
}
.pdt-lg {
  padding-top: 24px !important;
}
.mgt-xl {
  margin-top: 32px !important;
}
.pdt-xl {
  padding-top: 32px !important;
}
.mgr-0 {
  margin-right: 0 !important;
}
.pdr-0 {
  padding-right: 0 !important;
}
.mgr-xs {
  margin-right: 4px !important;
}
.pdr-xs {
  padding-right: 4px !important;
}
.mgr-sm {
  margin-right: 8px !important;
}
.pdr-sm {
  padding-right: 8px !important;
}
.mgr-md {
  margin-right: 16px !important;
}
.pdr-md {
  padding-right: 16px !important;
}
.mgr-lg {
  margin-right: 24px !important;
}
.pdr-lg {
  padding-right: 24px !important;
}
.mgr-xl {
  margin-right: 32px !important;
}
.pdr-xl {
  padding-right: 32px !important;
}
.mgb-0 {
  margin-bottom: 0 !important;
}
.pdb-0 {
  padding-bottom: 0 !important;
}
.mgb-xs {
  margin-bottom: 4px !important;
}
.pdb-xs {
  padding-bottom: 4px !important;
}
.mgb-sm {
  margin-bottom: 8px !important;
}
.pdb-sm {
  padding-bottom: 8px !important;
}
.mgb-md {
  margin-bottom: 16px !important;
}
.pdb-md {
  padding-bottom: 16px !important;
}
.mgb-lg {
  margin-bottom: 24px !important;
}
.pdb-lg {
  padding-bottom: 24px !important;
}
.mgb-xl {
  margin-bottom: 32px !important;
}
.pdb-xl {
  padding-bottom: 32px !important;
}
.fe-popups-typography-display {
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 48px;
}
.fe-popups-typography-headline-1 {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
}
.fe-popups-typography-headline-2 {
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
}
.fe-popups-typography-title-1-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
}
.fe-popups-typography-title-2-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-typography-title-3-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-typography-title-3 {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-typography-body-1-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-typography-body-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-typography-body-2-emphasis {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-typography-body-2 {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-typography-caption {
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
}
.fe-popups-typography-label {
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
}
.fe-popups-collapse-transition-leave-active,
.fe-popups-collapse-transition-enter-active {
  transition: max-height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.fe-popups-fade-in-linear-enter-active,
.fe-popups-fade-in-linear-leave-active {
  transition: opacity 0.3s linear;
}
.fe-popups-fade-in-linear-enter-from,
.fe-popups-fade-in-linear-leave-to {
  opacity: 0;
}
.fe-popups-zoom-in-center-enter-active,
.fe-popups-zoom-in-center-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.fe-popups-zoom-in-center-enter-from,
.fe-popups-zoom-in-center-leave-to {
  opacity: 0;
  transform: scaleX(0);
}
.fe-popups-zoom-in-top-enter-active,
.fe-popups-zoom-in-top-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(1);
  transform-origin: center top;
}
.fe-popups-zoom-in-top-enter-active[data-side^=top],
.fe-popups-zoom-in-top-leave-active[data-side^=top] {
  transform-origin: center bottom;
}
.fe-popups-zoom-in-top-enter-from,
.fe-popups-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.fe-popups-zoom-in-bottom-enter-active,
.fe-popups-zoom-in-bottom-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(1);
  transform-origin: center bottom;
}
.fe-popups-zoom-in-bottom-enter,
.fe-popups-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.fe-popups-zoom-in-left-enter-active,
.fe-popups-zoom-in-left-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1, 1);
  transform-origin: top left;
}
.fe-popups-zoom-in-left-enter,
.fe-popups-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}
.fe-popups-list-enter-active,
.fe-popups-list-leave-active {
  transition: all 1s;
}
.fe-popups-list-enter,
.fe-popups-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}
.fe-popups-in-top-enter-active,
.fe-popups-in-top-leave-active {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleY(1);
  transform-origin: center top;
}
.fe-popups-in-top-enter,
.fe-popups-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.fe-popups-tree-row-insert-enter-from {
  opacity: 0;
  transform: scaleY(0.1);
  transform-origin: "top";
}
.fe-popups-tree-row-insert-enter-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fe-popups-tree-row-insert-enter-to {
  opacity: 1;
  transform: scaleY(1);
}
.fade-in-linear-enter-active {
  animation: modal-fade-in 0.3s;
}
.fade-in-linear-enter-active .fe-popups-overlay-dialog {
  animation: fade-in-linear-in 0.3s;
}
.fade-in-linear-leave-active {
  animation: modal-fade-out 0.3s;
}
.fade-in-linear-leave-active .fe-popups-overlay-dialog {
  animation: fade-in-linear-out 0.3s;
}
@keyframes fade-in-linear-in {
0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fade-in-linear-out {
0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
}
}
@keyframes modal-fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes modal-fade-out {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fe-popups-popup-parent--hidden {
  overflow: hidden;
}

/* BEM support Func
 -------------------------- */
/* Break-points
 -------------------------- */
@media only screen and (max-width: 767px) {
.hidden-xs-only {
    display: none !important;
}
}
@media only screen and (min-width: 768px) {
.hidden-sm-and-up {
    display: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.hidden-sm-only {
    display: none !important;
}
}
@media only screen and (max-width: 1023px) {
.hidden-sm-and-down {
    display: none !important;
}
}
@media only screen and (min-width: 1024px) {
.hidden-md-and-up {
    display: none !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
.hidden-md-only {
    display: none !important;
}
}
@media only screen and (max-width: 1439px) {
.hidden-md-and-down {
    display: none !important;
}
}
@media only screen and (min-width: 1440px) {
.hidden-lg-and-up {
    display: none !important;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
.hidden-lg-only {
    display: none !important;
}
}
@media only screen and (max-width: 1919px) {
.hidden-lg-and-down {
    display: none !important;
}
}
@media only screen and (min-width: 1920px) {
.hidden-xl-only {
    display: none !important;
}
}
.fe-popups-context {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
body.fe-popups-theme--dark {
  color: #F7F9FA;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-spinners {
  position: relative;
  display: inline-block;
}
.fe-popups-spinners.is-lg {
  width: 48px;
  height: 48px;
}
.fe-popups-spinners.is-lg .fe-popups-spinners__spinner {
  width: 6px;
  border-radius: 6px;
}
.fe-popups-spinners.is-lg .fe-popups-spinners__circle {
  width: 48px;
  height: 48px;
}
.fe-popups-spinners.is-md {
  width: 32px;
  height: 32px;
}
.fe-popups-spinners.is-md .fe-popups-spinners__spinner {
  width: 4px;
  border-radius: 4px;
}
.fe-popups-spinners.is-md .fe-popups-spinners__circle {
  width: 32px;
  height: 32px;
}
.fe-popups-spinners.is-sm {
  width: 16px;
  height: 16px;
}
.fe-popups-spinners.is-sm .fe-popups-spinners__spinner {
  width: 2px;
  border-radius: 2px;
}
.fe-popups-spinners.is-sm .fe-popups-spinners__circle {
  width: 16px;
  height: 16px;
}
.fe-popups-spinners__spinner {
  position: absolute;
  top: 38%;
  left: 46%;
  width: 4px;
  height: 25%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.56);
  animation: spinner-fade 0.8s linear infinite;
}
.fe-popups-spinners__spinner:nth-child(1) {
  animation-delay: -0.3s;
}
.fe-popups-spinners__spinner:nth-child(2) {
  animation-delay: -0.2s;
}
.fe-popups-spinners__spinner:nth-child(3) {
  animation-delay: -0.1s;
}
.fe-popups-spinners__spinner:nth-child(4) {
  animation-delay: 0s;
}
.fe-popups-spinners__spinner:nth-child(5) {
  animation-delay: -0.7s;
}
.fe-popups-spinners__spinner:nth-child(6) {
  animation-delay: -0.6s;
}
.fe-popups-spinners__spinner:nth-child(7) {
  animation-delay: -0.5s;
}
.fe-popups-spinners__spinner:nth-child(8) {
  animation-delay: -0.4s;
}
.fe-popups-spinners__spinner.is-light {
  background-color: rgba(255, 255, 255, 0.48);
}
.fe-popups-spinners__spinner:nth-child(1) {
  transform: rotate(-135deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(2) {
  transform: rotate(-90deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(3) {
  transform: rotate(-45deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(4) {
  transform: rotate(0deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(5) {
  transform: rotate(45deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(6) {
  transform: rotate(90deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(7) {
  transform: rotate(135deg) translateY(-120%);
}
.fe-popups-spinners__spinner:nth-child(8) {
  transform: rotate(180deg) translateY(-120%);
}
.fe-popups-spinners__circle {
  color: #0D6BDE;
  animation: loading-circle 1s infinite linear;
}
@keyframes spinner-fade {
0% {
    opacity: 0.9;
}
12.5% {
    opacity: 0.8;
}
25% {
    opacity: 0.7;
}
37.5% {
    opacity: 0.6;
}
50% {
    opacity: 0.5;
}
62.5% {
    opacity: 0.4;
}
75% {
    opacity: 0.3;
}
87.5% {
    opacity: 0.2;
}
100% {
    opacity: 0.9;
}
}
@keyframes loading-circle {
100% {
    transform: rotate(360deg);
}
}
.fe-popups-theme--dark .fe-popups-spinners .fe-popups-spinners__spinner {
  background-color: rgba(255, 255, 255, 0.48);
}
.fe-popups-theme--highContrast .fe-popups-spinners .fe-popups-spinners__spinner {
  background-color: CanvasText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-loading-parent--relative {
  position: relative !important;
}
.fe-popups-loading-parent--hidden {
  overflow: hidden !important;
}
.fe-popups-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.48);
  transition: opacity 0.3s;
}
.fe-popups-loading.is-fullscreen {
  position: fixed;
  z-index: 9999;
}
.fe-popups-loading.is-inlined-in-button {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 8px;
}
.fe-popups-loading.is-no-background {
  background-color: transparent;
}
.fe-popups-loading__text {
  margin-top: 8px;
  color: #2A2B2D;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-loading__text.is-lg {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-loading__main {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.fe-popups-button--sm .fe-popups-loading.is-inlined-in-button {
  border-radius: 6px;
}
.fe-popups-loading-fade-enter-from,
.fe-popups-loading-fade-leave-to {
  opacity: 0;
}
.fe-popups-theme--dark .fe-popups-loading {
  background-color: rgba(0, 0, 0, 0.56);
}
.fe-popups-theme--dark .fe-popups-loading .fe-popups-loading__text {
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-loading.is-no-background {
  background-color: transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  color: inherit;
  font-size: inherit;
  line-height: 1em;
}
.fe-popups-icon svg {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-button {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline-offset: 2px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
}
.fe-popups-button + .fe-popups-button {
  margin-left: 8px;
}
.fe-popups-button.is-full + .fe-popups-button.is-full {
  margin-top: 8px;
  margin-left: 0;
}
.fe-popups-button--primary {
  font-weight: 500;
  background-color: #0D6BDE;
  color: #FFF;
}
.fe-popups-button--primary:focus {
  color: #FFF;
  outline: none;
}
.fe-popups-button--primary:hover:not(.is-loading) {
  background-color: #0C60C8;
  color: #FFF;
}
.fe-popups-button--primary:active:not(.is-loading) {
  background-color: #084085;
  color: #FFF;
}
.fe-popups-button--primary-danger {
  font-weight: 500;
  background-color: #DA1639;
  color: #FFF;
}
.fe-popups-button--primary-danger:focus {
  color: #FFF;
  outline: none;
}
.fe-popups-button--primary-danger:hover:not(.is-loading) {
  background-color: #C41434;
  color: #FFF;
}
.fe-popups-button--primary-danger:active:not(.is-loading) {
  background-color: #830D23;
  color: #FFF;
}
.fe-popups-button--secondary {
  background-color: #FFF;
  color: #2A2B2D;
  border-color: #98A0A9;
}
.fe-popups-button--secondary:focus {
  color: #2A2B2D;
  outline: none;
}
.fe-popups-button--secondary:hover:not(.is-loading) {
  background-color: rgba(110, 118, 128, 0.12);
  color: #2A2B2D;
}
.fe-popups-button--secondary:active:not(.is-loading) {
  background-color: rgba(110, 118, 128, 0.42);
  color: #2A2B2D;
}
.fe-popups-button--secondary-danger {
  background-color: #FFF;
  color: #da1639;
  border-color: #FF6682;
}
.fe-popups-button--secondary-danger:focus {
  color: #da1639;
  outline: none;
}
.fe-popups-button--secondary-danger:hover:not(.is-loading) {
  background-color: rgba(232, 23, 61, 0.12);
  color: #da1639;
}
.fe-popups-button--secondary-danger:active:not(.is-loading) {
  background-color: rgba(232, 23, 61, 0.42);
  color: #da1639;
}
.fe-popups-button--tertiary {
  background-color: transparent;
  color: #0D6BDE;
}
.fe-popups-button--tertiary:focus {
  color: #0D6BDE;
  outline: none;
}
.fe-popups-button--tertiary:hover:not(.is-loading) {
  background-color: rgba(14, 114, 237, 0.12);
  color: #2057B1;
}
.fe-popups-button--tertiary:active:not(.is-loading) {
  background-color: rgba(14, 114, 237, 0.42);
  color: #2057B1;
}
.fe-popups-button--tertiary-danger {
  background-color: transparent;
  color: #da1639;
}
.fe-popups-button--tertiary-danger:focus {
  color: #da1639;
  outline: none;
}
.fe-popups-button--tertiary-danger:hover:not(.is-loading) {
  background-color: rgba(232, 23, 61, 0.12);
  color: #da1639;
}
.fe-popups-button--tertiary-danger:active:not(.is-loading) {
  background-color: rgba(232, 23, 61, 0.42);
  color: #da1639;
}
.fe-popups-button--overlay {
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.42);
  color: #FFF;
}
.fe-popups-button--overlay:focus {
  color: #FFF;
  outline: none;
}
.fe-popups-button--overlay:hover:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.48);
  color: #FFF;
}
.fe-popups-button--overlay:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
.fe-popups-button--text {
  font-weight: 400;
  background-color: transparent;
  color: #0D6BDE;
}
.fe-popups-button--text:focus {
  color: #0D6BDE;
  outline: none;
}
.fe-popups-button--text:hover:not(.is-loading) {
  color: #0C60C8;
}
.fe-popups-button--text:active:not(.is-loading) {
  color: #084085;
}
.fe-popups-button--text.is-pure-text {
  padding: 0;
  border: none;
  border-color: transparent;
}
.fe-popups-button--text.is-pure-text-medium {
  line-height: 18px;
}
.fe-popups-button--text.is-pure-text-small {
  border-radius: 4px;
  font-size: 10px;
  line-height: 16px;
}
.fe-popups-button--text-danger {
  background-color: transparent;
  color: #da1639;
}
.fe-popups-button--text-danger:focus {
  color: #da1639;
  outline: none;
}
.fe-popups-button--text-danger:hover:not(.is-loading) {
  color: #C41434;
}
.fe-popups-button--text-danger:active:not(.is-loading) {
  color: #830D23;
}
.fe-popups-button--text-danger.is-pure-text {
  padding: 0;
  border: none;
  border-color: transparent;
}
.fe-popups-button--text-danger.is-pure-text.is-text-disabled {
  background-color: transparent;
  color: #F7BAC6;
}
.fe-popups-button--text-danger.is-pure-text.is-text-disabled:focus {
  color: #F7BAC6;
  outline: none;
}
.fe-popups-button--text-danger.is-pure-text.is-text-disabled:hover:not(.is-loading) {
  color: #F7BAC6;
}
.fe-popups-button--text-danger.is-pure-text.is-text-disabled:active:not(.is-loading) {
  color: #F7BAC6;
}
.fe-popups-button--text-danger.is-pure-text-small {
  border-radius: 4px;
  font-size: 10px;
  line-height: 16px;
}
.fe-popups-button__inner-icon + .fe-popups-button__label {
  margin-left: 4px;
}
.fe-popups-button__inner-icon + .fe-popups-button__label.is-visible-hidden {
  margin-right: 0;
  margin-left: 0;
  visibility: hidden;
}
.fe-popups-button__inner-icon.is-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fe-popups-button--lg {
  padding: 9px 15px;
  border-radius: 10px;
  font-size: 16px;
}
.fe-popups-button--lg .fe-popups-button__inner-icon {
  font-size: 18px;
}
.fe-popups-button--md {
  padding: 5px 11px;
  border-radius: 8px;
  font-size: 14px;
}
.fe-popups-button--md .fe-popups-button__inner-icon {
  font-size: 16px;
}
.fe-popups-button--sm {
  line-height: 16px;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 12px;
}
.fe-popups-button--sm .fe-popups-button__inner-icon {
  font-size: 14px;
}
.fe-popups-button__icon {
  padding: 0;
}
.fe-popups-button__icon.fe-popups-button--tertiary {
  background-color: transparent;
  color: #2A2B2D;
}
.fe-popups-button__icon.fe-popups-button--tertiary:focus {
  color: #2A2B2D;
  outline: none;
}
.fe-popups-button__icon.fe-popups-button--tertiary:hover:not(.is-loading) {
  background-color: rgba(110, 118, 128, 0.12);
  color: #2A2B2D;
}
.fe-popups-button__icon.fe-popups-button--tertiary:active:not(.is-loading) {
  background-color: rgba(110, 118, 128, 0.42);
  color: #2A2B2D;
}
.fe-popups-button__icon.fe-popups-button--lg {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
  font-size: 14px;
}
.fe-popups-button__icon.fe-popups-button--md {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 8px;
  font-size: 14px;
}
.fe-popups-button__icon.fe-popups-button--sm {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 6px;
  font-size: 14px;
}
.fe-popups-button__icon.fe-popups-button.is-full {
  width: 100%;
}
.fe-popups-button.is-primary-disabled {
  cursor: not-allowed;
  background-color: #E6EBEF;
  color: #ADB1B8;
}
.fe-popups-button.is-primary-disabled:focus {
  color: #ADB1B8;
  outline: none;
}
.fe-popups-button.is-primary-disabled:hover:not(.is-loading) {
  background-color: #E6EBEF;
  color: #ADB1B8;
}
.fe-popups-button.is-primary-disabled:active:not(.is-loading) {
  background-color: #E6EBEF;
  color: #ADB1B8;
}
.fe-popups-button.is-secondary-disabled {
  cursor: not-allowed;
  background-color: #FFF;
  color: #ADB1B8;
  border-color: #E6EBEF;
}
.fe-popups-button.is-secondary-disabled:focus {
  color: #ADB1B8;
  outline: none;
}
.fe-popups-button.is-secondary-disabled:hover:not(.is-loading) {
  background-color: #FFF;
  color: #ADB1B8;
}
.fe-popups-button.is-secondary-disabled:active:not(.is-loading) {
  background-color: #FFF;
  color: #ADB1B8;
}
.fe-popups-button.is-tertiary-disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: #ADB1B8;
}
.fe-popups-button.is-tertiary-disabled:focus {
  color: #ADB1B8;
  outline: none;
}
.fe-popups-button.is-tertiary-disabled:hover:not(.is-loading) {
  background-color: transparent;
  color: #ADB1B8;
}
.fe-popups-button.is-tertiary-disabled:active:not(.is-loading) {
  background-color: transparent;
  color: #ADB1B8;
}
.fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue {
  background-color: transparent;
  color: #AACDF8;
}
.fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue:focus {
  color: #AACDF8;
  outline: none;
}
.fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue:hover:not(.is-loading) {
  background-color: transparent;
  color: #AACDF8;
}
.fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue:active:not(.is-loading) {
  background-color: transparent;
  color: #AACDF8;
}
.fe-popups-button.is-text-disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: #AACDF8;
}
.fe-popups-button.is-text-disabled:focus {
  color: #AACDF8;
  outline: none;
}
.fe-popups-button.is-text-disabled:hover:not(.is-loading) {
  color: #AACDF8;
}
.fe-popups-button.is-text-disabled:active:not(.is-loading) {
  color: #AACDF8;
}
.fe-popups-button.is-overlay-disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.42);
  color: #ADB1B8;
}
.fe-popups-button.is-overlay-disabled:focus {
  color: #ADB1B8;
  outline: none;
}
.fe-popups-button.is-overlay-disabled:hover:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #ADB1B8;
}
.fe-popups-button.is-overlay-disabled:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #ADB1B8;
}
.fe-popups-button.is-reverse {
  flex-direction: row-reverse;
}
.fe-popups-button.is-reverse .fe-popups-button__inner-icon + .fe-popups-button__label {
  margin-right: 4px;
  margin-left: 0;
}
.fe-popups-button.is-loading {
  cursor: not-allowed;
}
.fe-popups-button.is-full {
  width: 100%;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button__icon.fe-popups-button--tertiary {
  background-color: transparent;
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button__icon.fe-popups-button--tertiary:focus {
  color: #F7F9FA;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button__icon.fe-popups-button--tertiary:hover:not(.is-loading) {
  background-color: rgba(110, 118, 128, 0.33);
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button__icon.fe-popups-button--tertiary:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary {
  background-color: #0D6BDE;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary:focus {
  color: #FFF;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary:hover:not(.is-loading) {
  background-color: #7DB4F7;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary:active:not(.is-loading) {
  background-color: #084085;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary-danger {
  background-color: #DA1639;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary-danger:focus {
  color: #FFF;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary-danger:hover:not(.is-loading) {
  background-color: #F38498;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--primary-danger:active:not(.is-loading) {
  background-color: #830D23;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary {
  background-color: #222325;
  color: #F7F9FA;
  border-color: #686F79;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary:focus {
  color: #F7F9FA;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary:hover:not(.is-loading) {
  background-color: rgba(110, 118, 128, 0.33);
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary-danger {
  background-color: #222325;
  color: #FF6682;
  border-color: #DA1639;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary-danger:focus {
  color: #FF6682;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary-danger:hover:not(.is-loading) {
  background-color: rgba(232, 23, 61, 0.33);
  color: #FF6682;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--secondary-danger:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #FF6682;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary {
  background-color: transparent;
  color: #4B96F1;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary:focus {
  color: #4B96F1;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary:hover:not(.is-loading) {
  background-color: rgba(14, 114, 237, 0.33);
  color: #A8CCF8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #A8CCF8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary-danger {
  background-color: transparent;
  color: #FF6682;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary-danger:focus {
  color: #FF6682;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary-danger:hover:not(.is-loading) {
  background-color: rgba(232, 23, 61, 0.33);
  color: #FF6682;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--tertiary-danger:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #FF6682;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text {
  background-color: transparent;
  color: #4B96F1;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text:focus {
  color: #4B96F1;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text:hover:not(.is-loading) {
  color: #7DB4F7;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text:active:not(.is-loading) {
  color: #084085;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger {
  background-color: transparent;
  color: #FF6682;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger:focus {
  color: #FF6682;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger:hover:not(.is-loading) {
  color: #F38498;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger:active:not(.is-loading) {
  color: #830D23;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger.is-pure-text.is-text-disabled {
  background-color: transparent;
  color: #7A383B;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger.is-pure-text.is-text-disabled:focus {
  color: #7A383B;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger.is-pure-text.is-text-disabled:hover:not(.is-loading) {
  color: #7A383B;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button--text-danger.is-pure-text.is-text-disabled:active:not(.is-loading) {
  color: #7A383B;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-primary-disabled {
  background-color: #313235;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-primary-disabled:focus {
  color: #596069;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-primary-disabled:hover:not(.is-loading) {
  background-color: #313235;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-primary-disabled:active:not(.is-loading) {
  background-color: #313235;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-secondary-disabled {
  background-color: #222325;
  color: #596069;
  border-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-secondary-disabled:focus {
  color: #596069;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-secondary-disabled:hover:not(.is-loading) {
  background-color: #222325;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-secondary-disabled:active:not(.is-loading) {
  background-color: #222325;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled {
  background-color: transparent;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled:focus {
  color: #596069;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled:hover:not(.is-loading) {
  background-color: transparent;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled:active:not(.is-loading) {
  background-color: transparent;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue {
  background-color: transparent;
  color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue:focus {
  color: #2B4588;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue:hover:not(.is-loading) {
  background-color: transparent;
  color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-tertiary-disabled.is-tertiary-disabled-blue:active:not(.is-loading) {
  background-color: transparent;
  color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-text-disabled {
  background-color: transparent;
  color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-text-disabled:focus {
  color: #2B4588;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-text-disabled:hover:not(.is-loading) {
  color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-text-disabled:active:not(.is-loading) {
  color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-overlay-disabled {
  background-color: rgba(0, 0, 0, 0.42);
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-overlay-disabled:focus {
  color: #596069;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-overlay-disabled:hover:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-button.is-overlay-disabled:active:not(.is-loading) {
  background-color: rgba(0, 0, 0, 0.42);
  color: #596069;
}
.is-vue3-keyboard-event .fe-popups-button:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-button:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--highContrast .fe-popups-button[aria-disabled=true] {
  border-color: GrayText;
  background-color: transparent;
  color: GrayText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-button[aria-disabled=true]:hover {
  border-color: GrayText;
  background-color: transparent;
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-button .fe-popups-spinners__spinner {
  background-color: CanvasText;
  opacity: 0.56;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary {
  border: none;
  background-color: transparent;
  color: ButtonText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary:hover:not(.is-loading) {
  border-color: ButtonText;
  background-color: transparent;
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary.fe-popups-button__icon:not(.is-loading) {
  forced-color-adjust: initial;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary-danger {
  border: none;
  background-color: transparent;
  color: ButtonText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary-danger:hover:not(.is-loading) {
  border-color: ButtonText;
  background-color: transparent;
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-button--tertiary-danger.fe-popups-button__icon:not(.is-loading) {
  forced-color-adjust: initial;
}
.fe-popups-theme--highContrast .fe-popups-button--text-danger.is-text-disabled.is-pure-text.fe-popups-button:active {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-button--text-danger.is-text-disabled.is-pure-text.fe-popups-button:hover {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-avatar {
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.fe-popups-avatar .fe-popups-icon {
  background-color: #F1F4F6;
  color: #686F79;
}
.fe-popups-avatar.is-interactive {
  outline-offset: 2px;
}
.fe-popups-avatar__inner {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.fe-popups-avatar__inner img {
  display: block;
  height: 100%;
}
.fe-popups-avatar__inner.is-interactive {
  position: relative;
  cursor: pointer;
}
.fe-popups-avatar__inner.is-interactive:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
}
.fe-popups-avatar__inner.is-interactive:active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-avatar__inner.is-interactive.is-disabled {
  cursor: not-allowed;
}
.fe-popups-avatar__inner.is-interactive.is-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.fe-popups-avatar__inner.is-interactive.is-disabled:hover::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.fe-popups-avatar__inner.is-interactive.is-disabled:active::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.fe-popups-avatar.is-status {
  position: relative;
}
.fe-popups-avatar--green {
  background-color: #247F40;
}
.fe-popups-avatar--purple {
  background-color: #9053C2;
}
.fe-popups-avatar--teal {
  background-color: #007C7C;
}
.fe-popups-avatar--steel {
  background-color: #2974A8;
}
.fe-popups-avatar--gray {
  background-color: #555B62;
}
.fe-popups-avatar--orange {
  background-color: #9D3B0F;
}
.fe-popups-avatar--yellow {
  background-color: #B36200;
}
.fe-popups-avatar--red {
  background-color: #DA1639;
}
.fe-popups-avatar--xl {
  width: 110px;
  height: 110px;
  border-radius: 38px;
  font-size: 36px;
  line-height: 110px;
}
.fe-popups-avatar--xl.fe-popups-icon {
  width: 110px;
  height: 110px;
  font-size: 55px;
}
.fe-popups-avatar--xl .fe-popups-avatar__inner {
  border-radius: 38px;
}
.fe-popups-avatar--lg {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 40px;
}
.fe-popups-avatar--lg.fe-popups-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.fe-popups-avatar--lg .fe-popups-avatar__inner {
  border-radius: 14px;
}
.fe-popups-avatar--md {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 32px;
}
.fe-popups-avatar--md.fe-popups-icon {
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.fe-popups-avatar--md.is-maximum {
  width: 40px;
}
.fe-popups-avatar--md .fe-popups-avatar__inner {
  border-radius: 10px;
}
.fe-popups-avatar--sm {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 24px;
}
.fe-popups-avatar--sm.fe-popups-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.fe-popups-avatar--sm.is-maximum {
  width: 40px;
}
.fe-popups-avatar--sm .fe-popups-avatar__inner {
  border-radius: 8px;
}
.fe-popups-avatar--xs {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 20px;
}
.fe-popups-avatar--xs.fe-popups-icon {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.fe-popups-avatar--xs .fe-popups-avatar__inner {
  border-radius: 8px;
}
.fe-popups-avatar__status-icon {
  position: absolute;
}
.fe-popups-avatar__status-icon.is-meeting svg {
  width: 100%;
  height: 100%;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-avatar .fe-popups-icon {
  background-color: #313235;
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-avatar .fe-popups-avatar__inner.is-interactive:hover::after {
  background-color: rgba(255, 255, 255, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-avatar .fe-popups-avatar__inner.is-interactive:active::after {
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-avatar .fe-popups-avatar__inner.is-interactive.is-disabled::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-avatar .fe-popups-avatar__inner.is-interactive.is-disabled:hover::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-avatar .fe-popups-avatar__inner.is-interactive.is-disabled:active::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.fe-popups-theme--highContrast .fe-popups-avatar.is-character {
  outline: 1px solid CanvasText;
}
.is-vue3-keyboard-event .fe-popups-avatar.is-interactive:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event .fe-popups-avatar.is-interactive:focus {
  outline: 2px solid #0D6BDE;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-sticky--fixed {
  position: fixed;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-scrollbar {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.fe-popups-scrollbar:hover .fe-popups-scrollbar__track, .fe-popups-scrollbar:active .fe-popups-scrollbar__track, .fe-popups-scrollbar:focus .fe-popups-scrollbar__track {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.fe-popups-scrollbar.is-show-scroll-indicator {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.fe-popups-scrollbar.is-hovering .fe-popups-scrollbar__track {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.fe-popups-scrollbar.is-top {
  border-bottom-color: #DFE3E8;
}
.fe-popups-scrollbar.is-center {
  border-top-color: #DFE3E8;
  border-bottom-color: #DFE3E8;
}
.fe-popups-scrollbar.is-bottom {
  border-top-color: #DFE3E8;
}
.fe-popups-scrollbar__wrap {
  overflow: auto;
  height: 100%;
  outline-offset: -2px;
  /* hide native scrollbar style */
}
.fe-popups-scrollbar__wrap--hidden {
  scrollbar-width: none;
}
.fe-popups-scrollbar__wrap--hidden::-webkit-scrollbar {
  display: none;
}
.fe-popups-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-radius: inherit;
  background-color: #949494;
  cursor: pointer;
  transition: 0.3s background-color;
}
.fe-popups-scrollbar__thumb:hover {
  background-color: #636363;
}
.fe-popups-scrollbar__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 12px);
  height: 100%;
  transform: translateX(-50%);
}
.fe-popups-scrollbar__thumb.is-dragging {
  background-color: #636363;
}
.fe-popups-scrollbar__thumb.is-horizontal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 12px);
  transform: translateY(-50%);
}
.fe-popups-scrollbar__track {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.fe-popups-scrollbar__track.is-always {
  opacity: 1;
}
.fe-popups-scrollbar__track.is-vertical {
  top: 2px;
  width: 6px;
}
.fe-popups-scrollbar__track.is-vertical .fe-popups-scrollbar__thumb {
  width: 4px;
}
.fe-popups-scrollbar__track.is-horizontal {
  left: 2px;
  height: 6px;
}
.fe-popups-scrollbar__track.is-horizontal .fe-popups-scrollbar__thumb {
  height: 4px;
}
.is-vue3-keyboard-event .fe-popups-scrollbar .fe-popups-scrollbar__wrap:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar .fe-popups-scrollbar__wrap:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar.is-show-scroll-indicator {
  border-top: 1px solid #222325;
  border-bottom: 1px solid #222325;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar .fe-popups-scrollbar__wrap:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar.is-top {
  border-bottom-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar.is-center {
  border-top-color: #313235;
  border-bottom-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar.is-bottom {
  border-top-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar .fe-popups-scrollbar__thumb {
  background-color: #616365;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar .fe-popups-scrollbar__thumb:hover {
  background-color: #919293;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-scrollbar .fe-popups-scrollbar__thumb.is-dragging {
  background-color: #919293;
}
.fe-popups-theme--highContrast .fe-popups-scrollbar .fe-popups-scrollbar__thumb {
  background-color: ButtonText;
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-scrollbar .fe-popups-scrollbar__thumb:hover {
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-scrollbar .fe-popups-scrollbar__thumb.is-dragging {
  background-color: Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  color: #0D6BDE;
  outline-offset: 2px;
  text-decoration: none;
}
.fe-popups-link .fe-popups-link__arrow {
  margin-left: 4px;
  color: #0D6BDE;
  font-size: 16px;
}
.fe-popups-link:hover {
  color: #0C60C8;
  text-decoration: underline;
}
.fe-popups-link:hover .fe-popups-link__arrow {
  color: #0C60C8;
}
.fe-popups-link:active {
  color: #084085;
  text-decoration: underline;
}
.fe-popups-link:active .fe-popups-link__arrow {
  color: #084085;
}
.fe-popups-link--sm {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-link--sm .fe-popups-link__arrow {
  font-size: 14px;
}
.fe-popups-link--md {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-link--lg {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-link--lg .fe-popups-link__arrow {
  font-size: 18px;
}
.fe-popups-link--xl {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-link--xl .fe-popups-link__arrow {
  font-size: 20px;
}
.fe-popups-link.is-disabled {
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-link.is-disabled .fe-popups-link__arrow {
  color: #ADB1B8;
}
.fe-popups-link__wrapper {
  line-height: 1;
}
.fe-popups-link__wrapper .fe-popups-link {
  display: flex;
  align-items: center;
}
.fe-popups-theme--dark .fe-popups-link {
  color: #4B96F1;
}
.fe-popups-theme--dark .fe-popups-link .fe-popups-link__arrow {
  color: #4B96F1;
}
.fe-popups-theme--dark .fe-popups-link:hover {
  color: #7DB4F7;
  text-decoration: underline;
}
.fe-popups-theme--dark .fe-popups-link:hover .fe-popups-link__arrow {
  color: #7DB4F7;
}
.fe-popups-theme--dark .fe-popups-link:active {
  color: #084085;
  text-decoration: underline;
}
.fe-popups-theme--dark .fe-popups-link:active .fe-popups-link__arrow {
  color: #084085;
}
.fe-popups-theme--dark .fe-popups-link.is-disabled {
  color: #596069;
  cursor: not-allowed;
}
.fe-popups-theme--dark .fe-popups-link.is-disabled .fe-popups-link__arrow {
  color: #596069;
}
.is-vue3-keyboard-event .fe-popups-link:focus {
  outline: 2px solid #4B96F1;
}
.is-vue3-keyboard-event.fe-popups-theme--dark .fe-popups-link:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--highContrast .fe-popups-link.is-disabled {
  opacity: 0.3;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-radio {
  display: inline-block;
  margin-right: 32px;
  line-height: 1;
}
.fe-popups-radio:last-child {
  margin-right: 0;
}
.fe-popups-radio .fe-popups-radio__suffix .fe-popups-button__inner-icon {
  color: #8E9194;
}
.fe-popups-radio__wrap {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  cursor: pointer;
}
.fe-popups-radio__wrap:not(.is-disabled):hover .fe-popups-radio__inner {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-radio__wrap:not(.is-disabled):active .fe-popups-radio__inner {
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-radio__wrap.is-checked:not(.is-disabled):hover .fe-popups-radio__inner {
  border-color: #0C60C8;
  background-color: #0C60C8;
}
.fe-popups-radio__wrap.is-checked:not(.is-disabled):active .fe-popups-radio__inner {
  border-color: #084085;
  background-color: #084085;
}
.fe-popups-radio__wrap.is-checked .fe-popups-radio__inner {
  border-color: #0D6BDE;
  background-color: #0D6BDE;
}
.fe-popups-radio__wrap.is-checked .fe-popups-radio__knob {
  transform: translate(-50%, -50%) scale(1);
}
.fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__inner {
  border-color: #ADB1B8;
  background-color: #ADB1B8;
}
.fe-popups-radio__wrap.is-disabled {
  cursor: not-allowed;
}
.fe-popups-radio__wrap.is-disabled .fe-popups-radio__inner {
  border-color: #ADB1B8;
  background-color: #E6EBEF;
  cursor: not-allowed;
}
.fe-popups-radio__wrap.is-disabled .fe-popups-radio__label {
  color: #ADB1B8;
}
.fe-popups-radio__region {
  margin-top: 8px;
  padding-left: 24px;
}
.fe-popups-radio__description {
  margin-top: 4px;
  padding-left: 24px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-radio__label {
  flex: 1;
  color: #2A2B2D;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-radio__inner {
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #98A0A9;
  border-radius: 100%;
  outline-offset: 2px;
  cursor: pointer;
}
.fe-popups-radio__inner:hover {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-radio__inner:active {
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-radio__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FFF;
  transition: transform 0.15s ease-in;
  transform: translate(-50%, -50%) scale(0);
}
.fe-popups-radio__suffix {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.fe-popups-radio__suffix .fe-popups-button__icon.fe-popups-button--sm {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap:not(.is-disabled):hover .fe-popups-radio__inner {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap:not(.is-disabled):active .fe-popups-radio__inner {
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap.is-checked:not(.is-disabled):hover .fe-popups-radio__inner {
  border-color: #7DB4F7;
  background-color: #7DB4F7;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap.is-checked:not(.is-disabled):active .fe-popups-radio__inner {
  border-color: #084085;
  background-color: #084085;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap.is-checked .fe-popups-radio__inner {
  border-color: #0D6BDE;
  background-color: #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__inner {
  border-color: #596069;
  background-color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap.is-disabled .fe-popups-radio__inner {
  border-color: #596069;
  background-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__wrap.is-disabled .fe-popups-radio__label {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__label {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__inner {
  border-color: #686F79;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__inner:hover {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__inner:active {
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__knob {
  background-color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__description {
  color: #686F79;
}
.is-vue3-keyboard-event .fe-popups-radio .fe-popups-radio__inner:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-radio .fe-popups-radio__inner:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked .fe-popups-radio__inner {
  border-color: Highlight;
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked .fe-popups-radio__knob {
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__inner {
  border-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-checked.is-disabled .fe-popups-radio__knob {
  background-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-disabled .fe-popups-radio__inner {
  border-color: GrayText;
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__wrap.is-disabled .fe-popups-radio__label {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__inner:hover {
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-radio .fe-popups-radio__inner:active {
  background-color: transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-radio-group {
  line-height: 1;
}
.fe-popups-radio-group.is-vertical > .fe-popups-radio {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}
.fe-popups-radio__title {
  margin-bottom: 8px;
  color: #2A2B2D;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-radio__title {
  color: #F7F9FA;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-checkbox {
  display: inline-flex;
  min-height: 20px;
  font-size: inherit;
  line-height: 1;
}
.fe-popups-checkbox .fe-popups-checkbox__suffix .fe-popups-button__inner-icon {
  color: #8E9194;
}
.fe-popups-checkbox.is-indeterminate-container {
  flex-wrap: wrap;
}
.fe-popups-checkbox.is-has-region {
  flex-wrap: wrap;
}
.fe-popups-checkbox__mixed {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
}
.fe-popups-checkbox__label {
  margin-left: 6px;
  padding: 1px 0;
}
.fe-popups-checkbox__wrap {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
  outline: none;
  word-break: break-word;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-checkbox__wrap:hover .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: #98A0A9;
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-checkbox__wrap:active .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: #98A0A9;
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: #0C60C8;
  background-color: #0C60C8;
}
.fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: #084085;
  background-color: #084085;
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner {
  border-color: #0D6BDE;
  background-color: #0D6BDE;
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  border: 1px solid #F7F9FA;
  border-radius: 2px;
  background-color: #F7F9FA;
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner .fe-popups-checkbox__knob {
  opacity: 0;
}
.fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner.is-disabled {
  border-color: #AACDF8;
  background-color: #AACDF8;
}
.fe-popups-checkbox__wrap.is-checked:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: #0C60C8;
  background-color: #0C60C8;
}
.fe-popups-checkbox__wrap.is-checked:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: #084085;
  background-color: #084085;
}
.fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__inner {
  border-color: #0D6BDE;
  background-color: #0D6BDE;
}
.fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__knob {
  opacity: 1;
}
.fe-popups-checkbox__wrap.is-checked.is-disabled .fe-popups-checkbox__inner {
  border-color: #AACDF8;
  background-color: #AACDF8;
}
.fe-popups-checkbox__wrap.is-disabled {
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-checkbox__wrap.is-disabled .fe-popups-checkbox__inner {
  border-color: #ADB1B8;
  background-color: #E6EBEF;
  cursor: not-allowed;
}
.fe-popups-checkbox__inner {
  position: relative;
  top: 2px;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #98A0A9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.2s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.fe-popups-checkbox__knob {
  position: absolute;
  top: -1px;
  /* rtl:ignore */
  left: 1px;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* rtl:ignore */
  transform: rotate(45deg);
}
.fe-popups-checkbox__knob::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  box-sizing: border-box;
  width: 2px;
  height: 9px;
  border: 1px solid #F7F9FA;
  border-radius: 2px;
  background-color: #F7F9FA;
}
.fe-popups-checkbox__knob::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  box-sizing: border-box;
  width: 5px;
  height: 2px;
  border: 1px solid #F7F9FA;
  border-radius: 2px;
  background-color: #F7F9FA;
}
.fe-popups-checkbox__original {
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  margin: 0;
  outline: none;
  opacity: 0;
}
.fe-popups-checkbox__region {
  width: 100%;
  margin-top: 8px;
  padding-left: 22px;
}
.fe-popups-checkbox__description {
  width: 100%;
  margin-top: 4px;
  padding-left: 22px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-checkbox__suffix {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.fe-popups-checkbox__suffix .fe-popups-button__icon.fe-popups-button--sm {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.is-vue3-keyboard-event .fe-popups-checkbox .fe-popups-checkbox__original:focus + .fe-popups-checkbox__inner {
  outline: 2px solid #4B96F1;
  outline-offset: 2px;
}
.is-vue3-keyboard-event .fe-popups-checkbox .fe-popups-checkbox__mixed:focus ~ .fe-popups-checkbox__inner {
  outline: 2px solid #4B96F1;
  outline-offset: 2px;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__original:focus + .fe-popups-checkbox__inner {
  outline: 2px solid #0D6BDE;
  outline-offset: 2px;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__mixed:focus ~ .fe-popups-checkbox__inner {
  outline: 2px solid #0D6BDE;
  outline-offset: 2px;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap:hover .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: #686F79;
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap:active .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: #686F79;
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: #7DB4F7;
  background-color: #7DB4F7;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: #084085;
  background-color: #084085;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner {
  border-color: #0D6BDE;
  background-color: #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner::before {
  content: "";
  border-color: #FFF;
  background-color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner.is-disabled {
  border-color: #2B4588;
  background-color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: #7DB4F7;
  background-color: #7DB4F7;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: #084085;
  background-color: #084085;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__inner {
  border-color: #0D6BDE;
  background-color: #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked.is-disabled .fe-popups-checkbox__inner {
  border-color: #2B4588;
  background-color: #2B4588;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-disabled {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__wrap.is-disabled .fe-popups-checkbox__inner {
  border-color: #596069;
  background-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__inner {
  border-color: #686F79;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__knob::before {
  content: "";
  border-color: #FFF;
  background-color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__knob::after {
  content: "";
  border-color: #FFF;
  background-color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-checkbox .fe-popups-checkbox__description {
  color: #939BA4;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap:hover .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap:active .fe-popups-checkbox__inner:not(.is-disabled) {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner::before {
  border-color: Canvas;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-indeterminate .fe-popups-checkbox__inner.is-disabled {
  border-color: GrayText;
  background-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked:not(.is-disabled):hover .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked:not(.is-disabled):active .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked .fe-popups-checkbox__inner {
  border-color: Highlight;
  background-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-checked.is-disabled .fe-popups-checkbox__inner {
  border-color: GrayText;
  background-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__wrap.is-disabled .fe-popups-checkbox__inner {
  border-color: GrayText;
  background-color: transparent;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__knob::before {
  border-color: Canvas;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__knob::after {
  border-color: Canvas;
}
.fe-popups-theme--highContrast .fe-popups-checkbox .fe-popups-checkbox__inner {
  border-color: ButtonText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-floating {
  position: absolute;
  z-index: 2000;
  min-width: 10px;
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  background-color: #FFF;
  color: #2A2B2D;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.fe-popups-floating[data-side=right] .fe-popups-floating__arrow::after {
  left: -1px;
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 3px;
}
.fe-popups-floating[data-side=left] .fe-popups-floating__arrow::after {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 3px;
}
.fe-popups-floating[data-side=top] .fe-popups-floating__arrow::after {
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 3px;
}
.fe-popups-floating[data-side=bottom] .fe-popups-floating__arrow::after {
  top: -1px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 3px;
}
.fe-popups-floating__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.fe-popups-floating__arrow::after {
  content: "";
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 1px solid #DFE3E8;
  background-color: #FFF;
  transform: rotate(45deg);
}
.fe-popups-floating.is-transparent {
  background: transparent;
  box-shadow: unset;
}
.fe-popups-theme--dark .fe-popups-floating {
  border-color: #313235;
  background-color: #222325;
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-floating__arrow::after {
  content: "";
  border: 1px solid #313235;
  background-color: #222325;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-floating.is-tooltip {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.fe-popups-tooltip {
  max-width: 320px;
  padding: 4px 6px;
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  overflow-wrap: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-tooltip:focus {
  outline: none;
}
.fe-popups-tooltip.is-popover {
  padding: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-theme--dark .fe-popups-tooltip {
  border-color: #313235;
  background-color: #222325;
}
.fe-popups-tooltip-enter-active,
.fe-popups-tooltip-leave-active {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.fe-popups-tooltip-enter-from,
.fe-popups-tooltip-leave-to {
  opacity: 0;
  transform: scale(0);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-tag {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 20px;
  padding: 1px 7px;
  border-radius: 4px;
  background-color: #F7F9FA;
  outline-offset: 2px;
}
.fe-popups-tag + .fe-popups-tag {
  margin-left: 6px;
}
.fe-popups-tag--sm {
  min-height: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.fe-popups-tag--lg {
  min-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.fe-popups-tag--info {
  color: #2A2B2D;
}
.fe-popups-tag--danger {
  border: 1px solid #FF6682;
  color: #da1639;
}
.fe-popups-tag.is-disabled {
  background-color: #E6EBEF;
  color: #ADB1B8;
}
.fe-popups-tag.is-disabled .fe-popups-tag__close {
  cursor: not-allowed;
}
.fe-popups-tag__close {
  outline-offset: 2px;
}
.fe-popups-tag__close.fe-popups-icon {
  margin-left: 4px;
  border-radius: 0;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
.fe-popups-tag__close.fe-popups-icon:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-tag__close.fe-popups-icon:active:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-tag__label {
  flex: 1 1 auto;
  max-width: 144px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.is-vue3-keyboard-event .fe-popups-tag:focus {
  outline: 2px solid #4B96F1;
}
.is-vue3-keyboard-event .fe-popups-tag .fe-popups-tag__close:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event .fe-popups-tag:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--dark.is-vue3-keyboard-event .fe-popups-tag .fe-popups-tag__close:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--dark .fe-popups-tag {
  background-color: #2A2B2D;
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-tag--info {
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-tag--danger {
  border-color: #DA1639;
  color: #FF6682;
}
.fe-popups-theme--dark .fe-popups-tag.is-disabled {
  background-color: #313235;
}
.fe-popups-theme--dark .fe-popups-tag.is-disabled .fe-popups-tag__label {
  color: #596069;
}
.fe-popups-theme--dark .fe-popups-tag.is-disabled .fe-popups-tag__close {
  color: #596069;
}
.fe-popups-theme--dark .fe-popups-tag .fe-popups-tag__close.fe-popups-icon:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark .fe-popups-tag .fe-popups-tag__close.fe-popups-icon:active:not(.is-disabled) {
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-theme--highContrast .fe-popups-tag .fe-popups-tag__close {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-tag .fe-popups-tag__close.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-tag.is-disabled {
  border-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-tag.is-disabled .fe-popups-tag__label {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select-input {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #C1C6CE;
  border-radius: 8px;
  outline-offset: 2px;
  cursor: pointer;
}
.fe-popups-select-input .fe-popups-select-input__clear.fe-popups-button {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  font-size: 16px;
  transform: translateY(-50%);
}
.fe-popups-select-input .fe-popups-select-input__clear.fe-popups-button .fe-popups-icon {
  color: #686F79;
}
.fe-popups-select-input .fe-popups-select-input__tags .fe-popups-tag {
  margin: 4px 4px 0 0;
}
.fe-popups-select-input:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-select-input.is-errored {
  border-color: #FF6682;
}
.fe-popups-select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 30px;
  padding-right: 23px;
  padding-left: 7px;
  font-size: 14px;
  line-height: 1;
}
.fe-popups-select-input__wrapper.is-multiple {
  padding: 3px 23px 3px 7px;
}
.fe-popups-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 27px;
}
.fe-popups-select-input__wrapper.is-has-lead-icon {
  padding-left: 27px;
}
.fe-popups-select-input__span {
  display: inline-block;
  overflow: hidden;
  min-width: 60px;
  max-width: 100%;
  border: none;
  color: #2A2B2D;
  outline: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-select-input__span::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.fe-popups-select-input__span:focus {
  outline: none;
}
.fe-popups-select-input__span.is-placeholder {
  color: #686F79;
}
.fe-popups-select-input__span.is-disabled {
  color: #ADB1B8;
}
.fe-popups-select-input__span.is-displaying-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fe-popups-select-input__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
  padding: 2px 0;
}
.fe-popups-select-input__chevron.fe-popups-icon {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 16px;
  color: #2A2B2D;
  font-size: 16px;
  transition: transform 0.3s linear;
  transform: translateY(-50%);
}
.fe-popups-select-input__chevron.is-rotated {
  transform: translateY(-50%) rotate(180deg);
}
.fe-popups-select-input.is-disabled {
  border-color: #E6EBEF;
  cursor: not-allowed;
}
.fe-popups-select-input.is-disabled .fe-popups-select-input__chevron {
  color: #ADB1B8;
}
.fe-popups-select-input--sm {
  border-radius: 6px;
}
.fe-popups-select-input--sm .fe-popups-select-input__clear.fe-popups-button {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper {
  min-height: 22px;
  padding-right: 21px;
  font-size: 12px;
  line-height: 1;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper.is-multiple {
  padding: 1px 21px 1px 7px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 25px;
}
.fe-popups-select-input--sm .fe-popups-select-input__wrapper.is-has-lead-icon {
  padding-left: 25px;
}
.fe-popups-select-input--sm .fe-popups-select-input__span {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-select-input--sm .fe-popups-select-input__chevron.fe-popups-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
.fe-popups-select-input--lg {
  border-radius: 10px;
}
.fe-popups-select-input--lg .fe-popups-select-input__clear.fe-popups-button {
  right: 11px;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper {
  min-height: 38px;
  padding-right: 29px;
  padding-left: 11px;
  font-size: 16px;
  line-height: 1;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper.is-multiple {
  padding: 3px 29px 3px 11px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper.is-multiple.is-has-lead-icon {
  padding-left: 33px;
}
.fe-popups-select-input--lg .fe-popups-select-input__wrapper.is-has-lead-icon {
  padding-left: 33px;
}
.fe-popups-select-input--lg .fe-popups-select-input__span {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-select-input--lg .fe-popups-select-input__chevron.fe-popups-icon {
  right: 11px;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.is-vue3-keyboard-event .fe-popups-select-input.is-focusing {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input {
  border-color: #555B62;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input .fe-popups-select-input__clear .fe-popups-icon {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input.is-errored {
  border-color: #DA1639;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input .fe-popups-select-input__span {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input .fe-popups-select-input__span.is-placeholder {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input .fe-popups-select-input__span.is-disabled {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input .fe-popups-select-input__chevron {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input.is-disabled {
  border-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-input.is-disabled .fe-popups-select-input__chevron {
  color: #596069;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-select-input.is-focusing {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--highContrast .fe-popups-select-input {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__span.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-input.is-disabled {
  border-color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-input.is-disabled .fe-popups-select-input__chevron {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__chevron {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__span {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select-input .fe-popups-select-input__span.is-placeholder {
  color: GrayText;
}
.fe-popups-theme--highContrast.is-vue3-keyboard-event .fe-popups-select-input.is-focusing {
  outline: 2px solid Highlight;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background-color: #FFF;
}
.fe-popups-select__menu {
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
}
.fe-popups-select__menu .fe-popups-scrollbar__track {
  right: 2px;
}
.fe-popups-select__leading {
  position: absolute;
  top: 50%;
  left: 7px;
  display: flex;
  height: 16px;
  color: #686F79;
  font-size: 16px;
  transform: translateY(-50%);
}
.fe-popups-select__leading.is-disabled {
  color: #ADB1B8;
}
.fe-popups-select__list {
  margin: 8px;
  padding: 0;
  outline: 0;
}
.fe-popups-select__list.is-no-data {
  height: 0;
  margin: 0;
}
.fe-popups-select__empty {
  padding: 8px 0;
  color: #686F79;
  outline: 0;
  font-size: 14px;
  text-align: center;
}
.fe-popups-select__loading {
  position: relative;
  height: 40px;
}
.fe-popups-select--sm .fe-popups-select__leading {
  height: 14px;
  font-size: 14px;
}
.fe-popups-select--lg .fe-popups-select__leading {
  left: 11px;
  height: 18px;
  font-size: 18px;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select {
  background-color: #131619;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select .fe-popups-select__menu {
  border-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select .fe-popups-select__leading {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select .fe-popups-select__leading.is-disabled {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select .fe-popups-select__empty {
  color: #939BA4;
}
.fe-popups-theme--highContrast .fe-popups-select .fe-popups-select__leading {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select .fe-popups-select__leading.is-disabled {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select-option {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 4px;
  outline: none;
  outline-offset: 2px;
  text-align: left;
  cursor: pointer;
}
.fe-popups-select-option:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-select-option .is-clipped {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-select-option .is-clipped::after {
  content: "";
  display: block;
}
.fe-popups-select-option .fe-popups-checkbox {
  display: block;
}
.fe-popups-select-option .fe-popups-checkbox .fe-popups-checkbox__wrap {
  display: flex;
}
.fe-popups-select-option .fe-popups-checkbox .fe-popups-checkbox__wrap .fe-popups-checkbox__label {
  flex: 1;
  min-width: 0;
}
.fe-popups-select-option__checkbox-content {
  flex: 1;
  min-width: 0;
}
.fe-popups-select-option__checkbox-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-popups-select-option__content {
  flex: 1;
  color: #2A2B2D;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-select-option__desc {
  color: #686F79;
}
.fe-popups-select-option__helper-icon {
  margin-left: 8px;
  border-radius: 4px;
}
.fe-popups-select-option__helper-icon:focus {
  outline: 2px solid #4B96F1;
  outline-offset: 2px;
}
.fe-popups-select-option.is-sibling-selected {
  padding-right: 32px;
}
.fe-popups-select-option.is-disabled {
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-select-option.is-disabled .fe-popups-select-option__content {
  color: #ADB1B8;
}
.fe-popups-select-option.is-disabled .fe-popups-select-option__desc {
  color: #ADB1B8;
}
.fe-popups-select-option.is-disabled .fe-popups-select-option__helper-icon {
  color: #2A2B2D;
}
.fe-popups-select-option__checkmark {
  margin-left: 8px;
  color: #2A2B2D;
  font-size: 16px;
}
.is-vue3-keyboard-event .fe-popups-select-option:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option .fe-popups-select-option__content {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option .fe-popups-select-option__desc {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option .fe-popups-select-option__helper-icon:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option.is-disabled {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option.is-disabled .fe-popups-select-option__content {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option.is-disabled .fe-popups-select-option__desc {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option.is-disabled .fe-popups-select-option__helper-icon {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option .fe-popups-select-option__checkmark {
  color: #F7F9FA;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-select-option:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--highContrast .fe-popups-select-option .fe-popups-select-option__helper-icon {
  color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-select-option.is-disabled {
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-select-option.is-disabled .fe-popups-select-option__content {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-select-option-group {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fe-popups-select-option-group:not(:last-of-type) {
  padding-bottom: 16px;
}
.fe-popups-select-option-group:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-bottom: 1px solid #DFE3E8;
}
.fe-popups-select-option-group__title {
  padding: 8px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-select-option-group__inner {
  margin: 0;
  padding: 0;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option-group:not(:last-of-type)::after {
  border-bottom-color: #313235;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-select-option-group__title {
  color: #939BA4;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-form-item {
  margin-bottom: 16px;
}
.fe-popups-form-item:last-child {
  margin-bottom: 0;
}
.fe-popups-form-item .fe-popups-form-item__label-suffix .fe-popups-button__inner-icon {
  color: #8E9194;
}
.fe-popups-form-item.is-disabled .fe-popups-form-item__label {
  color: #ADB1B8;
}
.fe-popups-form-item.is-disabled .fe-popups-form-item__helper-text {
  color: #ADB1B8;
}
.fe-popups-form-item__label-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1;
}
.fe-popups-form-item__label-wrapper.is-no-margin {
  margin-bottom: 0;
}
.fe-popups-form-item__label-content {
  flex: 1;
}
.fe-popups-form-item__link {
  margin-left: 4px;
}
.fe-popups-form-item__widgets {
  line-height: 1;
}
.fe-popups-form-item__label {
  color: #2A2B2D;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-form-item__optional {
  margin-left: 4px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-form-item__label-suffix {
  display: contents;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-form-item__label-suffix .fe-popups-button__icon.fe-popups-button--sm {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.fe-popups-form-item__label-suffix-inner {
  width: 0;
  margin-left: 4px;
}
.fe-popups-form-item__asterisk {
  margin-left: 4px;
  color: #da1639;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-form-item__helper-text {
  margin-top: 4px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-form-item__error {
  display: flex;
  margin-top: 4px;
}
.fe-popups-form-item__error-icon {
  margin-top: 2px;
  color: #da1639;
  font-size: 12px;
}
.fe-popups-form-item__error-text {
  margin-left: 4px;
  color: #da1639;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__label-suffix .fe-popups-button__inner-icon {
  color: #8E9194;
}
.fe-popups-theme--dark .fe-popups-form-item.is-disabled .fe-popups-form-item__label {
  color: #596069;
}
.fe-popups-theme--dark .fe-popups-form-item.is-disabled .fe-popups-form-item__helper-text {
  color: #596069;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__label {
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__optional {
  color: #939BA4;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__asterisk {
  color: #FF6682;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__helper-text {
  color: #939BA4;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__error {
  color: #FF6682;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__error-icon {
  color: #FF6682;
}
.fe-popups-theme--dark .fe-popups-form-item .fe-popups-form-item__error-text {
  color: #FF6682;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
.fe-popups-floating.is-popover-container {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.fe-popups-popover {
  position: relative;
  max-width: 360px;
  padding: 12px;
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  background-color: #FFF;
  color: #2A2B2D;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
}
.fe-popups-popover .fe-popups-button.fe-popups-popover--closable {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.fe-popups-popover__content {
  line-height: 18px;
}
.fe-popups-popover__content.is-padding-for-close {
  padding-right: 28px;
}
.fe-popups-popover__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-popover__actionable {
  margin-top: 16px;
  text-align: right;
}
.fe-popups-theme--dark .fe-popups-popover {
  border-color: #313235;
  background-color: #222325;
  color: #F7F9FA;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.fe-popups-overlay.is-transparent {
  background-color: transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-context .fe-popups-textarea__inner {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fe-popups-context .fe-popups-textarea__inner::placeholder {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Chinese Quotes", "Inter var", Inter, ui-sans-serif, Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fe-popups-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fe-popups-textarea.is-exceed .fe-popups-textarea__inner {
  border-color: #FF6682;
}
.fe-popups-textarea.is-exceed .fe-popups-textarea__count {
  color: #da1639;
}
.fe-popups-textarea__count {
  margin-top: 4px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-textarea__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 7px;
  border: 1px solid #C1C6CE;
  border-radius: 8px;
  background-color: transparent;
  color: #2A2B2D;
  outline-offset: 2px;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
  appearance: none;
  scrollbar-width: thin;
  scrollbar-color: #949494 transparent;
}
.fe-popups-textarea__inner::placeholder {
  color: #686F79;
  opacity: 1;
}
.fe-popups-textarea__inner:focus {
  border-color: #4B96F1;
  outline: none;
}
.fe-popups-textarea__inner:hover:not(:focus, .is-disabled, .is-readonly) {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-textarea__inner.is-errored {
  border-color: #FF6682;
}
.fe-popups-textarea__inner.is-disabled {
  border-color: #E6EBEF;
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-textarea__inner.is-disabled::placeholder {
  color: #ADB1B8;
}
.fe-popups-textarea__inner.is-disabled:focus {
  outline: none;
}
.fe-popups-textarea__inner.is-readonly {
  border-color: #C1C6CE;
  background-color: #F7F9FA;
  color: #686F79;
  cursor: not-allowed;
}
.fe-popups-textarea__inner.is-readonly:focus {
  outline: none;
}
.fe-popups-textarea__inner.is-readonly::placeholder {
  color: #686F79;
}
.is-vue3-keyboard-event .fe-popups-textarea .fe-popups-textarea__inner:focus {
  outline: 2px solid #4B96F1;
}
.is-vue3-keyboard-event .fe-popups-textarea .fe-popups-textarea__inner.is-errored {
  border-color: #DA1639;
}
.is-vue3-keyboard-event.is-safari-or-mac-app .fe-popups-textarea .fe-popups-textarea__inner:focus {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #4B96F1;
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__count {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner {
  border-color: #555B62;
  color: #F7F9FA;
  scrollbar-color: #616365 transparent;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner::placeholder {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner:focus {
  border-color: #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner:hover:not(:focus, .is-disabled) {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-errored {
  border-color: #DA1639;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-disabled {
  border-color: #313235;
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-disabled:focus {
  outline: none;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-disabled::placeholder {
  color: #596069;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-readonly {
  border-color: #555B62;
  background-color: #2A2B2D;
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-readonly::placeholder {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea.is-exceed .fe-popups-textarea__inner {
  border-color: #DA1639;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea.is-exceed .fe-popups-textarea__count {
  color: #FF6682;
}
.is-vue3-keyboard-event.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea.is-exceed .fe-popups-textarea__inner {
  border-color: #DA1639;
}
.is-vue3-keyboard-event.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner:focus {
  outline: 2px solid #0D6BDE;
}
.is-vue3-keyboard-event.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-disabled:focus {
  outline: 2px solid #0D6BDE;
}
.is-vue3-keyboard-event.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-textarea .fe-popups-textarea__inner.is-errored {
  border-color: #DA1639;
}
.is-vue3-keyboard-event.fe-popups-theme--dark.is-safari-or-mac-app .fe-popups-textarea .fe-popups-textarea__inner:focus {
  box-shadow: 0 0 0 2px #131619, 0 0 0 4px #0D6BDE;
  outline: none;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner {
  border-color: ButtonText;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner:focus {
  border-color: Highlight;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner.is-disabled {
  border-color: GrayText;
  color: GrayText;
}
.fe-popups-theme--highContrast .fe-popups-textarea .fe-popups-textarea__inner.is-disabled::placeholder {
  color: GrayText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-badge {
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
}
.fe-popups-badge.is-uppercase {
  text-transform: uppercase;
}
.fe-popups-badge__wrapper {
  position: relative;
  display: inline-block;
}
.fe-popups-badge--top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100%;
}
.fe-popups-badge__notifier {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #DA1639;
}
.fe-popups-badge__notifier.fe-popups-badge--top-right {
  transform: translate(30%, -30%);
}
.fe-popups-badge__notifier.fe-popups-badge__md {
  width: 12px;
  height: 12px;
}
.fe-popups-badge__notifier.fe-popups-badge__lg {
  width: 16px;
  height: 16px;
}
.fe-popups-badge__notifier.fe-popups-badge__xl {
  width: 18px;
  height: 18px;
}
.fe-popups-badge__notifier.is-blue {
  background-color: #0D6BDE;
}
.fe-popups-badge__notifier.is-inverse {
  background-color: #FFF;
}
.fe-popups-badge__counter {
  padding: 2px 4px;
  border-radius: 9999px;
  background-color: #DA1639;
  color: #FFF;
  font-weight: 600;
}
.fe-popups-badge__counter.is-inverse {
  background-color: #FFF;
  color: #da1639;
}
.fe-popups-badge__counter.is-round-counter {
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 16px;
}
.fe-popups-badge__custom {
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 9999px;
  font-weight: 600;
}
.fe-popups-badge__lead-icon {
  margin-right: 2px;
}
.fe-popups-badge__custom.is-blue {
  border-color: #A8CCF8;
  background-color: #F2F8FF;
  color: #2057B1;
}
.fe-popups-badge__custom.is-gray {
  border-color: #DFE3E8;
  background-color: #F7F9FA;
  color: #555B62;
}
.fe-popups-badge__custom.is-green {
  border-color: #9ECEAD;
  background-color: #F2FFF6;
  color: #196830;
}
.fe-popups-badge__custom.is-orange {
  border-color: #FFAB81;
  background-color: #FFF7F2;
  color: #9D3B0F;
}
.fe-popups-badge__custom.is-yellow {
  border-color: #E1BD93;
  background-color: #FFF9F2;
  color: #884B0A;
}
.fe-popups-badge__custom.is-red {
  border-color: #F6AAB8;
  background-color: #FFF2F5;
  color: #AF1E30;
}
.fe-popups-badge__custom.is-purple {
  border-color: #EBDDF6;
  background-color: #F7F2FB;
  color: #73439A;
}
.fe-popups-badge__custom.is-cyan {
  border-color: #61F6F2;
  background-color: #D4FCFB;
  color: #006462;
}
.fe-popups-badge__custom.is-inverse {
  border-color: #FFF;
  background-color: transparent;
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__counter {
  background-color: #DA1639;
  color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__counter.is-inverse {
  background-color: #FFF;
  color: #da1639;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__notifier {
  background-color: #DA1639;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__notifier.is-blue {
  background-color: #0D6BDE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__notifier.is-inverse {
  background-color: #FFF;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-blue {
  border-color: #213C77;
  background-color: #1A2A52;
  color: #A8CCF8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-gray {
  border-color: #313235;
  background-color: #2A2B2D;
  color: #DFE3E8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-green {
  border-color: #174823;
  background-color: #123019;
  color: #9ECEAD;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-orange {
  border-color: #6B2C0F;
  background-color: #59260F;
  color: #FFAB81;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-yellow {
  border-color: #5D350E;
  background-color: #4D2D0E;
  color: #E1BD93;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-red {
  border-color: #771D23;
  background-color: #54171A;
  color: #F6AAB8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-purple {
  border-color: #38214C;
  background-color: #261735;
  color: #BB8CE0;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-cyan {
  border-color: #003130;
  background-color: #002322;
  color: #00B2AE;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-badge__custom.is-inverse {
  border-color: #FFF;
  background-color: transparent;
  color: #F7F9FA;
}
.fe-popups-theme--highContrast .fe-popups-badge__counter {
  forced-color-adjust: none;
}
.fe-popups-theme--highContrast .fe-popups-badge__notifier {
  forced-color-adjust: none;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-skeleton__item {
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: #DFE3E8;
}
.fe-popups-skeleton__item.is-has-space {
  margin-top: 8px;
}
.fe-popups-skeleton__circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.fe-popups-skeleton__button {
  width: 60px;
  height: 32px;
  border-radius: 8px;
}
.fe-popups-skeleton__text.is-last {
  width: 66%;
}
.fe-popups-skeleton__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
}
.fe-popups-skeleton__image svg {
  width: 22%;
  height: 22%;
  fill: #6E7680;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-skeleton__item {
  background-color: #555B62;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-skeleton__image svg {
  fill: #98A0A9;
}
.fe-popups-theme--highContrast .fe-popups-skeleton__item {
  forced-color-adjust: none;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
@keyframes skeleton-loading {
0% {
    background-position: 100% 50%;
}
100% {
    background-position: 0 50%;
}
}
.fe-popups-skeleton {
  width: 100%;
}
.fe-popups-skeleton.is-animated .fe-popups-skeleton__item {
  background: linear-gradient(90deg, #DFE3E8 25%, #F2F2F2 37%, #DFE3E8 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1s ease infinite;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-skeleton.is-animated .fe-popups-skeleton__item {
  background: linear-gradient(90deg, #555B62 25%, #a7adb4 37%, #555B62 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1s ease infinite;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-accordion {
  border-top: 1px solid #DFE3E8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion {
  border-top-color: #313235;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-accordion-item {
  border-bottom: 1px solid #DFE3E8;
}
.fe-popups-accordion-item__trigger {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 8px;
  border-radius: 2px;
  color: #2A2B2D;
  outline-offset: 2px;
  cursor: pointer;
}
.fe-popups-accordion-item__trigger:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-accordion-item__trigger:active:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-accordion-item__trigger.is-disabled {
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-accordion-item__title {
  display: flex;
  flex: 1;
  align-items: center;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-accordion-item__region {
  margin-left: 32px;
  color: #686F79;
}
.fe-popups-accordion-item__region.is-tight {
  margin-left: 8px;
}
.fe-popups-accordion-item__content {
  padding-bottom: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-accordion-item__arrow {
  font-size: 16px;
  transition: transform 0.3s;
}
.fe-popups-accordion-item__arrow.is-active {
  transform: rotate(90deg);
}
.fe-popups-accordion-item__arrow-rtl {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s;
  transform: rotate(-180deg);
}
.fe-popups-accordion-item__arrow-rtl.is-active {
  transform: rotate(-90deg);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item {
  border-bottom-color: #DFE3E8;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item .fe-popups-accordion-item__region {
  color: #939BA4;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item .fe-popups-accordion-item__trigger {
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item .fe-popups-accordion-item__trigger:hover:not(.is-disabled) {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item .fe-popups-accordion-item__trigger:active:not(.is-disabled) {
  background-color: rgba(0, 0, 0, 0.42);
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item .fe-popups-accordion-item__trigger.is-disabled {
  color: #596069;
}
.is-vue3-keyboard-event .fe-popups-accordion-item .fe-popups-accordion-item__trigger:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-accordion-item .fe-popups-accordion-item__trigger:focus {
  outline: 2px solid #0D6BDE;
}
.fe-popups-theme--highContrast .fe-popups-accordion-item .fe-popups-accordion-item__trigger {
  color: ButtonText;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-coach-mark-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.fe-popups-coach-mark-mask__content {
  width: 100%;
  height: 100%;
}
.fe-popups-coach-mark-mask__content path {
  cursor: "auto";
  pointer-events: auto;
  fill: rgba(0, 0, 0, 0.5);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-coach-mark--floating {
  min-width: 320px;
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.08), 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.fe-popups-coach-mark__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #DFE3E8;
  border-radius: 3px;
  background-color: #FFF;
  transform: rotate(45deg);
}
.fe-popups-theme--dark .fe-popups-coach-mark .fe-popups-coach-mark__arrow {
  border: 1px solid #313235;
  background-color: #222325;
}
.fe-popups-theme--dark .fe-popups-coach-mark--floating {
  border: 1px solid #313235;
  background-color: #131619;
}
.fe-popups-coach-mark-parent--hidden {
  overflow: hidden;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-coach-mark-step__container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #FFF;
}
.fe-popups-coach-mark-step__body {
  padding: 16px 12px;
  font-size: 14px;
}
.fe-popups-coach-mark-step__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-coach-mark-step__content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-coach-mark-step__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 12px;
}
.fe-popups-coach-mark-step__progress {
  padding-right: 8px;
  color: #686F79;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-theme--dark .fe-popups-coach-mark-step__container {
  background-color: #222325;
}
.fe-popups-theme--dark .fe-popups-coach-mark-step__title {
  color: #DFE3E8;
}
.fe-popups-theme--dark .fe-popups-coach-mark-step__progress {
  color: #939BA4;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-banner {
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  background-color: #F2F8FF;
  color: #2A2B2D;
  opacity: 1;
  transition: opacity 0.3s;
}
.fe-popups-banner .fe-popups-button.fe-popups-banner--closable {
  position: absolute;
  top: 14px;
  right: 16px;
}
.fe-popups-banner.is-closable {
  padding-right: 40px;
}
.fe-popups-banner.is-closable.is-dense {
  padding-right: 32px;
}
.fe-popups-banner.is-rounded {
  border-radius: 8px;
}
.fe-popups-banner.is-dense {
  padding: 8px;
}
.fe-popups-banner.is-dense .fe-popups-button.fe-popups-banner--closable {
  top: 6px;
  right: 8px;
}
.fe-popups-banner__main {
  display: flex;
  align-items: center;
  margin: 0;
}
.fe-popups-banner--success {
  background-color: #F2FFF6;
}
.fe-popups-banner--info {
  background-color: #F2F8FF;
}
.fe-popups-banner--warning {
  background-color: #FFF9F2;
}
.fe-popups-banner--danger {
  background-color: #FFF2F5;
}
.fe-popups-banner__icon {
  align-self: self-start;
  font-size: 20px;
  line-height: 1;
}
.fe-popups-banner__body {
  flex: 1;
  margin-right: 8px;
  margin-left: 8px;
}
.fe-popups-banner__title {
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.fe-popups-banner__content {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-banner__content.is-gapped {
  margin-top: 2px;
}
.fe-popups-banner__actionable {
  align-self: self-start;
  margin-right: 8px;
  line-height: 1;
  text-align: right;
}
.fe-popups-banner__actionable-bottom {
  margin-top: 8px;
  line-height: 1;
}
.fe-popups-banner-fade-enter-from,
.fe-popups-banner-fade-leave-active {
  opacity: 0;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-banner {
  background-color: #1A2A52;
  color: #F7F9FA;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-banner--success {
  background-color: #123019;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-banner--info {
  background-color: #1A2A52;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-banner--warning {
  background-color: #4D2D0E;
}
.fe-popups-theme--dark:not(.fe-popups-theme--highContrast) .fe-popups-banner--danger {
  background-color: #54171A;
}
.fe-popups-theme--highContrast .fe-popups-banner {
  border: 1px solid transparent;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-dialog {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  border: 1px solid #DFE3E8;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
}
.fe-popups-dialog.is-sm {
  width: 448px;
}
.fe-popups-dialog.is-md {
  width: 684px;
}
.fe-popups-dialog.is-lg {
  width: 920px;
}
.fe-popups-dialog.is-fullscreen {
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.fe-popups-dialog__header {
  padding: 24px 24px 16px;
}
.fe-popups-dialog__header.is-draggable {
  cursor: move;
  user-select: none;
}
.fe-popups-dialog__close.fe-popups-button {
  position: absolute;
  top: 24px;
  right: 24px;
}
.fe-popups-dialog__title {
  padding-right: 24px;
  color: #2A2B2D;
  overflow-wrap: break-word;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-dialog__body {
  padding: 0 24px;
  color: #2A2B2D;
}
.fe-popups-dialog__body.is-lost-footer {
  margin: 0 0 24px;
}
.fe-popups-dialog__body.is-allowed-resize {
  padding: 0;
}
.fe-popups-dialog__body-wrapper {
  padding: 0 24px 2px;
}
.fe-popups-dialog__footer {
  box-sizing: border-box;
  padding: 24px;
  text-align: right;
}
.fe-popups-theme--dark .fe-popups-dialog {
  border-color: #313235;
  background-color: #222325;
}
.fe-popups-theme--dark .fe-popups-dialog .fe-popups-dialog__title, .fe-popups-theme--dark .fe-popups-dialog .fe-popups-dialog__body, .fe-popups-theme--dark .fe-popups-dialog .fe-popups-dialog__footer {
  color: #F7F9FA;
}
.fe-popups-overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: auto;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-drawer {
  position: absolute;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 400px;
  border: 1px solid #DFE3E8;
  background-color: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.fe-popups-drawer.rtl {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.fe-popups-drawer.ltr {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.fe-popups-drawer.ttb {
  top: 0;
  left: 0;
  width: 100%;
}
.fe-popups-drawer.btt {
  bottom: 0;
  left: 0;
  width: 100%;
}
.fe-popups-drawer__close.fe-popups-button {
  position: absolute;
  top: 24px;
  right: 24px;
}
.fe-popups-drawer__header {
  padding: 24px 24px 16px 24px;
}
.fe-popups-drawer__title {
  padding-right: 24px;
  color: #2A2B2D;
  overflow-wrap: break-word;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-drawer__body-outer {
  flex: 1;
}
.fe-popups-drawer__body {
  padding: 0 24px;
  color: #2A2B2D;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-drawer__footer {
  box-sizing: border-box;
  padding: 24px;
  text-align: right;
}
.fe-popups-theme--dark .fe-popups-drawer {
  border-color: #313235;
  background: #222325;
}
.fe-popups-theme--dark .fe-popups-drawer .fe-popups-drawer__title, .fe-popups-theme--dark .fe-popups-drawer .fe-popups-drawer__body, .fe-popups-theme--dark .fe-popups-drawer .fe-popups-drawer__footer {
  color: #F7F9FA;
}
.drawer-fade-enter-active, .drawer-fade-leave-active {
  transition: all 0.3s;
}
.drawer-fade-enter-from, .drawer-fade-leave-to {
  opacity: 0;
}
.drawer-fade-enter-from .rtl.fe-popups-drawer, .drawer-fade-leave-to .rtl.fe-popups-drawer {
  transform: translateX(100%);
}
.drawer-fade-enter-from.rtl.fe-popups-drawer, .drawer-fade-leave-to.rtl.fe-popups-drawer {
  transform: translateX(100%);
}
.drawer-fade-enter-from .ltr.fe-popups-drawer, .drawer-fade-leave-to .ltr.fe-popups-drawer {
  transform: translateX(-100%);
}
.drawer-fade-enter-from.ltr.fe-popups-drawer, .drawer-fade-leave-to.ltr.fe-popups-drawer {
  transform: translateX(-100%);
}
.drawer-fade-enter-from .ttb.fe-popups-drawer, .drawer-fade-leave-to .ttb.fe-popups-drawer {
  transform: translateY(-100%);
}
.drawer-fade-enter-from.ttb.fe-popups-drawer, .drawer-fade-leave-to.ttb.fe-popups-drawer {
  transform: translateY(-100%);
}
.drawer-fade-enter-from .btt.fe-popups-drawer, .drawer-fade-leave-to .btt.fe-popups-drawer {
  transform: translateY(100%);
}
.drawer-fade-enter-from.btt.fe-popups-drawer, .drawer-fade-leave-to.btt.fe-popups-drawer {
  transform: translateY(100%);
}
.drawer-fade-enter-from, .drawer-fade-enter-active, .drawer-fade-enter-to, .drawer-fade-leave-from, .drawer-fade-leave-active, .drawer-fade-leave-to {
  overflow: hidden !important;
}
.drawer-fade-enter-to, .drawer-fade-leave-from {
  opacity: 1;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-toast {
  position: fixed;
  box-sizing: border-box;
  width: 400px;
  padding: 16px;
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  background-color: #FFF;
  color: #2A2B2D;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
}
.fe-popups-toast .fe-popups-button.fe-popups-toast--closable {
  align-self: flex-start;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.fe-popups-toast--right {
  right: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.fe-popups-toast--left {
  left: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.fe-popups-toast--center {
  left: 50%;
  transition: opacity 0.3s, transform 0.3s, top 0.3s;
  transform: translateX(-50%);
}
.fe-popups-toast__main {
  display: flex;
  align-items: center;
  margin: 0;
}
.fe-popups-toast__icon {
  align-self: flex-start;
}
.fe-popups-toast__icon.fe-popups-icon {
  font-size: 18px;
}
.fe-popups-toast__body {
  flex: 1;
  margin: 0 8px;
}
.fe-popups-toast__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-toast__content {
  word-break: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-toast__actionable {
  margin-top: 16px;
  text-align: right;
}
.fe-popups-theme--dark .fe-popups-toast {
  border: 1px solid #313235;
  background-color: #222325;
  color: #F7F9FA;
}
.fe-popups-toast-top-center-enter-from,
.fe-popups-toast-top-center-leave-to {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.fe-popups-toast-top-right-enter-from.fe-popups-toast--right,
.fe-popups-toast-bottom-right-enter-from.fe-popups-toast--right {
  right: 0;
  transform: translateX(100%);
}
.fe-popups-toast-top-left-enter-from.fe-popups-toast--left,
.fe-popups-toast-bottom-left-enter-from.fe-popups-toast--left {
  left: 0;
  transform: translateX(-100%);
}
.fe-popups-toast-top-right-leave-to,
.fe-popups-toast-top-left-leave-to,
.fe-popups-toast-bottom-right-leave-to,
.fe-popups-toast-bottom-left-leave-to {
  opacity: 0;
}
.fe-popups-toast-top-right-leave-to.fe-popups-toast--right,
.fe-popups-toast-bottom-right-leave-to.fe-popups-toast--right {
  right: 0;
  transform: translateX(100%);
}
.fe-popups-toast-top-left-leave-to.fe-popups-toast--left,
.fe-popups-toast-bottom-left-leave-to.fe-popups-toast--left {
  left: 0;
  transform: translateX(-100%);
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-tiered-menu__root-list {
  padding: 8px;
}
.fe-popups-tiered-menu__root-list:focus-visible {
  outline: none;
}
.fe-popups-tiered-menu__item {
  position: relative;
  border-radius: 4px;
  outline-offset: 2px;
}
.fe-popups-tiered-menu__item:focus-visible {
  outline: none;
}
.fe-popups-tiered-menu__item.is-separator:not(:first-of-type) .fe-popups-tiered-menu__item-content {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #DFE3E8;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-content {
  margin: 8px 8px 0 8px;
  padding: 8px 0 0 0;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-label {
  padding-bottom: 8px;
  color: var(--zoom-color-text-neutral);
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.fe-popups-tiered-menu__item.is-separator.is-empty .fe-popups-tiered-menu__item-label:empty {
  padding: 0;
}
.fe-popups-tiered-menu__item.is-separator.is-separator-empty .fe-popups-tiered-menu__item-content {
  height: 0;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content {
  padding: 8px;
  border-radius: unset;
  cursor: default;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-separator .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-danger > .fe-popups-tiered-menu__item-content {
  color: #da1639;
}
.fe-popups-tiered-menu__item.is-active > .fe-popups-tiered-menu__item-content {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content {
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-tiered-menu__item.is-disabled.is-danger .fe-popups-tiered-menu__item-content {
  color: #F7BAC6;
}
.fe-popups-tiered-menu__item-content {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 4px;
  color: #2A2B2D;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-tiered-menu__item-content:focus {
  outline: none;
}
.fe-popups-tiered-menu__item-content:hover {
  background-color: rgba(110, 118, 128, 0.12);
}
.fe-popups-tiered-menu__item-content:active {
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-tiered-menu__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.fe-popups-tiered-menu__item-label {
  flex: 1;
}
.fe-popups-tiered-menu__submenu-icon {
  margin-left: 8px;
}
.fe-popups-tiered-menu__submenu {
  position: absolute;
  top: -8px;
  left: calc(100% + 12px);
  padding: 8px;
  border: 1px solid #DFE3E8;
  border-radius: 8px;
  background-color: #FFF;
  color: #2A2B2D;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
[dir=rtl] .fe-popups-tiered-menu__submenu {
  right: calc(100% + 12px);
  left: auto;
}
.is-vue3-keyboard-event .fe-popups-tiered-menu__item:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item.is-separator:not(:first-of-type) .fe-popups-tiered-menu__item-content {
  border-top-color: #313235;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item.is-danger > .fe-popups-tiered-menu__item-content {
  color: #FF6682;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item.is-active > .fe-popups-tiered-menu__item-content {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item.is-disabled .fe-popups-tiered-menu__item-content {
  color: #596069;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item.is-disabled.is-danger .fe-popups-tiered-menu__item-content {
  color: #7A383B;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item-content {
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item-content:hover {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item-content:active {
  background-color: rgba(110, 118, 128, 0.42);
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item-content .fe-popups-tiered-menu__item-content:hover {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__item-content .fe-popups-tiered-menu__item-content:active {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-tiered-menu__submenu {
  border-color: #313235;
  background-color: #222325;
  color: #F7F9FA;
}
.is-vue3-keyboard-event.fe-popups-theme--dark .fe-popups-tiered-menu__item:focus {
  outline: 2px solid #0D6BDE;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-side-menu {
  position: relative;
  padding: 12px 8px;
  background-color: #FFF;
}
.fe-popups-side-menu__nav-wrapper {
  padding: 8px 0;
}
.fe-popups-side-menu__nav {
  padding: 4px;
}
.fe-popups-side-menu__sub {
  padding-left: 24px;
}
.fe-popups-side-menu__item-content {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 7px 8px;
  border-radius: 8px;
  color: #2A2B2D;
  outline-offset: 2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-side-menu__item-content:focus {
  outline: none;
}
.fe-popups-side-menu__item-content:hover {
  background-color: rgba(110, 118, 128, 0.12);
  color: #2A2B2D;
  text-decoration: none;
}
.fe-popups-side-menu__item-content.is-disabled {
  color: #ADB1B8;
  cursor: not-allowed;
}
.fe-popups-side-menu__item-content.is-disabled:hover {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-disabled:active {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-active {
  background-color: #0D6BDE;
  color: #FFF;
}
.fe-popups-side-menu__item-content.is-dragover {
  background-color: #0D6BDE;
  color: #FFF;
}
.fe-popups-side-menu__item-content.is-separator {
  height: 0;
  margin: 8px 8px 0 8px;
  padding: 0 0 8px 0;
  border-top: 1px solid #DFE3E8;
  border-radius: unset;
  cursor: default;
}
.fe-popups-side-menu__item-content.is-separator:hover {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-separator:active {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-title {
  cursor: text;
  user-select: auto;
}
.fe-popups-side-menu__item-content.is-title:hover {
  background-color: transparent;
}
.fe-popups-side-menu__item-content.is-title:active {
  background-color: transparent;
}
.fe-popups-side-menu__item-icon {
  margin-right: 8px;
  font-size: 16px;
}
.fe-popups-side-menu__item-label {
  flex: 1;
}
.fe-popups-side-menu__item-placeholader {
  width: 16px;
  margin-right: 8px;
}
.fe-popups-side-menu__item-badge {
  margin-left: 8px;
  font-size: 12px;
}
.fe-popups-side-menu__item-title {
  flex: 1;
  color: #686F79;
  font-size: 12px;
}
.fe-popups-side-menu__submenu-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: transform 0.3s ease-in-out;
}
.fe-popups-side-menu__submenu-icon--expanded {
  transform: rotate(90deg);
}
.fe-popups-side-menu__submenu-icon-rtl {
  margin-right: 8px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.fe-popups-side-menu__submenu-icon-rtl--expanded {
  transform: rotate(-90deg);
}
.fe-popups-side-menu__column-resize-proxy {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 10;
  width: 0;
  border-left: 2px solid #98A0A9;
  pointer-events: none;
}
.fe-popups-side-menu__column-resize-proxy.is-active {
  border-color: #4B96F1;
}
.fe-popups-side-menu__empty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fe-popups-side-menu__empty img {
  width: 150px;
}
.is-vue3-keyboard-event .fe-popups-side-menu__item-content:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark .fe-popups-side-menu {
  background-color: #131619;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content {
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content:hover {
  background-color: rgba(110, 118, 128, 0.33);
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-disabled {
  color: #596069;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-disabled:hover {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-disabled:active {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-active {
  background-color: #0D6BDE;
  color: #FFF;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-separator {
  border-color: #313235;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-separator:hover {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-separator:active {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-title:hover {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-content.is-title:active {
  background-color: transparent;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__column-resize-proxy {
  border-color: #686F79;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__column-resize-proxy.is-active {
  border-color: #0D6BDE;
}
.fe-popups-theme--dark .fe-popups-side-menu .fe-popups-side-menu__item-title {
  color: #939BA4;
}
.is-vue3-keyboard-event.fe-popups-theme--dark .fe-popups-side-menu__item-content:focus {
  outline: 2px solid #0D6BDE;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-message-box {
  position: relative;
  box-sizing: border-box;
  width: 400px;
  margin: auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
}
.fe-popups-message-box__header {
  padding-bottom: 16px;
}
.fe-popups-message-box__title {
  color: #2A2B2D;
  font-weight: 600;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.fe-popups-message-box__content {
  position: relative;
  color: #2A2B2D;
  word-wrap: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.fe-popups-message-box__btns {
  padding-top: 24px;
  text-align: right;
}
.fe-popups-message-box__btns button:nth-child(2) {
  margin-left: 8px;
}
.fe-popups-theme--dark .fe-popups-message-box {
  background-color: #222325;
}
.fe-popups-theme--dark .fe-popups-message-box__title {
  color: #F7F9FA;
}
.fe-popups-theme--dark .fe-popups-message-box__content {
  color: #F7F9FA;
}
.fe-popups-overlay-message-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: auto;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-ellipsis-expand {
  width: 100%;
}
.fe-popups-ellipsis-expand .content {
  overflow: hidden;
  width: 100%;
  word-break: break-word;
}
.fe-popups-ellipsis-expand__text {
  display: inline;
  padding-left: 4px;
  border-radius: 4px;
  color: #0D6BDE;
  outline-offset: -2px;
  word-break: keep-all;
  cursor: pointer;
}
.fe-popups-ellipsis-expand__copy {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-line-clamp: none;
}
.fe-popups-theme--highContrast .fe-popups-ellipsis-expand__text {
  color: ButtonText;
}
.is-vue3-keyboard-event .fe-popups-ellipsis-expand .fe-popups-ellipsis-expand__text:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event .fe-popups-ellipsis-expand .fe-popups-ellipsis-expand__text:focus {
  outline: 2px solid #0D6BDE;
}/* BEM support Func
 -------------------------- */
/* ========== Light Colors format: $color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/*
usage: fill | text | icon | border | state | underlay
expression: inverse | global | contrary | blend
prominence: default | subtle | subtler | strong | stronger
sentiment: neutral | primary | error | warning | success | complimentary | supplementary2 | transparent | light-transparent | dark-transparent
state: hover | press | disable | inactive
*/
/* ========== Dark Colors format: $dark-color-{usage}-{expression?}-${prominence?}-${sentiment?} ========== */
/* focus-shadow
--------------- */
/* outline */
/* focus-box-shadow */
/* Border
-------------------------- */
/* line-height
-------------------------- */
/* Transition
-------------------------- */
/* Break-point
-------------------------- */
/* Break-points
 -------------------------- */
.fe-popups-ellipsis-tooltip {
  overflow: hidden;
  outline-offset: 2px;
}
.fe-popups-ellipsis-tooltip:not(.fe-popups-ellipsis-tooltip--line-clamp) {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  white-space: nowrap;
}
.fe-popups-ellipsis-tooltip--line-clamp {
  display: -webkit-inline-box;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
}
.fe-popups-ellipsis-tooltip--cursor-pointer {
  cursor: pointer;
}
.is-vue3-keyboard-event .fe-popups-ellipsis-tooltip:focus {
  outline: 2px solid #4B96F1;
}
.fe-popups-theme--dark.is-vue3-keyboard-event:not(.fe-popups-theme--highContrast) .fe-popups-ellipsis-tooltip:focus {
  outline: 2px solid #0D6BDE;
}