/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.typography-module__resetButton--Ay9kB {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
/** default body block variant */
.typography-module__root--D8Olb {
    box-sizing: border-box;
    color: rgba(51, 51, 51, 1);
    font-weight: normal;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    margin: 0;
    font-variant-numeric: slashed-zero;
    font-feature-settings: "liga", "clig";
}
.typography-module__ellipsis--EsW4J {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.typography-module__condensed--Kq2iG {
    font-family: "IBM Plex Sans Condensed", "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
}
/** box */
.typography-module__inline--YDQ8a {
    display: inline;
}
.typography-module__paragraph--uMK29 {
    display: block;
    margin-bottom: 14px;
}
/** header variant */
.typography-module__header--VJQPn {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.typography-module__header--VJQPn.typography-module__paragraph--uMK29 {
    margin-top: 24px;
    margin-bottom: 8px;
}
.typography-module__header--VJQPn.typography-module__quiet--qV01H {
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
/** title variant */
.typography-module__title--bKThT {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.typography-module__title--bKThT.typography-module__paragraph--uMK29 {
    margin-top: 16px;
    margin-bottom: 8px;
}
.typography-module__title--bKThT.typography-module__quiet--qV01H {
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
/** section */
.typography-module__section--Bhicq {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.typography-module__section--Bhicq.typography-module__paragraph--uMK29 {
    margin-top: 16px;
    margin-bottom: 8px;
}
.typography-module__section--Bhicq.typography-module__quiet--qV01H {
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
/** section */
.typography-module__body--caD2s {
    font-size: 14px;
    line-height: 20px;
}
.typography-module__body--caD2s.typography-module__paragraph--uMK29 {
    margin-top: 4px;
    margin-bottom: 4px;
}
.typography-module__body--caD2s.typography-module__inverted--AhRkd {
    color: rgba(235, 237, 239, 1);
}
.typography-module__body--caD2s.typography-module__inverted--AhRkd.typography-module__quiet--qV01H {
    color: rgba(235, 237, 239, 0.6);
}
/** caption variant */
.typography-module__caption--XPXwW {
    font-size: 12px;
    line-height: 18px;
}
.typography-module__caption--XPXwW.typography-module__paragraph--uMK29 {
    margin-top: 4px;
    margin-bottom: 4px;
}
.typography-module__caption--XPXwW.typography-module__inverted--AhRkd {
    color: rgba(235, 237, 239, 1);
}
.typography-module__caption--XPXwW.typography-module__inverted--AhRkd.typography-module__quiet--qV01H {
    color: rgba(235, 237, 239, 0.6);
}
/** quiet */
.typography-module__quiet--qV01H {
    color: rgba(130, 130, 130, 1);
}
/** inverted */
.typography-module__inverted--AhRkd {
    color: rgba(255, 255, 255, 1);
}
.typography-module__inverted--AhRkd.typography-module__quiet--qV01H {
    color: rgba(255, 255, 255, 1);
}
/** statuses */
.typography-module__success--Ci6qY {
    color: rgba(101, 140, 49, 1);
}
.typography-module__success--Ci6qY.typography-module__inverted--AhRkd {
    color: rgba(119, 171, 48, 1);
}
.typography-module__alarm--ZA25H {
    color: rgb(231, 96, 96);
}
.typography-module__alarm--ZA25H.typography-module__inverted--AhRkd {
    color: rgba(244, 113, 113, 1);
}
.typography-module__warning--QrTNd {
    color: rgba(231, 133, 35, 1);
}
.typography-module__warning--QrTNd.typography-module__inverted--AhRkd {
    color: rgba(246, 166, 85, 1);
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.avatar-module__resetButton--eM9wk {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.avatar-module__root--bTpnh {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(130, 130, 130, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.avatar-module__letter--HX_q8 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.avatar-module__letter--HX_q8:first-child {
    margin-top: 3px;
    margin-left: 4px;
}
.avatar-module__letter--HX_q8:last-child {
    margin-top: -2px;
    margin-left: -4px;
    text-shadow: rgba(130, 130, 130, 1) 1px 1px;
}
.avatar-module__letter--HX_q8:only-child {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

.fade-module__root--hRJ5C {
    will-change: opacity;
}

.fade-module__enter--FEdZl {
    opacity: 1;
}

.fade-module__entering--_gGde {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.fade-module__exit--ly6yC {
    opacity: 0;
}

.fade-module__exiting--ln8ww {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

.backdrop-module__root--HFFLt {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(11, 21, 40, 0.7);

    /**
      * Use negative `z-index` because Backdrop always should be behind
      * a content of a container that uses Backdrop.
      * So the container should has its own `z-index`
      * in accordance with situation.
      */
    z-index: -1;

    /* Remove grey highlight */
    -webkit-tap-highlight-color: transparent;

    /* Disable scroll capabilities. */
    touch-action: none;
}

.backdrop-module__invisible--jN_uH {
    background: transparent;
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.badge-module__resetButton--SE52D {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.badge-module__root--iE2qQ {
    height: 20px;
    display: inline-flex;
    align-items: center;
    min-width: 20px;
    min-height: 20px;
}

.badge-module__content--MDJHQ {
    display: block;
    min-width: 16px;
    min-height: 16px;
    box-sizing: border-box;
    padding: 1px 4px 0;
    text-align: center;
    font-size: 11px;
    border-radius: 2px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.badge-module__disableTextTransform--VFQdN {
    letter-spacing: normal;
    text-transform: none;
}

.badge-module__intentDefault--uGUom {
    background-color: rgba(28, 60, 125, 0.6);
    color: rgba(255, 255, 255, 1);
}

.badge-module__intentDefault--uGUom.badge-module__inverted--qVfLU {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
}

.badge-module__ghost--yKW8E {
    line-height: 13px;
}

.badge-module__intentDefault--uGUom.badge-module__ghost--yKW8E {
    color: rgba(130, 130, 130, 1);
    border: 1px solid rgba(199, 202, 209, 1);
    background-color: transparent;
}

.badge-module__inverted--qVfLU.badge-module__ghost--yKW8E {
    color: rgba(243, 245, 247, 1);
    border: 1px solid rgba(199, 202, 209, 1);
    background-color: transparent;
}

/* intent="warning" */

.badge-module__warning--fkbjr {
    background-color: rgba(231, 133, 35, 1);
    color: rgba(255, 255, 255, 1);
}

.badge-module__inverted--qVfLU.badge-module__warning--fkbjr {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(246, 166, 85, 1);
}

.badge-module__warning--fkbjr.badge-module__ghost--yKW8E {
    border: 1px solid rgba(231, 133, 35, 1);
    color: rgba(231, 133, 35, 1);
    background-color: transparent;
}

.badge-module__inverted--qVfLU.badge-module__warning--fkbjr.badge-module__ghost--yKW8E {
    border: 1px solid rgba(246, 166, 85, 1);
    color: rgba(246, 166, 85, 1);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/* stylelint-disable no-descending-specificity */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.button-base-module__resetButton--o_7oW {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

:root {
    --gs-background-normal-no-intent: rgba(222, 226, 231, 1);
    --gs-color-alarm-active: rgba(172, 32, 32, 1);
    --gs-background-ghost-no-intent: rgba(222, 226, 231, 0.6);
    --gs-background-ghost-no-intent-active: rgba(222, 226, 231, 1);
    --gs-box-shadow-normal-active: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.button-base-module__root--tSgbv {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(51, 51, 51, 1);
    font-weight: normal;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.button-base-module__root--tSgbv.button-base-module__disabled--TwI0i,
.button-base-module__root--tSgbv:disabled {
    cursor: not-allowed;
}

.button-base-module__root--tSgbv.button-base-module__focused--h3vo9,
.button-base-module__root--tSgbv:focus-within,
.button-base-module__root--tSgbv:focus {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}

.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__focused--h3vo9,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv:focus-within,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv:focus {
    box-shadow: 0 0 0 2px rgba(102, 153, 255, 0.5);
}

.button-base-module__normal--zZV5y.button-base-module__active--_4XLi,
.button-base-module__normal--zZV5y:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.button-base-module__normal--zZV5y.button-base-module__active--_4XLi.button-base-module__focused--h3vo9,
.button-base-module__normal--zZV5y.button-base-module__active--_4XLi:focus,
.button-base-module__normal--zZV5y:active.button-base-module__focused--h3vo9,
.button-base-module__normal--zZV5y:active:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(0, 68, 204, 0.25);
}

.button-base-module__inverted--w006j.button-base-module__normal--zZV5y.button-base-module__active--_4XLi.button-base-module__focused--h3vo9,
.button-base-module__inverted--w006j.button-base-module__normal--zZV5y.button-base-module__active--_4XLi:focus,
.button-base-module__inverted--w006j.button-base-module__normal--zZV5y:active.button-base-module__focused--h3vo9,
.button-base-module__inverted--w006j.button-base-module__normal--zZV5y:active:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(102, 153, 255, 0.5);
}

.button-base-module__root--tSgbv.button-base-module__normal--zZV5y.button-base-module__disabled--TwI0i,
.button-base-module__root--tSgbv.button-base-module__normal--zZV5y:disabled,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__normal--zZV5y.button-base-module__disabled--TwI0i,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__normal--zZV5y:disabled {
    box-shadow: none;
}

/* normal intent=no-intent */

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx {
    background: rgba(222, 226, 231, 1);
    color: rgba(28, 60, 125, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 0.6);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 0.6);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:hover {
    background: rgba(40, 93, 217, 1);
    color: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn .gs-svg-icon-fill,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:hover .gs-svg-icon-fill {
    fill: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn .gs-svg-icon-stroke,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:hover .gs-svg-icon-stroke {
    stroke: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:active {
    background: rgba(28, 60, 125, 1);
    color: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi .gs-svg-icon-fill,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:active .gs-svg-icon-fill {
    fill: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi .gs-svg-icon-stroke,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:active .gs-svg-icon-stroke {
    stroke: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__disabled--TwI0i,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:disabled {
    background: rgba(222, 226, 231, 1);
    color: rgba(130, 130, 130, 0.5);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__disabled--TwI0i .gs-svg-icon-fill,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:disabled .gs-svg-icon-fill {
    fill: rgba(130, 130, 130, 0.5);
}

.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx.button-base-module__disabled--TwI0i .gs-svg-icon-stroke,
.button-base-module__normal--zZV5y.button-base-module__noIntent--imcGx:disabled .gs-svg-icon-stroke {
    stroke: rgba(130, 130, 130, 0.5);
}

/* normal intent=accent */

.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ {
    background: rgba(0, 68, 204, 1);
    color: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ .gs-svg-icon-fill {
    fill: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ .gs-svg-icon-stroke {
    stroke: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn,
.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ:hover {
    background: rgba(40, 93, 217, 1);
}

.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi,
.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ:active {
    background: rgba(28, 60, 125, 1);
}

.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ.button-base-module__disabled--TwI0i,
.button-base-module__normal--zZV5y.button-base-module__accent--R0aFZ:disabled {
    background: rgba(130, 130, 130, 0.5);
}

/* normal intent=alarm */

.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ {
    background: rgb(231, 96, 96);
    color: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ .gs-svg-icon-fill {
    fill: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ .gs-svg-icon-stroke {
    stroke: rgba(255, 255, 255, 1);
}

.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ.button-base-module__hovered--gLQOn,
.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ:hover {
    background: rgba(244, 113, 113, 1);
}

.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi,
.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ:active {
    background: rgba(172, 32, 32, 1);
}

.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ.button-base-module__disabled--TwI0i,
.button-base-module__normal--zZV5y.button-base-module__alarm--jCYxQ:disabled {
    background: rgba(130, 130, 130, 0.5);
}

/* ghost intent=no-intent */

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx {
    color: rgba(28, 60, 125, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 0.6);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 0.6);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx {
    color: rgba(255, 255, 255, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx .gs-svg-icon-fill {
    fill: rgba(199, 202, 209, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx .gs-svg-icon-stroke {
    stroke: rgba(199, 202, 209, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn,
.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:hover {
    background: rgba(222, 226, 231, 0.6);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:hover {
    color: rgba(28, 60, 125, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn .gs-svg-icon-fill,
.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:hover .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn .gs-svg-icon-stroke,
.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:hover .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:hover .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 0.6);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__hovered--gLQOn .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:hover .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 0.6);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi,
.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:active,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:active {
    color: rgba(51, 51, 51, 1);
    background: rgba(222, 226, 231, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:active .gs-svg-icon-fill,
.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:active .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi .gs-svg-icon-fill {
    fill: rgba(51, 51, 51, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:active .gs-svg-icon-stroke,
.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx:active .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__noIntent--imcGx.button-base-module__active--_4XLi .gs-svg-icon-stroke {
    stroke: rgba(51, 51, 51, 1);
}

/* ghost intent=accent */

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ {
    color: rgba(28, 60, 125, 1);
    border: 1px solid rgba(199, 202, 209, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 0.6);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 0.6);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(130, 130, 130, 0.5);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ .gs-svg-icon-fill {
    fill: rgba(199, 202, 209, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ .gs-svg-icon-stroke {
    stroke: rgba(199, 202, 209, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn,
.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:hover {
    background: rgba(222, 226, 231, 0.6);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:hover,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn {
    color: rgba(28, 60, 125, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:hover .gs-svg-icon-fill,
.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:hover .gs-svg-icon-stroke,
.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:hover .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 0.6);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:hover .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__hovered--gLQOn .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 0.6);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi,
.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:active,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:active {
    color: rgba(51, 51, 51, 1);
    background: rgba(222, 226, 231, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:active .gs-svg-icon-fill,
.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:active .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi .gs-svg-icon-fill {
    fill: rgba(51, 51, 51, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:active .gs-svg-icon-stroke,
.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ:active .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__accent--R0aFZ.button-base-module__active--_4XLi .gs-svg-icon-stroke {
    stroke: rgba(51, 51, 51, 1);
}

/* ghost intent=alarm */

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ {
    color: rgb(231, 96, 96);
}

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ .gs-svg-icon-fill {
    fill: rgb(231, 96, 96);
}

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ .gs-svg-icon-stroke {
    stroke: rgb(231, 96, 96);
}

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__hovered--gLQOn,
.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:hover {
    background: rgba(244, 113, 113, 0.1);
}

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi,
.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:active {
    color: rgba(51, 51, 51, 1);
    background: rgba(244, 113, 113, 0.1);
}

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:active .gs-svg-icon-fill,
.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi .gs-svg-icon-fill {
    fill: rgba(51, 51, 51, 1);
}

.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:active .gs-svg-icon-stroke,
.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi .gs-svg-icon-stroke {
    stroke: rgba(51, 51, 51, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ {
    color: rgba(244, 113, 113, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ .gs-svg-icon-fill {
    fill: rgba(244, 113, 113, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ .gs-svg-icon-stroke {
    stroke: rgba(244, 113, 113, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:active {
    color: rgba(255, 255, 255, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:active .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi .gs-svg-icon-fill {
    fill: rgba(255, 255, 255, 1);
}

.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ:active .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__ghost--EOz2l.button-base-module__alarm--jCYxQ.button-base-module__active--_4XLi .gs-svg-icon-stroke {
    stroke: rgba(255, 255, 255, 1);
}

/* ghost disabled */

.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l.button-base-module__disabled--TwI0i,
.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l:disabled,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l.button-base-module__disabled--TwI0i,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l:disabled {
    background: none;
    color: rgba(130, 130, 130, 0.5);
    box-shadow: none;
}

.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l.button-base-module__disabled--TwI0i .gs-svg-icon-fill,
.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l:disabled .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l.button-base-module__disabled--TwI0i .gs-svg-icon-fill,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l:disabled .gs-svg-icon-fill {
    fill: rgba(130, 130, 130, 0.5);
}

.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l.button-base-module__disabled--TwI0i .gs-svg-icon-stroke,
.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l:disabled .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l.button-base-module__disabled--TwI0i .gs-svg-icon-stroke,
.button-base-module__inverted--w006j.button-base-module__root--tSgbv.button-base-module__ghost--EOz2l:disabled .gs-svg-icon-stroke {
    stroke: rgba(130, 130, 130, 0.5);
}

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
.button-module__root--bhoWr {
    border-radius: 4px;
    min-width: 0;
    min-height: 32px;
    padding: 6px 16px;
    position: relative;
}
.button-module__rounded--HbpPb {
    border-radius: 100em;
}
.button-module__iconStart--RIqd8 {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-left: -10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.button-module__iconEnd--oskDs {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-right: -10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.button-module__text--cFcrD {
    flex-shrink: 1;
    flex-grow: 0;
}
/**
 * In IE 11 `:active` selector does not work
 * for elements that have nested elements.
 */
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .button-module__iconStart--RIqd8,
    .button-module__iconEnd--oskDs {
        pointer-events: none;
    }

    *::-ms-backdrop,
    .button-module__text--cFcrD {
        pointer-events: none;
    }
}
.button-module__nowrap--L810S {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button-module__ghost--CifV4.button-module__accent--xp0r5 {
    padding: 5px 15px;
}
.button-module__iconStartSingle--vHudk {
    margin-right: -10px;
}
.button-module__iconEndSingle--SHY_a {
    margin-left: -10px;
}
.button-module__iconStartSingle--vHudk + .button-module__iconEndSingle--SHY_a {
    margin-left: 10px;
}
.button-module__small--K8BJE {
    min-height: 24px;
    padding: 2px 8px;
}
.button-module__submenuIndicator--koKiB {
    position: absolute;
    right: 3px;
    bottom: 3px;
}
.button-module__rounded--HbpPb .button-module__submenuIndicator--koKiB {
    right: 6px;
    bottom: 6px;
}
.button-module__small--K8BJE .button-module__iconStart--RIqd8 {
    margin-left: -6px;
}
.button-module__small--K8BJE .button-module__iconEnd--oskDs {
    margin-right: -6px;
}
.button-module__small--K8BJE .button-module__iconStartSingle--vHudk {
    margin-right: -6px;
}
.button-module__small--K8BJE .button-module__iconEndSingle--SHY_a {
    margin-left: -6px;
}
.button-module__small--K8BJE .button-module__iconStartSingle--vHudk + .button-module__iconEndSingle--SHY_a {
    margin-left: 6px;
}
.button-module__small--K8BJE.button-module__ghost--CifV4.button-module__accent--xp0r5 {
    padding: 1px 7px;
}
.button-module__tiny--eQihz {
    min-height: 20px;
    padding: 0 4px;
}
.button-module__tiny--eQihz .button-module__iconStart--RIqd8 {
    margin-left: -4px;
    margin-top: -1px;
    margin-bottom: -1px;
}
.button-module__tiny--eQihz .button-module__iconEnd--oskDs {
    margin-right: -4px;
    margin-top: -1px;
    margin-bottom: -1px;
}
.button-module__tiny--eQihz .button-module__iconStartSingle--vHudk {
    margin-right: -4px;
}
/* stylelint-disable-next-line no-descending-specificity */
.button-module__tiny--eQihz .button-module__iconEndSingle--SHY_a {
    margin-left: -4px;
}
.button-module__tiny--eQihz .button-module__iconStartSingle--vHudk + .button-module__iconEndSingle--SHY_a {
    margin-left: 4px;
}
.button-module__tiny--eQihz.button-module__ghost--CifV4.button-module__accent--xp0r5 {
    padding: 0 3px;
}
.button-module__tiny--eQihz .button-module__text--cFcrD {
    margin-top: -1px;
    margin-bottom: -1px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
.button-group-module__root--tIBac {
    display: flex;
    align-items: center;
}
.button-group-module__button--k7ftY:focus {
    z-index: 1;
}
.button-group-module__button--k7ftY:hover {
    z-index: 2;
}
.button-group-module__button--k7ftY:first-of-type,
.button-group-module__button--k7ftY.button-group-module__button--k7ftY:first-of-type:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.button-group-module__button--k7ftY:last-of-type,
.button-group-module__button--k7ftY.button-group-module__button--k7ftY:last-of-type:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.button-group-module__button--k7ftY:not(:last-of-type) {
    margin-right: 1px;
}
.button-group-module__ghostAccent--s_paA:not(:last-of-type) {
    margin-right: -1px;
}
.button-group-module__button--k7ftY:not(:first-of-type):not(:last-of-type),
.button-group-module__button--k7ftY:not(:first-of-type):not(:last-of-type):after {
    border-radius: 0;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.circular-countdown-module__resetButton--VKQDv {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.circular-countdown-module__root--YlZA1 {
    align-self: center;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform: rotate(-90deg);
}
.circular-countdown-module__progressCircle--AOVu6 {
    stroke: rgba(119, 171, 48, 1);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.controls-module__resetButton--iU7g7 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.controls-module__container--F4kbI {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: nowrap;
    min-width: 0;
}
.controls-module__alignCenter--MtD20 {
    align-items: center;
}
.controls-module__alignBaseline--ZoYpg {
    align-items: baseline;
}
.controls-module__gap1--zvrbO {
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
}
.controls-module__gap1--zvrbO > .controls-module__item--jxuf7 {
    margin: 0 2px;
}
.controls-module__gap2--DaxG5 {
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
}
.controls-module__gap2--DaxG5 > .controls-module__item--jxuf7 {
    margin: 0 4px;
}
.controls-module__gap4--D62FB {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
}
.controls-module__gap4--D62FB > .controls-module__item--jxuf7 {
    margin: 0 8px;
}
.controls-module__gap8--LX_7n {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
}
.controls-module__gap8--LX_7n > .controls-module__item--jxuf7 {
    margin: 0 16px;
}
.controls-module__justifyStart--soENl {
    justify-content: flex-start;
}
.controls-module__justifyEnd--c2Z5e {
    justify-content: flex-end;
}
.controls-module__justifyCenter--TBsxQ {
    justify-content: center;
}
.controls-module__justifySpaceBetween--m4rC_ {
    justify-content: space-between;
}
.controls-module__noWrap--NeNrT {
    flex-wrap: nowrap;
}
.controls-module__wrap--n59Xe {
    flex-wrap: wrap;
}
.controls-module__wrap--n59Xe.controls-module__gap1--zvrbO {
    margin-top: -2px;
    margin-bottom: -2px;
}
.controls-module__wrap--n59Xe.controls-module__gap1--zvrbO > .controls-module__item--jxuf7 {
    margin: 2px;
}
.controls-module__wrap--n59Xe.controls-module__gap2--DaxG5 {
    margin-top: -4px;
    margin-bottom: -4px;
}
.controls-module__wrap--n59Xe.controls-module__gap2--DaxG5 > .controls-module__item--jxuf7 {
    margin: 4px;
}
.controls-module__wrap--n59Xe.controls-module__gap4--D62FB {
    margin-top: -8px;
    margin-bottom: -8px;
}
.controls-module__wrap--n59Xe.controls-module__gap4--D62FB > .controls-module__item--jxuf7 {
    margin: 8px;
}
.controls-module__wrap--n59Xe.controls-module__gap8--LX_7n {
    margin-top: -16px;
    margin-bottom: -16px;
}
.controls-module__wrap--n59Xe.controls-module__gap8--LX_7n > .controls-module__item--jxuf7 {
    margin: 16px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
.controls-item-module__root--tLrUq {
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 0;
}
.controls-item-module__shrink--hNpTQ {
    flex-shrink: 1;
}
.controls-item-module__grow--PdRLR {
    flex-grow: 1;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.icon-module__resetButton--Sh5B5 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.icon-module__root--jsqsQ {
    align-self: center;
    vertical-align: bottom;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.icon-module__root--jsqsQ .gs-svg-icon-fill {
    fill: rgba(130, 130, 130, 1);
}
.icon-module__root--jsqsQ .gs-svg-icon-stroke {
    stroke: rgba(130, 130, 130, 1);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.overlay-module__resetButton--F6BTX {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.overlay-module__root--QMXAD {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
}
.overlay-module__invisible--bH0w_ {
    visibility: hidden;
    opacity: 0;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.paper-module__resetButton--VsR2H {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.paper-module__root--MkjTS {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(51, 51, 51, 0.05);
}
.paper-module__inverted--cHTrE {
    background-color: rgba(60, 64, 73, 1);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.dialog-module__resetButton--Tn0aq {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.dialog-module__overlay--GVYvM {
    align-items: center;
}
.dialog-module__container--lNAdI {
    display: flex;
    width: 100%;
}
.dialog-module__root--y4ddn {
    outline: none;
    position: relative;
    min-width: 320px;
    max-width: 640px;
    max-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 4px;
}
.dialog-module__small--zJwLC {
    width: 320px;
}
.dialog-module__medium--wjxFD {
    width: 480px;
}
.dialog-module__large--L3YfC {
    width: 640px;
}
.dialog-module__overlayScrollable--LicyQ .dialog-module__container--lNAdI {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: center;
}
.dialog-module__overlayScrollable--LicyQ .dialog-module__container--lNAdI:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.dialog-module__overlayScrollable--LicyQ .dialog-module__root--y4ddn {
    margin-top: 32px;
    margin-bottom: 32px;
    max-height: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.dialog-module__closeButton--gpAGJ {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.divider-module__resetButton--8SDZA {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
:root {
    --gs-divider-unit: calc(var(--gs-spacing-unit)/2);
}
.divider-module__root--sajap {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background: none;
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-bottom-color: rgba(199, 202, 209, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.divider-module__inverted--MyirD {
    border-bottom-color: rgba(130, 130, 130, 0.5);
}
.divider-module__dashed--d7nOK {
    border-bottom-style: dashed;
}
.divider-module__transparent--cS_m2 {
    /**
     * Safari collapses element and removes its margins
     * if it has not height.
     */
    height: 1px;
    border-bottom-color: transparent;
}
.divider-module__startGap1--tV8ZU {
    margin-top: 4px;
}
.divider-module__startGap2--HV0vX {
    margin-top: 8px;
}
.divider-module__startGap3--SmjkI {
    margin-top: 12px;
}
.divider-module__startGap4--UBDcM {
    margin-top: 16px;
}
.divider-module__startGap5--wIp0n {
    margin-top: 20px;
}
.divider-module__endGap1--xtYB7 {
    margin-bottom: 4px;
}
.divider-module__endGap2--jnCzT {
    margin-bottom: 8px;
}
.divider-module__endGap3--MTb6Q {
    margin-bottom: 12px;
}
.divider-module__endGap4--UlzOJ {
    margin-bottom: 16px;
}
.divider-module__endGap5--qnaPK {
    margin-bottom: 20px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.margin-box-module__resetButton--wLYBl {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.margin-box-module__root--bgKT2 {
    box-sizing: border-box;
}
.margin-box-module__inPage--rtRCr {
    padding-left: 24px;
    padding-right: 24px;
}
.margin-box-module__inDialog--vd9N7 {
    padding-left: 24px;
    padding-right: 32px;
}
.margin-box-module__inPage--rtRCr .margin-box-module__divider--UMgLb {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
}
.margin-box-module__inDialog--vd9N7 .margin-box-module__divider--UMgLb {
    margin-left: -24px;
    margin-right: -32px;
    width: calc(100% + 56px);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.margin-box-full-width-module__resetButton--i1GWO {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.margin-box-full-width-module__inPage--FXlhz {
    margin-left: -24px;
    margin-right: -24px;
}
.margin-box-full-width-module__inDialog--taC8Y {
    margin-left: -24px;
    margin-right: -32px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.dialog-header-module__resetButton--MiFYs {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.dialog-header-module__root--HsRaB {
    flex-shrink: 0;
    flex-grow: 0;
}
.dialog-header-module__shiftedContent--Rnj3H {
    padding-right: 44px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.dialog-footer-module__resetButton--Jc6Gx {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.dialog-footer-module__root--f9kR_ {
    flex-shrink: 0;
    flex-grow: 0;
}
.dialog-footer-module__content--XT2N5 {
    display: flex;
    align-items: baseline;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.dialog-body-module__resetButton--Nkhk3 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.dialog-body-module__root--O33nt {
    min-height: 0;
}
.dialog-body-module__scrollable--mnvFF {
    overflow: auto;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --duration: 300ms;
    --translate-base: 100%;
    --translate-shift: 24px;
    --duration-fast: 160ms;
    --translate-base-fast: 10%;
    --translate-shift-fast: 6px;
}

.slide-module__root--TLb0v {
    will-change: transform opacity;
}

.slide-module__enter--wykXM {
    transform: translate(0, 0);
    opacity: 1;
}

.slide-module__entering--yoT1k {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms,
        transform cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.slide-module__fast--Ba7Hz.slide-module__entering--yoT1k {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 160ms,
        transform cubic-bezier(0.4, 0, 0.2, 1) 160ms;
}

.slide-module__exiting--pLxtx {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms,
        transform cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}

.slide-module__fast--Ba7Hz.slide-module__exiting--pLxtx {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 160ms,
        transform cubic-bezier(0.4, 0, 0.2, 1) 160ms;
}

.slide-module__exitLeft--GJyxo {
    opacity: 0;
    transform: translateX(calc(-100% + -24px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateX(-100%)
        translateX(-24px);
}

.slide-module__fast--Ba7Hz.slide-module__exitLeft--GJyxo {
    transform: translateX(calc(-10% + -6px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateX(-10%)
        translateX(-6px);
}

.slide-module__exitRight--uGHnb {
    opacity: 0;
    transform: translateX(calc(100% + 24px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateX(100%) translateX(24px);
}

.slide-module__fast--Ba7Hz.slide-module__exitRight--uGHnb {
    transform: translateX(calc(10% + 6px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateX(10%) translateX(6px);
}

.slide-module__exitTop--SOaud {
    opacity: 0;
    transform: translateY(calc(-100% + -24px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateY(-100%)
        translateY(-24px);
}

.slide-module__fast--Ba7Hz.slide-module__exitTop--SOaud {
    transform: translateY(calc(-10% + -6px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateY(-10%)
        translateY(-6px);
}

.slide-module__exitBottom--OQPmA {
    opacity: 0;
    transform: translateY(calc(100% + 24px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateY(100%) translateY(24px);
}

.slide-module__fast--Ba7Hz.slide-module__exitBottom--OQPmA {
    transform: translateY(calc(10% + 6px));

    /* IE does not support calc in transforms */
    /* stylelint-disable-next-line property-no-vendor-prefix */
    -ms-transform: translateY(10%) translateY(6px);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.drawer-module__resetButton--TZqbG {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.drawer-module__root--qNORm {
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: none;
    border-bottom: none;
    overflow: auto;
    outline: none;
    display: flex;
    flex-direction: column;
}
.drawer-module__overlay--T2RwR {
    z-index: 900;
}
.drawer-module__leftSided--KoMo9 {
    left: 0;
    border-left: none;
}
.drawer-module__rightSided--qXxdR {
    right: 0;
    border-right: none;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.field-module__resetButton--CKUnm {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
:root {
    --gs-color-input-disabled-background: rgba(221, 224, 227, 1);
    --gs-color-input-invalid-background: rgba(253, 236, 236, 1);
    --gs-color-input-invalid-box-shadow: rgba(204, 34, 0, 0.25);
}
.field-module__root--OMt3t {
    color: rgba(51, 51, 51, 1);
    font-weight: normal;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: flex-start;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(199, 202, 209, 1);
    padding: 5px 7px;
    border-radius: 4px;
    transition-property: border-color, box-shadow, background-color;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 200px;
    outline: none;
    min-height: 32px;
    box-shadow: none;
}
.field-module__root--OMt3t::-moz-placeholder {
    color: rgba(130, 130, 130, 1);
}
.field-module__root--OMt3t::placeholder {
    color: rgba(130, 130, 130, 1);
}
/** Paddings and min-height does not work for select elements. */
/* stylelint-disable-next-line selector-no-qualifying-type */
select.field-module__root--OMt3t {
    height: 32px;
    align-items: center;
}
.field-module__root--OMt3t:focus,
.field-module__root--OMt3t.field-module__focused--wWhkZ {
    transition-property: background-color;
    border-color: rgba(0, 68, 204, 1);
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}
.field-module__root--OMt3t:invalid,
.field-module__root--OMt3t.field-module__invalid--WkLV0 {
    border-color: rgba(244, 113, 113, 1);
    background: rgba(253, 236, 236, 1);
}
.field-module__root--OMt3t:invalid:focus,
.field-module__root--OMt3t.field-module__invalid--WkLV0:focus,
.field-module__root--OMt3t:invalid.field-module__focused--wWhkZ,
.field-module__root--OMt3t.field-module__invalid--WkLV0.field-module__focused--wWhkZ {
    border-color: rgba(244, 113, 113, 1);
    box-shadow: 0 0 0 2px rgba(204, 34, 0, 0.25);
}
.field-module__root--OMt3t.field-module__root--OMt3t.field-module__disabled--eAV69 {
    border-color: rgba(199, 202, 209, 1);
    background: rgba(221, 224, 227, 1);
    cursor: not-allowed;
}
.field-module__fullWidth--rGF_r {
    width: 100%;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.flex-module__resetButton--Oo1Xw {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.flex-module__root--tagyP {
    box-sizing: border-box;
    white-space: normal;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 0;
}
.flex-module__container--Mk9BL {
    display: flex;
    align-items: center;
}
.flex-module__container--Mk9BL:after {
    /* IE11 align-items: center fix */
    content: "";
    display: block;
    min-height: inherit;
    font-size: 0;
}
.flex-module__baseline--uaomW {
    align-items: baseline;
}
.flex-module__gap0--bnnEn:not(:last-of-type) {
    margin-right: 0;
}
.flex-module__gap1--yYKNh:not(:last-of-type) {
    margin-right: 4px;
}
.flex-module__gap2--aTkiM:not(:last-of-type) {
    margin-right: 8px;
}
.flex-module__gap3--Y_m1E:not(:last-of-type) {
    margin-right: 12px;
}
.flex-module__gap4--cL3xm:not(:last-of-type) {
    margin-right: 16px;
}
.flex-module__shrink--G6qjw {
    flex-shrink: 1;
}
.flex-module__grow--vyARV {
    flex-grow: 1;
}
.flex-module__ellipsis--wN9ei {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-module__justifyStart--qp6ph {
    justify-content: flex-start;
}
.flex-module__justifyCenter--gI_BR {
    justify-content: center;
}
.flex-module__justifyEnd--Rzqtf {
    justify-content: flex-end;
}
.flex-module__alignStart--JYCGd {
    align-items: flex-start;
}
.flex-module__alignCenter--ydOCz {
    align-items: center;
}
.flex-module__alignBaseline--l7cYq {
    align-items: baseline;
}
.flex-module__alignEnd--kFzX4 {
    align-items: flex-end;
}
.flex-module__noWrap--GirWy {
    flex-wrap: nowrap;
}
.flex-module__wrap--fz94l {
    flex-wrap: wrap;
}
.flex-module__row--lSuno {
    flex-direction: row;
}
.flex-module__rowReverse--iGO1H {
    flex-direction: row-reverse;
}
.flex-module__column--ORYJ9 {
    flex-direction: column;
}
.flex-module__columnReverse--kvFV2 {
    flex-direction: column-reverse;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

.flex-expander-module__root--AStVu {
    flex-shrink: 1;
    flex-grow: 1;
}

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.form-control-label-module__resetButton--N7J1j {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.form-control-label-module__label--fZvSf {
    cursor: pointer;
}

.form-control-label-module__label--fZvSf.form-control-label-module__disabled--Ps3AM {
    cursor: not-allowed;
    color: rgba(130, 130, 130, 0.5);
}

.form-control-label-module__typographyDisabled--WrTBh {
    color: rgba(130, 130, 130, 0.5);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

.grow-module__enter--uSR2N {
    opacity: 1;
    transform: scale(1);
}

.grow-module__entering--spshb {
    will-change: opacity, transform;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.grow-module__exit--a5p8c {
    opacity: 0;
    transform: scale(0.75, 0.5625);
}

.grow-module__exiting--SHWIG {
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

.grow-module__centerCenter--BsY1t {
    transform-origin: center center;
}

.grow-module__centerLeft--I83_e {
    transform-origin: center left;
}

.grow-module__centerRight--vjSBj {
    transform-origin: center right;
}

.grow-module__topCenter--ojQlw {
    transform-origin: top center;
}

.grow-module__topLeft--BB2fa {
    transform-origin: top left;
}

.grow-module__topRight--rlFep {
    transform-origin: top right;
}

.grow-module__bottomCenter--HJEZP {
    transform-origin: bottom center;
}

.grow-module__bottomLeft--UNTZs {
    transform-origin: bottom left;
}

.grow-module__bottomRight--iLJlu {
    transform-origin: bottom right;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-module__resetButton--BNXCd {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-module__spacer--mZrWy {
    box-sizing: border-box;
    height: 40px;
}
.header-module__root--e1aXe {
    display: flex;
    background: rgba(255, 255, 255, 1);
    padding: 0 12px;
}
.header-module__fixed--W2WLW {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
}
.header-module__withBorder--bFc2Z {
    box-shadow: 0 1px 0 0 rgba(199, 202, 209, 1);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
.interactive-element-module__root--U9GlL {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-block-module__resetButton--kDAy0 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-block-module__root--ACa5d {
    box-sizing: border-box;
    height: 40px;
    padding-bottom: 8px;
    padding-top: 8px;
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 0;
    position: relative;
}
.header-block-module__root--ACa5d:after {
    /* IE11 align-items: center fix */
    content: "";
    display: block;
    min-height: inherit;
    font-size: 0;
}
.header-block-module__grow--nBwLO {
    flex-grow: 1;
}
.header-block-module__shrink--G1tCS {
    flex-shrink: 1;
}
.header-block-module__cell--lENwy {
    position: relative;
    z-index: 1;
    margin-right: 4px;
}
.header-block-module__cell--lENwy:first-of-type {
    margin-left: 12px;
}
.header-block-module__cell--lENwy:last-of-type {
    margin-right: 12px;
}
.header-block-module__iconCell--vFKZJ {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-right: 4px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-block-module__iconCell--vFKZJ:first-of-type {
    margin-left: 8px;
}
.header-block-module__iconCell--vFKZJ:last-of-type {
    margin-right: 8px;
}
.header-block-module__iconCell--vFKZJ:first-of-type:last-of-type {
    margin-left: 12px;
    margin-right: 12px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-item-module__resetButton--E7u8i {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-item-module__root--kPvFK {
    cursor: pointer;
    z-index: 0;
    text-decoration: none;
}
.header-item-module__root--kPvFK:focus {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}
.header-item-module__root--kPvFK:disabled,
.header-item-module__root--kPvFK.header-item-module__disabled--lUyvx {
    box-shadow: none;
    opacity: 0.5;
    cursor: not-allowed;
}
/**
 * When header item includes secondary actions element
 * and user hover on it, the item should remove its hover state.
 * It is possible to create "fake" element that is used as background
 * and hide it by general sibling CSS combinator "~".
 * @see `.secondaryActionsCell` selector
 */
.header-item-module__fakeHover--ch4o2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.header-item-module__root--kPvFK:hover .header-item-module__fakeHover--ch4o2 {
    background: rgba(222, 226, 231, 1);
}
.header-item-module__root--kPvFK:active .header-item-module__fakeHover--ch4o2,
.header-item-module__root--kPvFK.header-item-module__active--p3BD0 .header-item-module__fakeHover--ch4o2 {
    background: rgba(222, 226, 231, 1);
}
.header-item-module__root--kPvFK:disabled .header-item-module__fakeHover--ch4o2,
.header-item-module__root--kPvFK.header-item-module__disabled--lUyvx .header-item-module__fakeHover--ch4o2 {
    display: none;
}
.header-item-module__secondaryActionsCell--XDkou:hover ~ .header-item-module__fakeHover--ch4o2 {
    display: none;
}
/**
 * Fake hover element is the last element in header item
 * so selectors for cells take it in account.
 */
.header-item-module__root--kPvFK .header-item-module__cell--XNmHT:nth-last-of-type(2) {
    margin-right: 12px;
}
.header-item-module__root--kPvFK .header-item-module__iconCell--wPzit:nth-last-of-type(2) {
    margin-right: 8px;
}
.header-item-module__root--kPvFK .header-item-module__iconCell--wPzit:first-of-type:nth-last-of-type(2) {
    margin-left: 12px;
    margin-right: 12px;
}
/**
 * In IE 11 `:active` selector does not work
 * for elements that have nested elements.
 */
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .header-item-module__root--kPvFK .header-item-module__cell--XNmHT {
        pointer-events: none;
    }

    *::-ms-backdrop,
    .header-item-module__root--kPvFK .header-item-module__iconCell--wPzit {
        pointer-events: none;
    }

    *::-ms-backdrop,
    .header-item-module__root--kPvFK .header-item-module__secondaryActionsCell--XDkou {
        pointer-events: all;
    }
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-item-text-module__resetButton--Wnt2H {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-item-text-module__root--OvuMv {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-item-cell-module__resetButton--lToe2 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-item-cell-module__root--LXvn0 {
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-item-cell-module__grow--jg4xY {
    flex-grow: 1;
}
.header-item-cell-module__shrink--Rs3pl {
    flex-shrink: 1;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-item-icon-module__resetButton--Wuh6y {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-item-icon-module__root--YoJ0l {
    justify-content: space-around;
    flex-grow: 0;
    flex-shrink: 0;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.header-item-secondary-actions-module__resetButton--ZLevP {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.header-item-secondary-actions-module__root--FCMYQ {
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.hidden-scrollbar-module__resetButton--L1pv9 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.hidden-scrollbar-module__root--ccphn {
    display: flex;
    position: relative;
    width: 100%;
}
.hidden-scrollbar-module__container--PjWZE {
    width: 100%;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.hidden-scrollbar-module__container--PjWZE::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.hidden-scrollbar-module__control--X7oQk {
    position: absolute;
    left: 0;
    right: 0;
    height: 16px;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: space-around;
}
.hidden-scrollbar-module__startControl--v14bq {
    top: 0;
}
.hidden-scrollbar-module__endControl--jVJ3a {
    bottom: 0;
}
.hidden-scrollbar-module__startControlIcon--x0Y8n {
    width: 16px;
    height: 16px;
}
.hidden-scrollbar-module__endControlIcon--cTb_2 {
    transform: rotate(180deg);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.spinner-module__resetButton--upd8w {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.spinner-module__root--k4e3D {
    align-self: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    animation: spinner-module__spinner-rotate--T2kFr 3s cubic-bezier(0.4, 0.3, 0.7, 0.75) infinite;
}
.spinner-module__circle--aWjFd {
    stroke: rgba(28, 60, 125, 0.6);
}
.spinner-module__backgroundCircle--h0vd3 {
    stroke: rgba(0, 25, 51, 0.08);
}
@keyframes spinner-module__spinner-rotate--T2kFr {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(1440deg);
    }
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.input-module__resetButton--EKJaZ {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.input-module__root--f8G70 {
    position: relative;
    cursor: text;
    padding: 0;
}
.input-module__inputCell--iv5hJ {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
    position: relative;
}
.input-module__prependCell--UMn8l {
    box-sizing: border-box;
    min-height: 30px;
    padding: 5px 0 5px 4px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}
.input-module__appendCell--uhU7a {
    box-sizing: border-box;
    min-height: 30px;
    padding: 5px 4px 5px 0;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}
.input-module__input--HQAKU {
    position: relative;
    box-sizing: border-box;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    color: rgba(51, 51, 51, 1);
    background: transparent;
    border: none;
    margin: 0;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 5px 7px;
}
/* Remove clear button for IE because we render the own one */
.input-module__input--HQAKU::-ms-clear {
    display: none;
}
.input-module__input--HQAKU:disabled {
    cursor: not-allowed;
}
.input-module__withHelpers--XM2Z3 {
    padding-right: 24px;
}
.input-module__helpers--ewf4c {
    position: absolute;
    top: 5px;
    right: 4px;
    width: 20px;
    height: 20px;
}
.input-module__spinner--AHdM1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.input-module__clearButton--ep1nR {
    position: absolute;
    top: 0;
    right: 0;
}

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/* stylelint-disable no-descending-specificity */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.link-module__resetButton--WHHBf {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.link-module__root--dga0t {
    color: rgba(28, 60, 125, 1);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.link-module__root--dga0t:hover {
    color: rgba(40, 93, 217, 1);
}
.link-module__label--KOwpR {
    margin-left: 4px;
    margin-right: 4px;
}
.link-module__label--KOwpR:first-child {
    margin-left: 0;
}
.link-module__label--KOwpR:last-child {
    margin-right: 0;
}
.link-module__root--dga0t:focus-visible .link-module__label--KOwpR,
.link-module__root--dga0t.link-module__focus--hC6KW .link-module__label--KOwpR {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}
.link-module__root--dga0t:active .link-module__label--KOwpR,
.link-module__root--dga0t.link-module__active--iMSko .link-module__label--KOwpR {
    color: rgba(28, 60, 125, 1);
}
.link-module__root--dga0t:disabled,
.link-module__root--dga0t.link-module__disabled--utBKu {
    cursor: not-allowed;
}
.link-module__inverted--uiI_8.link-module__root--dga0t .link-module__label--KOwpR {
    color: rgba(102, 153, 255, 1);
}
.link-module__inverted--uiI_8.link-module__root--dga0t:hover .link-module__label--KOwpR {
    color: rgba(235, 237, 239, 1);
}
.link-module__inverted--uiI_8.link-module__root--dga0t:focus-visible .link-module__label--KOwpR,
.link-module__inverted--uiI_8.link-module__root--dga0t.link-module__focus--hC6KW .link-module__label--KOwpR {
    box-shadow: 0 0 0 2px rgba(102, 153, 255, 0.5);
}
.link-module__pseudo--bhsei .link-module__label--KOwpR {
    border-bottom: 2px dotted rgba(0, 68, 204, 0.25);
}
.link-module__pseudo--bhsei:focus-visible .link-module__label--KOwpR,
.link-module__pseudo--bhsei.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__pseudo--bhsei.link-module__inverted--uiI_8 .link-module__label--KOwpR {
    border-bottom: 2px dotted rgba(102, 153, 255, 0.5);
}
.link-module__pseudo--bhsei.link-module__inverted--uiI_8:hover .link-module__label--KOwpR {
    color: rgba(102, 153, 255, 1);
    border-bottom: 2px dotted rgba(102, 153, 255, 1);
}
.link-module__pseudo--bhsei.link-module__inverted--uiI_8:focus .link-module__label--KOwpR,
.link-module__pseudo--bhsei.link-module__inverted--uiI_8.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__external--I328p .link-module__label--KOwpR {
    border-bottom: 2px solid rgba(0, 68, 204, 0.25);
}
.link-module__external--I328p:focus-visible .link-module__label--KOwpR,
.link-module__external--I328p.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__external--I328p.link-module__inverted--uiI_8 .link-module__label--KOwpR {
    border-bottom: 2px solid rgba(102, 153, 255, 0.5);
}
.link-module__external--I328p.link-module__inverted--uiI_8:hover .link-module__label--KOwpR {
    color: rgba(102, 153, 255, 1);
    border-bottom: 2px solid rgba(102, 153, 255, 1);
}
.link-module__external--I328p.link-module__inverted--uiI_8:focus-visible .link-module__label--KOwpR,
.link-module__external--I328p.link-module__inverted--uiI_8.link-module__focus--hC6KW .link-module__label--KOwpR {
    color: rgba(102, 153, 255, 1);
    border-bottom: none;
}
/** intents */
.link-module__alarm--Q0LL7 {
    color: rgb(231, 96, 96);
}
.link-module__alarm--Q0LL7:hover,
.link-module__alarm--Q0LL7:hover .link-module__label--KOwpR {
    color: rgba(244, 113, 113, 1);
}
.link-module__alarm--Q0LL7:focus-visible .link-module__label--KOwpR,
.link-module__alarm--Q0LL7.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__alarm--Q0LL7:active .link-module__label--KOwpR,
.link-module__alarm--Q0LL7.link-module__active--iMSko .link-module__label--KOwpR {
    color: rgb(231, 96, 96);
    border-bottom: 3px solid rgba(244, 113, 113, 0.25);
}
.link-module__alarm--Q0LL7.link-module__inverted--uiI_8 .link-module__label--KOwpR,
.link-module__alarm--Q0LL7.link-module__inverted--uiI_8:hover .link-module__label--KOwpR {
    color: rgba(244, 113, 113, 0.5);
}
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7 .link-module__label--KOwpR {
    border-bottom: 2px dotted rgba(244, 113, 113, 0.25);
}
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7:focus-visible .link-module__label--KOwpR,
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7.link-module__inverted--uiI_8 .link-module__label--KOwpR {
    color: rgba(244, 113, 113, 1);
    border-bottom: 2px dotted rgba(244, 113, 113, 0.5);
}
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7.link-module__inverted--uiI_8:hover .link-module__label--KOwpR {
    border-bottom: 2px dotted rgba(244, 113, 113, 1);
}
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7.link-module__inverted--uiI_8:focus-visible .link-module__label--KOwpR,
.link-module__pseudo--bhsei.link-module__alarm--Q0LL7.link-module__inverted--uiI_8.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__external--I328p.link-module__alarm--Q0LL7 .link-module__label--KOwpR {
    border-bottom: 2px solid rgba(244, 113, 113, 0.25);
}
.link-module__external--I328p.link-module__alarm--Q0LL7:focus-visible .link-module__label--KOwpR,
.link-module__external--I328p.link-module__alarm--Q0LL7.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
.link-module__external--I328p.link-module__alarm--Q0LL7.link-module__inverted--uiI_8 .link-module__label--KOwpR {
    color: rgba(244, 113, 113, 1);
    border-bottom: 2px solid rgba(244, 113, 113, 0.5);
}
.link-module__external--I328p.link-module__alarm--Q0LL7.link-module__inverted--uiI_8:hover .link-module__label--KOwpR {
    color: rgba(244, 113, 113, 1);
    border-bottom: 2px solid rgba(244, 113, 113, 1);
}
.link-module__external--I328p.link-module__alarm--Q0LL7.link-module__inverted--uiI_8:focus-visible .link-module__label--KOwpR,
.link-module__external--I328p.link-module__alarm--Q0LL7.link-module__inverted--uiI_8.link-module__focus--hC6KW .link-module__label--KOwpR {
    border-bottom: none;
}
/** disabled */
.link-module__root--dga0t:disabled .link-module__label--KOwpR,
.link-module__root--dga0t.link-module__disabled--utBKu .link-module__label--KOwpR {
    color: rgba(130, 130, 130, 0.5);
}
.link-module__inverted--uiI_8.link-module__root--dga0t:disabled .link-module__label--KOwpR,
.link-module__inverted--uiI_8.link-module__root--dga0t.link-module__disabled--utBKu .link-module__label--KOwpR {
    color: rgba(130, 130, 130, 1);
}
.link-module__pseudo--bhsei.link-module__disabled--utBKu .link-module__label--KOwpR,
.link-module__pseudo--bhsei:disabled .link-module__label--KOwpR {
    color: rgba(130, 130, 130, 0.5);
    border-bottom: 2px dotted rgba(130, 130, 130, 0.5);
}
.link-module__pseudo--bhsei.link-module__inverted--uiI_8:disabled .link-module__label--KOwpR,
.link-module__pseudo--bhsei.link-module__inverted--uiI_8.link-module__disabled--utBKu .link-module__label--KOwpR {
    color: rgba(130, 130, 130, 1);
    cursor: not-allowed;
    border-bottom: 2px dotted rgba(130, 130, 130, 1);
}
.link-module__external--I328p:disabled .link-module__label--KOwpR,
.link-module__external--I328p.link-module__disabled--utBKu .link-module__label--KOwpR {
    color: rgba(130, 130, 130, 0.5);
    cursor: not-allowed;
    border-bottom: 2px solid rgba(130, 130, 130, 0.5);
}
.link-module__external--I328p.link-module__inverted--uiI_8:disabled .link-module__label--KOwpR,
.link-module__external--I328p.link-module__inverted--uiI_8.link-module__disabled--utBKu .link-module__label--KOwpR {
    color: rgba(130, 130, 130, 1);
    border-bottom: 2px solid rgba(130, 130, 130, 1);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.list-module__resetButton--CFtMc {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.list-module__root--jYpeB {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.list-item-module__resetButton--OhJv7 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.list-item-module__root--f_hNj {
    min-height: 32px;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.list-item-module__interactive--FB6WV:focus,
.list-item-module__interactive--FB6WV.list-item-module__focused--OIkq1 {
    background-color: rgba(102, 153, 255, 0.25);
}
.list-item-module__interactive--FB6WV:hover,
.list-item-module__interactive--FB6WV.list-item-module__hovered--Hv4zb {
    background-color: rgba(102, 153, 255, 0.25);
}
.list-item-module__interactive--FB6WV:active,
.list-item-module__interactive--FB6WV.list-item-module__active--TkDXg {
    background-color: rgba(102, 153, 255, 0.5);
}
.list-item-module__root--f_hNj:disabled,
.list-item-module__root--f_hNj.list-item-module__disabled--BZQV8,
.list-item-module__root--f_hNj.list-item-module__inclusiveDisabled--utKbD {
    opacity: 0.6;
    background-color: transparent;
    box-shadow: none;
    cursor: not-allowed;
}
.list-item-module__root--f_hNj:disabled,
.list-item-module__root--f_hNj.list-item-module__disabled--BZQV8 {
    pointer-events: none;
}
.list-item-module__prepend--TKASa {
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 4px;
    display: flex;
    align-items: center;
}
.list-item-module__content--MnoY2 {
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 100%;
}
.list-item-module__title--gqS2I {
    display: flex;
    align-items: flex-start;
}
.list-item-module__titleContent--bG15g {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
}
.list-item-module__subtitle--QiuQz {
    margin-top: 2px;
}
.list-item-module__append--zdzFP {
    margin-left: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.list-item-module__inPage--qTt3p {
    padding-left: 24px;
    padding-right: 24px;
}
.list-item-module__inDialog--ICD1S {
    padding-left: 24px;
    padding-right: 32px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.popover-module__resetButton--G0px7 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.popover-module__popper--octRE {
    position: relative;
    display: flex;
    flex-direction: row;
}
.popover-module__paper--bJyHF {
    box-sizing: border-box;
    position: relative;
    outline: none;
    min-width: 16px;
    min-height: 16px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    box-shadow: 0 0 8px rgba(51, 51, 51, 0.25);
}
.popover-module__arrow--wtC7R {
    position: absolute;
    width: 10px;
    height: 10px;
}
.popover-module__arrowIcon--utvvy {
    position: absolute;
    width: 10px;
    height: 10px;
}
.popover-module__withArrow--wigCg[data-placement^="top"] {
    margin-bottom: 9px;
}
.popover-module__withArrow--wigCg[data-placement^="right"] {
    margin-left: 9px;
}
.popover-module__withArrow--wigCg[data-placement^="bottom"] {
    margin-top: 9px;
}
.popover-module__withArrow--wigCg[data-placement^="left"] {
    margin-right: 9px;
}
.popover-module__arrow--wtC7R[data-placement^="top"] {
    margin-bottom: -9px;
    bottom: 0;
}
.popover-module__arrow--wtC7R[data-placement^="right"] {
    margin-left: -9px;
    left: 0;
}
.popover-module__arrow--wtC7R[data-placement^="bottom"] {
    margin-top: -9px;
    top: 0;
}
.popover-module__arrow--wtC7R[data-placement^="left"] {
    margin-right: -9px;
    right: 0;
}
.popover-module__arrowIcon--utvvy[data-placement^="top"] {
    transform: rotate(-90deg);
}
.popover-module__arrowIcon--utvvy[data-placement^="right"] {
    transform: rotate(0deg);
}
.popover-module__arrowIcon--utvvy[data-placement^="bottom"] {
    transform: rotate(90deg);
}
.popover-module__arrowIcon--utvvy[data-placement^="left"] {
    transform: rotate(180deg);
}
.popover-module__arrowHidden--NodPN {
    display: none;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="top-start"] {
    border-bottom-left-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="top-end"] {
    border-bottom-right-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="right-start"] {
    border-top-left-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="right-end"] {
    border-bottom-left-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="bottom-end"] {
    border-top-right-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="bottom-start"] {
    border-top-left-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="left-end"] {
    border-bottom-right-radius: 0;
}
.popover-module__roundCorners--sJ8Iy[data-placement^="left-start"] {
    border-top-right-radius: 0;
}
.popover-module__roundCorners--sJ8Iy,
.popover-module__withArrow--wigCg .popover-module__roundCorners--sJ8Iy {
    border-radius: 6px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.menu-popover-module__resetButton--tv_fp {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.menu-popover-module__root--zlysS {
    border-radius: 6px;
    max-width: 320px;
    min-width: 160px;
    outline: none;
    display: flex;
    overflow: hidden;
    border: none;
}
.menu-popover-module__root--zlysS:focus {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.menu-module__resetButton--U8Ol1 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
/* Prevent any mouse events when menu is closing or closed */
.menu-module__closed--ElvkS {
    pointer-events: none;
}
.menu-module__subMenu--imJKe {
    margin: 4px 0;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.menu-item-module__resetButton--oBCEo {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.menu-item-module__root--rqG5L {
    padding: 0 16px 0 8px;
}
.menu-item-module__prepend--W95Rx {
    width: 20px;
    height: 20px;
}
.menu-item-module__append--zS30l {
    margin-right: -8px;
}
.menu-item-module__subMenu--RrE6x {
    margin-top: -4px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.menu-caption-module__resetButton--jAZmT {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.menu-caption-module__root--Lc73k {
    padding: 0 16px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.notification-module__resetButton--EvXMr {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.notification-module__root--w47_0 {
    position: relative;
    width: 320px;
    padding-left: 16px;
    padding-right: 36px;
    border-radius: 4px;
    background: rgba(36, 46, 66, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
}
.notification-module__closeButton--x2s0o {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    padding: 0;
}
.notification-module__circularProgress--PuygQ {
    position: absolute;
    left: 0;
    top: 0;
}

/*
 * Copyright (c) 2011-2018 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.paginator-module__resetButton--FCexn {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.paginator-module__container--dssBM {
    display: flex;
    align-items: center;
}
.paginator-module__info--r2agP {
    padding-right: 10px;
    font-weight: bold;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    font-size: 12px;
    color: rgb(52, 52, 52);
}
.paginator-module__button--YS_D9 {
    font-size: 12px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

.preloader-module__width100--sxqsa {
    width: 100%;
}

.preloader-module__width75--mhVlf {
    width: 75%;
}

.preloader-module__width85--h2puv {
    width: 85%;
}

.preloader-module__preloader--sBt6y {
    border-radius: 4px;
}

/**
 * Thin space inserted here to make browser think that there is some content
 * in the Typography component and make It take place
 */

.preloader-module__preloader--sBt6y:before {
    content: "\2009";
    visibility: hidden;
}

.preloader-module__backgroundRegular--jFwYP {
    background-color: rgba(228, 229, 233, 1);
}

.preloader-module__backgroundInverted--TcjNg {
    background-color: rgba(80, 88, 104, 1);
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/** All fonts contain "latin" and "latin-ext" charsets */

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("IBM Plex Sans"), local("IBMPlexSans"),
        url(/webeditor/fonts/c44b304d97ff9dcfe09f.woff2) format("woff2"),
        url(/webeditor/fonts/1e2f1950ec9454bb99a4.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"),
        url(/webeditor/fonts/bcc0cef2a41cfcc8c9a8.woff2) format("woff2"),
        url(/webeditor/fonts/e95f078da6ab398eb696.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"),
        url(/webeditor/fonts/534aa77f2f57a37171dd.woff2) format("woff2"),
        url(/webeditor/fonts/a4e8fa51760ebdd4d606.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("IBM Plex Sans Medium Italic"), local("IBMPlexSans-MediumItalic"),
        url(/webeditor/fonts/f11654ee8c2e5bba90f7.woff2) format("woff2"),
        url(/webeditor/fonts/6a5b4db5575a9ccb75b9.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"),
        url(/webeditor/fonts/4d0a3604729b4d32c4d3.woff2) format("woff2"),
        url(/webeditor/fonts/e67483a305fa66ba27f5.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: local("IBM Plex Sans Bold Italic"), local("IBMPlexSans-BoldItalic"),
        url(/webeditor/fonts/c3728ef6cef09d81869a.woff2) format("woff2"),
        url(/webeditor/fonts/ff82a4836ddb726bddaf.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"),
        url(/webeditor/fonts/51c09aaa6d4533f190b8.woff2) format("woff2"),
        url(/webeditor/fonts/98b4fad0eccd69504521.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"),
        url(/webeditor/fonts/66f47990dd55cea3db97.woff2) format("woff2"),
        url(/webeditor/fonts/3dc53f9dfc1a8e19b36c.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("IBM Plex Sans Condensed Medium"), local("IBMPlexSansCond-Medium"),
        url(/webeditor/fonts/5d2a6647c168e4749eb6.woff2) format("woff2"),
        url(/webeditor/fonts/319fe2b3735b2f41a96d.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("IBM Plex Sans Condensed Medium Italic"), local("IBMPlexSansCond-MediumItalic"),
        url(/webeditor/fonts/228cef10376bd15eb2b0.woff2) format("woff2"),
        url(/webeditor/fonts/c32c6891fae1b8de65af.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: local("IBM Plex Sans Condensed Bold"), local("IBMPlexSansCond-Bold"),
        url(/webeditor/fonts/5af2919f0d85ce430690.woff2) format("woff2"),
        url(/webeditor/fonts/991d9d04c684aced2d32.woff) format("woff");
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: local("IBM Plex Sans Condensed Bold Italic"), local("IBMPlexSansCond-BoldItalic"),
        url(/webeditor/fonts/329057bf18ca27a2c939.woff2) format("woff2"),
        url(/webeditor/fonts/198b2034f245b86cc536.woff) format("woff");
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.root-element-module__resetButton--kk0hS {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.root-element-module__root--GbT58 {
    color: rgba(51, 51, 51, 1);
    font-weight: normal;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/* stylelint-disable no-descending-specificity, selector-combinator-space-before */

.scroll-view-module__root--S1oxM {
    overflow: auto;

    /*
     * covers cases when `root` is a flex-item and its height is indefinite,
     * which forces `simplebar-wrapper`s height fit its content
     */
    display: flex;
}

.scroll-view-module__root--S1oxM .simplebar-wrapper {
    height: 100%;
    width: 100%;
}

/* capturing pointer events on scrollbar track */

.scroll-view-module__root--S1oxM > .simplebar-track > .simplebar-scrollbar {
    pointer-events: all;
}

.scroll-view-module__root--S1oxM > .simplebar-track > .simplebar-scrollbar:before {
    background-color: rgba(85, 85, 85, 0.5);
}

.scroll-view-module__root--S1oxM > .simplebar-track > .simplebar-scrollbar.simplebar-hover:before,
.scroll-view-module__root--S1oxM.simplebar-dragging
    > .simplebar-track
    > .simplebar-scrollbar:before {
    background-color: rgba(85, 85, 85, 0.8);
}

.scroll-view-module__root--S1oxM.scroll-view-module__inverted--koUcE > .simplebar-track > .simplebar-scrollbar:before {
    background-color: rgba(204, 204, 204, 0.5);
}

.scroll-view-module__root--S1oxM.scroll-view-module__inverted--koUcE > .simplebar-track > .simplebar-scrollbar.simplebar-hover:before,
.scroll-view-module__root--S1oxM.scroll-view-module__inverted--koUcE.simplebar-dragging
    > .simplebar-track
    > .simplebar-scrollbar:before {
    background-color: rgba(204, 204, 204, 0.8);
}

/* overriding vertical scrollbar track width and horizontal scrollbar track height */

.scroll-view-module__root--S1oxM > .simplebar-track.simplebar-vertical {
    width: 13px;
}

.scroll-view-module__root--S1oxM > .simplebar-track.simplebar-horizontal {
    height: 13px;
}

.scroll-view-module__root--S1oxM > .simplebar-track.simplebar-horizontal > .simplebar-scrollbar {
    top: 3px;
    height: 8px;
}

.scroll-view-module__root--S1oxM > .simplebar-track.simplebar-vertical > .simplebar-scrollbar:before {
    left: 3px;
}

/* hiding scrollbars when not hovered and not being dragged */

.scroll-view-module__root--S1oxM:not(:hover):not(.scroll-view-module__scrollbarsAlwaysShown--hUgdE):not(.simplebar-dragging)
    > .simplebar-track {
    visibility: hidden !important;
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.select-emitter-module__resetButton--YEBAB {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.select-emitter-module__root--f7yhu {
    position: relative;
    justify-content: flex-start;
    max-width: 100%;
    width: 200px;
    height: 32px;
    line-height: 20px;
    padding: 6px 32px 6px 8px;
    border-radius: 4px;
    box-sizing: border-box;
}
.select-emitter-module__root--f7yhu.select-emitter-module__small--dRu_I {
    height: 24px;
    padding: 2px 24px 2px 4px;
}
/* arrow */
.select-emitter-module__arrow--L1WQy {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
}
.select-emitter-module__arrow--L1WQy.select-emitter-module__small--dRu_I {
    right: 4px;
}
.select-emitter-module__arrow--L1WQy:first-child {
    margin-left: 0;
}
/* optionLabel */
.select-emitter-module__optionLabel--CMG3i {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
/* label */
.select-emitter-module__label--Jdr8N {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    overflow: hidden;
}
/* optionLabel info */
.select-emitter-module__info--SgMOl {
    font-size: 12px;
    line-height: 18px;
    color: rgba(130, 130, 130, 1);
    margin: 0 4px;
}
.select-emitter-module__info--SgMOl:first-child {
    margin-left: 0;
}
.select-emitter-module__info--SgMOl:last-child {
    margin-right: 0;
}
.select-emitter-module__root--f7yhu:hover .select-emitter-module__info--SgMOl {
    color: inherit;
}
.select-emitter-module__root--f7yhu.select-emitter-module__accent--nj7GX .select-emitter-module__info--SgMOl,
.select-emitter-module__root--f7yhu.select-emitter-module__invalid--GOIQF .select-emitter-module__info--SgMOl,
.select-emitter-module__root--f7yhu.select-emitter-module__disabled--N7qjf .select-emitter-module__info--SgMOl {
    color: inherit;
}
.select-emitter-module__root--f7yhu.select-emitter-module__ghost--tB93K.select-emitter-module__accent--nj7GX .select-emitter-module__info--SgMOl {
    color: rgba(130, 130, 130, 1);
}
.select-emitter-module__root--f7yhu.select-emitter-module__ghost--tB93K.select-emitter-module__accent--nj7GX.select-emitter-module__invalid--GOIQF .select-emitter-module__info--SgMOl,
.select-emitter-module__root--f7yhu.select-emitter-module__ghost--tB93K.select-emitter-module__accent--nj7GX.select-emitter-module__disabled--N7qjf .select-emitter-module__info--SgMOl {
    color: inherit;
}

/*
 * Copyright (c) 2011-2018 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.select-native-module__resetButton--L_ECv {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.select-native-module__select--rX1J8 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: transparent;
    margin-bottom: 0;
    outline: none;
    border: none;
    border-radius: inherit;
    background: none;
    cursor: pointer;
}
.select-native-module__select--rX1J8:disabled {
    cursor: not-allowed;
}
.select-native-module__select--rX1J8::-moz-placeholder {
    color: transparent;
}
.select-native-module__select--rX1J8::placeholder {
    color: transparent;
}

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.option-module__resetButton--ZktBo {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.option-module__root--vvJCi {
    color: initial;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

.shake-module__root--jliSc {
    animation-name: none;
    animation-iteration-count: 1;
    animation-duration: 350ms;
    animation-timing-function: linear;
}

.shake-module__enter--mfWmo {
    animation-name: shake-module__shake-animation--EB4cp;
}

.shake-module__enterDone--dFQYl {
    animation-name: none;
}

@keyframes shake-module__shake-animation--EB4cp {
    8%,
    41% {
        transform: translateX(-5px);
    }

    25%,
    58% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-1px);
    }

    92% {
        transform: translateX(1px);
    }

    0%,
    100% {
        transform: translateX(0);
    }
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
.suggest-module__root--k2rop {
    position: relative;
}
.suggest-module__popoverContainer--AzpzO {
    z-index: 1;
}
.suggest-module__popover--GPvm3 {
    overflow: auto;
    max-height: calc(50vh - 48px);
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.styles-module__resetButton--ZCH57 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.styles-module__list--BEwpk {
    margin-top: 4px;
    margin-bottom: 4px;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.switch-module__resetButton--oKfya {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.switch-module__root--Fr1RF {
    width: 32px;
    height: 20px;
    position: relative;
    padding: 2px;
    display: inline-flex;
    box-sizing: border-box;
}

.switch-module__root--Fr1RF:hover {
    cursor: pointer;
}

.switch-module__small--f8MCk {
    width: 24px;
    height: 18px;
    padding: 4px 3px;
}

.switch-module__input--oi9Bk {
    cursor: inherit;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.switch-module__input--oi9Bk:focus {
    outline: none;
}

.switch-module__root--Fr1RF.switch-module__disabled--hvgSE {
    opacity: 0.5;
    cursor: not-allowed;
}

.switch-module__track--S_JJY {
    width: 100%;
    display: flex;
    padding: 2px;
    align-items: center;
    background-color: rgba(130, 130, 130, 1);
    border-radius: 4px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.switch-module__small--f8MCk .switch-module__track--S_JJY {
    padding: 1px;
    border-radius: 3px;
}

.switch-module__focused--BQqbh .switch-module__track--S_JJY {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}

.switch-module__input--oi9Bk:checked ~ .switch-module__track--S_JJY {
    background-color: rgba(119, 171, 48, 1);
}

.switch-module__inverted--jx1Lf .switch-module__focused--BQqbh .switch-module__track--S_JJY {
    box-shadow: 0 0 0 2px rgba(102, 153, 255, 0.5);
}

.switch-module__handler--R5HRu {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 3px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-module__disabled--hvgSE .switch-module__handler--R5HRu {
    opacity: 0.5;
}

.switch-module__small--f8MCk .switch-module__handler--R5HRu {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.switch-module__input--oi9Bk:checked ~ .switch-module__track--S_JJY .switch-module__handler--R5HRu {
    transform: translateX(12px);
}

.switch-module__small--f8MCk .switch-module__input--oi9Bk:checked ~ .switch-module__track--S_JJY .switch-module__handler--R5HRu {
    transform: translateX(8px);
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.indicator-module__resetButton--SZWF_ {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.indicator-module__root--ItzBd {
    position: absolute;
    background-color: rgba(199, 202, 209, 1);
}

.indicator-module__root--ItzBd.indicator-module__bottom--jDB5o,
.indicator-module__root--ItzBd.indicator-module__top--m5Wag {
    left: 0;
    height: 2px;
    width: 100%;
}

.indicator-module__root--ItzBd.indicator-module__left--hw6p4,
.indicator-module__root--ItzBd.indicator-module__right--EchFa {
    top: 0;
    width: 2px;
    height: 100%;
}

.indicator-module__root--ItzBd.indicator-module__fullWidth--N3MrF {
    background: rgba(235, 237, 239, 1);
    width: 100%;
    height: 100%;
}

.indicator-module__root--ItzBd.indicator-module__bottom--jDB5o {
    bottom: 0;
}

.indicator-module__root--ItzBd.indicator-module__top--m5Wag {
    top: 0;
}

.indicator-module__root--ItzBd.indicator-module__left--hw6p4 {
    left: 0;
}

.indicator-module__root--ItzBd.indicator-module__right--EchFa {
    right: 0;
}

.indicator-module__root--ItzBd.indicator-module__active--Okrp2 {
    background-color: rgba(28, 60, 125, 1);
}

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.tab-module__resetButton--lDSg2 {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.tab-module__root--hd4eO {
    position: relative;
    background: transparent;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: rgba(28, 60, 125, 1);
    white-space: nowrap;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.tab-module__root--hd4eO.tab-module__normal--gG861 {
    height: 40px;
    padding: 10px 16px;
}

.tab-module__root--hd4eO.tab-module__small--YQ2S2 {
    height: 32px;
    padding: 6px 16px;
}

.tab-module__root--hd4eO.tab-module__tiny--qWZuR {
    height: 24px;
    padding: 2px 8px;
}

.tab-module__root--hd4eO.tab-module__empty--v2R4o.tab-module__normal--gG861 {
    padding-left: 10px;
    padding-right: 10px;
}

.tab-module__root--hd4eO.tab-module__empty--v2R4o.tab-module__small--YQ2S2 {
    padding-left: 6px;
    padding-right: 6px;
}

.tab-module__root--hd4eO.tab-module__empty--v2R4o.tab-module__tiny--qWZuR {
    padding-left: 2px;
    padding-right: 2px;
}

.tab-module__root--hd4eO:focus,
.tab-module__root--hd4eO:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}

.tab-module__root--hd4eO:hover,
.tab-module__root--hd4eO.tab-module__hovered--sPwkn {
    color: rgba(40, 93, 217, 1);
}

.tab-module__root--hd4eO.tab-module__disabled--RZRuL,
.tab-module__root--hd4eO:disabled,
.tab-module__root--hd4eO:disabled:hover {
    color: rgba(130, 130, 130, 0.5);
    cursor: not-allowed;
}

.tab-module__root--hd4eO.tab-module__disabled--RZRuL:focus,
.tab-module__root--hd4eO.tab-module__disabled--RZRuL:focus-within,
.tab-module__root--hd4eO:disabled:focus,
.tab-module__root--hd4eO:disabled:focus-within {
    box-shadow: none;
}

.tab-module__root--hd4eO.tab-module__solid--XhBdM:focus,
.tab-module__root--hd4eO.tab-module__solid--XhBdM:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}

.tab-module__root--hd4eO.tab-module__selected--nxigy {
    color: rgba(51, 51, 51, 1);
    cursor: default;
}

.tab-module__root--hd4eO.tab-module__selected--nxigy.tab-module__solid--XhBdM {
    color: rgba(255, 255, 255, 1);
}

.tab-module__root--hd4eO.tab-module__selected--nxigy.tab-module__disabled--RZRuL,
.tab-module__root--hd4eO.tab-module__selected--nxigy:disabled {
    color: rgba(130, 130, 130, 0.5);
}

.tab-module__root--hd4eO.tab-module__selected--nxigy.tab-module__solid--XhBdM.tab-module__disabled--RZRuL,
.tab-module__root--hd4eO.tab-module__selected--nxigy.tab-module__solid--XhBdM:disabled {
    color: rgba(130, 130, 130, 0.5);
}

.tab-module__root--hd4eO.tab-module__solid--XhBdM.tab-module__disabled--RZRuL,
.tab-module__root--hd4eO.tab-module__solid--XhBdM:disabled {
    background: none;
}

.tab-module__root--hd4eO.tab-module__solid--XhBdM.tab-module__disabled--RZRuL:focus,
.tab-module__root--hd4eO.tab-module__solid--XhBdM.tab-module__disabled--RZRuL:focus-within,
.tab-module__root--hd4eO.tab-module__solid--XhBdM:disabled:focus,
.tab-module__root--hd4eO.tab-module__solid--XhBdM:disabled:focus-within {
    box-shadow: none;
}

.tab-module__prepend--HYKOc {
    margin-right: 4px;
}

.tab-module__prepend--HYKOc:last-child {
    margin-right: 0;
}

.tab-module__append--WAYwN {
    margin-left: 4px;
}

.tab-module__append--WAYwN:first-child {
    margin-left: 0;
}

.tab-module__root--hd4eO .gs-svg-icon-fill {
    fill: rgba(28, 60, 125, 0.6);
}

.tab-module__root--hd4eO .gs-svg-icon-stroke {
    stroke: rgba(28, 60, 125, 0.6);
}

.tab-module__root--hd4eO.tab-module__disabled--RZRuL .gs-svg-icon-fill,
.tab-module__root--hd4eO:disabled .gs-svg-icon-fill {
    fill: rgba(130, 130, 130, 0.5);
}

.tab-module__root--hd4eO.tab-module__disabled--RZRuL .gs-svg-icon-stroke,
.tab-module__root--hd4eO:disabled .gs-svg-icon-stroke {
    stroke: rgba(130, 130, 130, 0.5);
}

.tab-module__root--hd4eO.tab-module__selected--nxigy.tab-module__solid--XhBdM .gs-svg-icon-fill {
    fill: rgba(255, 255, 255, 1);
}

.tab-module__root--hd4eO.tab-module__selected--nxigy.tab-module__solid--XhBdM .gs-svg-icon-stroke {
    stroke: rgba(255, 255, 255, 1);
}

.tab-module__root--hd4eO.tab-module__solid--XhBdM.tab-module__disabled--RZRuL .gs-svg-icon-fill,
.tab-module__root--hd4eO.tab-module__solid--XhBdM:disabled .gs-svg-icon-fill {
    fill: rgba(130, 130, 130, 0.5);
}

.tab-module__root--hd4eO.tab-module__solid--XhBdM.tab-module__disabled--RZRuL .gs-svg-icon-stroke,
.tab-module__root--hd4eO.tab-module__solid--XhBdM:disabled .gs-svg-icon-stroke {
    stroke: rgba(130, 130, 130, 0.5);
}

.tab-module__body--CEtUN {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.tab-module__label--GS_Dt {
    display: block;
    white-space: nowrap;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-module__indicator--CZMTj {
    visibility: hidden;
    opacity: 0;
}

.tab-module__indicator--CZMTj.tab-module__selected--nxigy {
    visibility: visible;
    opacity: 1;
}

.tab-module__root--hd4eO:hover .tab-module__indicator--CZMTj,
.tab-module__root--hd4eO.tab-module__hovered--sPwkn .tab-module__indicator--CZMTj {
    visibility: visible;
    opacity: 1;
}

/*
 * Copyright (c) 2011-2020 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */

:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}

.tabs-module__resetButton--UEZew {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

:root {
    --indicator-transition: ease-in-out 250ms;
    --text-transition: ease-in 250ms;
}

.tabs-module__root--w8sCp {
    position: relative;
    display: inline-flex;
}

.tabs-module__tabList--plqB9 {
    display: flex;
}

.tabs-module__tabList--plqB9.tabs-module__vertical--BojAm {
    flex-direction: column;
}

.tabs-module__transition--itB__ {
    transition: color ease-in 250ms;
}

.tabs-module__transition--itB__ .gs-svg-icon-fill {
    transition: fill ease-in 250ms;
}

.tabs-module__transition--itB__ .gs-svg-icon-stroke {
    transition: stroke ease-in 250ms;
}

.tabs-module__indicator--b8fD6 {
    transition: ease-in-out 250ms;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.text-label-module__resetButton--o4aKU {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.text-label-module__root--F1qpx {
    display: flex;
    align-items: baseline;
    box-sizing: border-box;
}
.text-label-module__inline--q2mob {
    display: inline-flex;
}
.text-label-module__label--UK7Rg {
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-label-module__grow--jzBeg {
    flex-grow: 1;
}
.text-label-module__wrap--BUz0y {
    white-space: normal;
}
.text-label-module__caption--ewcxH {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 4px;
}

/*
 * Copyright (c) 2011-2018 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.textarea-module__resetButton--RM9fz {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.textarea-module__root--eGRMe {
    box-sizing: border-box;
    font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 1);
    width: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(199, 202, 209, 1);
    padding: 5px 16px;
    border-radius: 4px;
    transition-property: border-color, box-shadow, background-color;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}
.textarea-module__root--eGRMe:focus {
    transition-property: background-color;
    border-color: rgba(0, 68, 204, 1);
    box-shadow: 0 0 0 2px rgba(0, 68, 204, 0.25);
}
.textarea-module__root--eGRMe.textarea-module__invalid--KEYYS,
.textarea-module__root--eGRMe:invalid {
    border-color: rgb(185, 74, 72);
}
.textarea-module__root--eGRMe.textarea-module__invalid--KEYYS:focus,
.textarea-module__root--eGRMe:invalid:focus {
    border-color: rgba(244, 113, 113, 1);
    box-shadow: 0 0 0 2px var(--gs-color-input-invalid-box-shadow);
}
.textarea-module__fullWidth--qXPaL {
    width: 100%;
}

/*
 * Copyright (c) 2011-2019 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 2011-2021 Genestack Limited
 * All Rights Reserved
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF GENESTACK LIMITED
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
:root {
    --gs-font-family: "IBM Plex Sans", "Helvetica", "Arial", "Myriad Pro", sans-serif;

    /* Spacing unit is used for margins and paddings as basic unit */
    --gs-spacing-unit: 8px;

    /* color palette */

    /* actions */
    --gs-color-action: rgba(0, 68, 204, 1);
    --gs-color-action-25: rgba(0, 68, 204, 0.25);
    --gs-color-action-inverted: rgba(102, 153, 255, 1);
    --gs-color-action-inverted-50: rgba(102, 153, 255, 0.5);
    --gs-color-action-inverted-25: rgba(102, 153, 255, 0.25);
    --gs-color-action-hover: rgba(40, 93, 217, 1);
    --gs-color-action-text: rgba(28, 60, 125, 1);
    --gs-color-action-text-60: rgba(28, 60, 125, 0.6);

    /* statuses */
    --gs-color-success: rgba(119, 171, 48, 1);
    --gs-color-success-text: rgba(101, 140, 49, 1);
    --gs-color-warning: rgba(246, 166, 85, 1);
    --gs-color-warning-text: rgba(231, 133, 35, 1);
    --gs-color-error: rgba(244, 113, 113, 1);
    --gs-color-error-text: rgb(231, 96, 96);
    --gs-color-error-10: rgba(244, 113, 113, 0.1);
    --gs-color-error-25: rgba(244, 113, 113, 0.25);
    --gs-color-error-50: rgba(244, 113, 113, 0.5);

    /* greys */
    --gs-color-black: rgba(51, 51, 51, 1);
    --gs-color-white: rgba(255, 255, 255, 1);
    --gs-color-white-smoke: rgba(222, 226, 231, 1);
    --gs-color-white-60: rgba(255, 255, 255, 0.6);
    --gs-color-grey-light-background: rgba(243, 245, 247, 1);
    --gs-color-grey: rgba(130, 130, 130, 1);
    --gs-color-grey-50: rgba(130, 130, 130, 0.5);
    --gs-color-grey-background: rgba(235, 237, 239, 1);
    --gs-color-grey-background-60: rgba(235, 237, 239, 0.6);
    --gs-color-grey-background-50: rgba(235, 237, 239, 0.5);
    --gs-color-grey-outline: rgba(199, 202, 209, 1);
    --gs-color-grey-outline-20: rgba(199, 202, 209, 0.2);
    --gs-color-dark-background: rgba(60, 64, 73, 1);

    /* shadows */
    --gs-focused-shadow: 0 0 0 2px var(--gs-color-action-25);
    --gs-focused-shadow-inverted: 0 0 0 2px var(--gs-color-action-inverted-50);

    /* z-indexes */
    --gs-z-index-header: 800;
    --gs-z-index-drawer: 900;
    --gs-z-index-modal: 1000;
    --gs-z-index-tooltip: 1100;
}
.tooltip-module__resetButton--nU5VW {
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}
.tooltip-module__root--p8tkg {
    background: rgba(51, 51, 51, 1);
    border-radius: 4px;
    max-width: 300px;
}
.tooltip-module__withGaps--ZE95j {
    padding: 4px 8px;
}
.tooltip-module__popperContainer--Y8jcS {
    pointer-events: none;
    z-index: 1100;
}
.tooltip-module__tooltipContainer--tLLkx[data-placement^="top"] {
    margin-bottom: 9px;
}
.tooltip-module__tooltipContainer--tLLkx[data-placement^="right"] {
    margin-left: 9px;
}
.tooltip-module__tooltipContainer--tLLkx[data-placement^="bottom"] {
    margin-top: 9px;
}
.tooltip-module__tooltipContainer--tLLkx[data-placement^="left"] {
    margin-right: 9px;
}
.tooltip-module__arrow--W3cH0 {
    position: absolute;
    width: 10px;
    height: 10px;
}
.tooltip-module__arrowIcon--yPSEK {
    position: absolute;
    width: 10px;
    height: 10px;
}
.tooltip-module__arrow--W3cH0[data-placement^="top"] {
    margin-bottom: -8px;
    bottom: 0;
}
.tooltip-module__arrow--W3cH0[data-placement^="right"] {
    margin-left: -8px;
    left: 0;
}
.tooltip-module__arrow--W3cH0[data-placement^="bottom"] {
    margin-top: -8px;
    top: 0;
}
.tooltip-module__arrow--W3cH0[data-placement^="left"] {
    margin-right: -8px;
    right: 0;
}
.tooltip-module__arrowIcon--yPSEK[data-placement^="top"] {
    transform: rotate(-90deg);
}
.tooltip-module__arrowIcon--yPSEK[data-placement^="right"] {
    transform: rotate(0deg);
}
.tooltip-module__arrowIcon--yPSEK[data-placement^="bottom"] {
    transform: rotate(90deg);
}
.tooltip-module__arrowIcon--yPSEK[data-placement^="left"] {
    transform: rotate(180deg);
}


.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{transform:rotate(90deg);top:calc(50% - 3px);left:11px}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{transform:rotate(-90deg);top:calc(50% - 3px);right:11px}.tippy-svg-arrow{width:16px;height:16px;fill:#333;text-align:initial}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}
