.theme-light .growth{--okd-notification-success-icon-color:var(--growth-okd-color-semantic-positive);--okd-notification-info-icon-color:var(--growth-okd-color-content-primary);--okd-notification-warn-icon-color:var(--growth-okd-color-semantic-notice);--okd-notification-error-icon-color:var(--growth-okd-color-semantic-negative);--okd-notification-title-color:var(--growth-okd-color-content-primary);--okd-notification-text-color:var(--growth-okd-color-content-secondary);--okd-notification-action-confirm-btn-color:var(--growth-okd-color-content-primary);--okd-notification-action-cancel-btn-color:var(--growth-okd-color-content-primary);--okd-notification-box-close-icon-color:var(--growth-okd-color-content-contrast);--okd-notification-box-shadow:var(--okd-shadow-xl);--okd-notification-box-background:var(--growth-okd-color-modal-tertiary);--okd-notification-box-border-color:var(--growth-okd-color-border-primary);--okd-notification-box-border-radius:var(--okd-border-radius-md);--okd-notification-box-padding:16px;--okd-notification-box-each-margin:14px;--okd-notification-box-max-width:700px;--okd-notification-box-min-width:451px;--okd-notification-box-auto-width-min-width:100px;--okd-notification-box-icon-text-margin:15px;--okd-notification-title-font-size:var(--okd-font-size-md);--okd-notification-title-line-height:var(--okd-line-height-md);--okd-notification-text-font-size:var(--okd-font-size-md);--okd-notification-text-line-height:var(--okd-line-height-md);--okd-notification-action-font-size:var(--okd-font-size-md);--okd-notification-action-line-height:var(--okd-line-height-md);--okd-notification-pending-icon-color:var(--growth-okd-color-content-primary);--okd-popup-white-board-background:var(--growth-okd-color-modal-primary);--okd-popup-white-board-shadow:#0000000d 0px 4px 6px -2px,#0000001a 0px 10px 15px -3px}.theme-dark .growth{--okd-notification-success-icon-color:var(--growth-okd-color-semantic-positive);--okd-notification-info-icon-color:var(--growth-okd-color-content-primary);--okd-notification-warn-icon-color:var(--growth-okd-color-semantic-notice);--okd-notification-error-icon-color:var(--growth-okd-color-semantic-negative);--okd-notification-title-color:var(--growth-okd-color-content-primary);--okd-notification-text-color:var(--growth-okd-color-content-secondary);--okd-notification-action-confirm-btn-color:var(--growth-okd-color-content-primary);--okd-notification-action-cancel-btn-color:var(--growth-okd-color-content-primary);--okd-notification-box-close-icon-color:var(--growth-okd-color-content-contrast);--okd-notification-box-shadow:var(--okd-shadow-xl);--okd-notification-box-background:var(--growth-okd-color-modal-tertiary);--okd-notification-box-border-color:var(--growth-okd-color-border-secondary);--okd-notification-box-border-radius:var(--okd-border-radius-md);--okd-notification-box-padding:16px;--okd-notification-box-each-margin:14px;--okd-notification-box-max-width:700px;--okd-notification-box-min-width:451px;--okd-notification-box-auto-width-min-width:100px;--okd-notification-box-icon-text-margin:15px;--okd-notification-title-font-size:var(--okd-font-size-md);--okd-notification-title-line-height:var(--okd-line-height-md);--okd-notification-text-font-size:var(--okd-font-size-md);--okd-notification-text-line-height:var(--okd-line-height-md);--okd-notification-action-font-size:var(--okd-font-size-md);--okd-notification-action-line-height:var(--okd-line-height-md);--okd-notification-pending-icon-color:var(--growth-okd-color-content-primary);--okd-popup-white-board-background:var(--growth-okd-color-modal-primary);--okd-popup-white-board-shadow:#0000000d 0px 4px 6px -2px,#0000001a 0px 10px 15px -3px}.growth-notification-default{height:100vh;position:fixed;width:100vw}.growth-notification-default,.growth-notification-wrap{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;margin:0;padding:0;pointer-events:none;right:0;top:0}.growth-notification-wrap{height:100%;position:absolute;width:100%}.growth-notification *{box-sizing:border-box}.growth-notification-container.container-remove{animation-duration:.55s;animation-name:NotificationOutTop}.growth-notification-box{animation-duration:.3s;background:var(--okd-notification-box-background);border:thin solid var(--okd-notification-box-border-color);border-radius:var(--okd-notification-box-border-radius);box-shadow:var(--okd-notification-box-shadow);display:inline-flex;line-height:1;margin:calc(var(--okd-notification-box-each-margin)/2) 0;max-width:var(--okd-notification-box-max-width);min-width:var(--okd-notification-box-min-width);overflow:hidden;padding:var(--okd-notification-box-padding);pointer-events:all;position:relative}.growth-notification-box.auto-width{min-width:var(--okd-notification-box-auto-width-min-width)}.growth-notification-box .growth-notification-icon-circle-container{display:inline-block;height:20px;margin-left:var(--okd-notification-box-icon-text-margin);position:relative;vertical-align:top;width:20px}.growth-notification-box .growth-notification-icon-new{font-size:20px;height:100%;width:100%}.growth-notification-box .growth-notification-content{display:inline-flex;flex:1 1;flex-direction:column;flex-wrap:wrap;word-break:break-word}.growth-notification-box .growth-notification-inline{flex-direction:unset}.growth-notification-box .growth-notification-inline .growth-notification-action{margin-top:0;width:auto}.growth-notification-box .growth-notification-title-box{display:inline-flex;flex:1 1;flex-direction:column;flex-wrap:wrap}.growth-notification-box .growth-notification-title{color:var(--okd-notification-title-color);flex:1 1;flex-shrink:0;font-size:var(--okd-notification-title-font-size);font-weight:500;line-height:var(--okd-notification-title-line-height);text-align:right}.growth-notification-box .growth-notification-desc,.growth-notification-box .growth-notification-text{color:var(--okd-notification-text-color);font-size:var(--okd-notification-text-font-size);line-height:var(--okd-notification-text-line-height)}.growth-notification-box .growth-notification-desc{margin-top:4px;text-align:right;width:100%}.growth-notification-box .growth-notification-action{display:inline-block;margin-top:12px;pointer-events:auto;text-align:right;width:100%}.growth-notification-box .growth-notification-action .action-undo{color:var(--okd-notification-action-confirm-btn-color)}.growth-notification-box .growth-notification-action .action-dismiss,.growth-notification-box .growth-notification-action .action-undo{cursor:pointer;font-size:var(--okd-notification-action-font-size);font-weight:500;line-height:var(--okd-notification-action-line-height)}.growth-notification-box .growth-notification-action .action-dismiss{color:var(--okd-notification-action-cancel-btn-color)}.growth-notification-box .growth-notification-action .action-undo+.action-dismiss{margin-right:16px}.growth-notification-box .growth-notification-close{-webkit-tap-highlight-color:transparent;color:var(--okd-notification-box-close-icon-color);cursor:pointer;font-size:22px;height:22px;margin-right:15px;pointer-events:auto;position:relative;top:-2px;width:22px}.growth-notification-box.success .growth-notification-icon-new{color:var(--okd-notification-success-icon-color)}.growth-notification-box.info .growth-notification-icon-new{color:var(--okd-notification-info-icon-color)}.growth-notification-box.warn .growth-notification-icon-new{color:var(--okd-notification-warn-icon-color)}.growth-notification-box.error .growth-notification-icon-new{color:var(--okd-notification-error-icon-color)}.growth-notification-box.pending .growth-notification-icon-new{color:var(--okd-notification-pending-icon-color)}.growth-notification.growth-notification-bottom,.growth-notification.growth-notification-bottom-left,.growth-notification.growth-notification-bottom-right{justify-content:flex-end}.growth-notification.growth-notification-bottom .container-remove,.growth-notification.growth-notification-bottom-left .container-remove,.growth-notification.growth-notification-bottom-right .container-remove{animation-name:NotificationOutBottom}.growth-notification.growth-notification-bottom-right .growth-notification-container,.growth-notification.growth-notification-top-right .growth-notification-container{text-align:left}.growth-notification.growth-notification-bottom .growth-notification-container,.growth-notification.growth-notification-top .growth-notification-container{text-align:center}.growth-notification.growth-notification-bottom-left .growth-notification-box,.growth-notification.growth-notification-top-left .growth-notification-box{animation-name:NotificationInLeft}.growth-notification.growth-notification-bottom-right .growth-notification-box,.growth-notification.growth-notification-top-right .growth-notification-box{animation-name:NotificationInRight}.growth-notification.growth-notification-top .growth-notification-box{animation-name:NotificationInTop}.growth-notification.growth-notification-bottom .growth-notification-box{animation-name:NotificationInBottom}@media (max-width:767px){.growth-notification.growth-notification-bottom-left .growth-notification-container,.growth-notification.growth-notification-bottom-right .growth-notification-container,.growth-notification.growth-notification-top-left .growth-notification-container,.growth-notification.growth-notification-top-right .growth-notification-container{text-align:center}.growth-notification-box{min-width:unset;width:100%}.growth-notification-box.auto-width{width:auto}}.growth-notification-box .growth-notification-icon-pending-poster,.growth-notification-box .growth-notification-icon-success-poster{color:var(--okd-notification-success-icon-color);color:var(--growth-okd-color-surface-success-default,var(--okd-notification-success-icon-color));font-size:20px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.growth-notification-box .growth-notification-icon-error-poster{color:var(--okd-notification-error-icon-color);color:var(--growth-okd-color-surface-danger-default,var(--okd-notification-error-icon-color));font-size:20px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}@keyframes NotificationInLeft{0%{opacity:0;transform:translate3d(30px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationInRight{0%{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationInTop{0%{opacity:0;transform:translate3d(0,-30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationInBottom{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationOutBottom{0%{max-height:150px;opacity:1;transform:translateZ(0)}to{max-height:0;opacity:0;transform:translate3d(0,30px,0)}}@keyframes NotificationOutTop{0%{max-height:150px;opacity:1;transform:translateZ(0)}to{max-height:0;opacity:0;transform:translate3d(0,-30px,0)}}.growth-popup{display:inline-flex;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.growth-popup-layer{display:none;opacity:0;outline:none;position:absolute;transition:opacity .3s}.growth-popup-layer-visible{display:block;opacity:1}.growth-popup-layer-arrow-inner{border:1px solid transparent;border-radius:2px;box-sizing:border-box;display:block;height:100%;transform:rotate(45deg);transform-origin:center;width:100%}.growth-popup-layer.growth-popup-overflow[data-popper-reference-hidden]{pointer-events:none;visibility:hidden}.growth-popup-white-board .growth-popup-layer-arrow-inner,.growth-popup-white-board-content{background-color:var(--okd-popup-white-board-background);border:1px solid rgba(0,0,0,.05)}.growth-popup-white-board-content{border-radius:4px;box-shadow:var(--okd-popup-white-board-shadow)}.growth-popup-placement-lg-top{padding-bottom:9px}.growth-popup-placement-lg-bottom{padding-top:9px}.growth-popup-placement-lg-left{padding-right:9px}.growth-popup-placement-lg-right{padding-left:9px}.growth-popup-arrow-lg .growth-popup-layer-arrow{height:14px;width:14px}.growth-popup-arrow-lg[data-popper-placement*=top]{padding:0 0 9px}.growth-popup-arrow-lg[data-popper-placement*=bottom]{padding:9px 0 0}.growth-popup-arrow-lg[data-popper-placement*=left]{padding:0 9px 0 0}.growth-popup-arrow-lg[data-popper-placement*=right]{padding:0 0 0 9px}.growth-popup-arrow-lg[data-popper-placement*=top] .growth-popup-layer-arrow{margin-top:-17px;top:100%}.growth-popup-arrow-lg[data-popper-placement*=top] .growth-popup-layer-arrow-inner{border-left-color:transparent!important;border-top-color:transparent!important}.growth-popup-arrow-lg[data-popper-placement*=right] .growth-popup-layer-arrow{margin-right:-17px;right:100%}.growth-popup-arrow-lg[data-popper-placement*=right] .growth-popup-layer-arrow-inner{border-right-color:transparent!important;border-top-color:transparent!important}.growth-popup-arrow-lg[data-popper-placement*=bottom] .growth-popup-layer-arrow{bottom:100%;margin-bottom:-17px}.growth-popup-arrow-lg[data-popper-placement*=bottom] .growth-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-right-color:transparent!important}.growth-popup-arrow-lg[data-popper-placement*=left] .growth-popup-layer-arrow{left:100%;margin-left:-17px}.growth-popup-arrow-lg[data-popper-placement*=left] .growth-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-left-color:transparent!important}.growth-popup-placement-md-top{padding-bottom:7px}.growth-popup-placement-md-bottom{padding-top:7px}.growth-popup-placement-md-left{padding-right:7px}.growth-popup-placement-md-right{padding-left:7px}.growth-popup-arrow-md .growth-popup-layer-arrow{height:10px;width:10px}.growth-popup-arrow-md[data-popper-placement*=top]{padding:0 0 7px}.growth-popup-arrow-md[data-popper-placement*=bottom]{padding:7px 0 0}.growth-popup-arrow-md[data-popper-placement*=left]{padding:0 7px 0 0}.growth-popup-arrow-md[data-popper-placement*=right]{padding:0 0 0 7px}.growth-popup-arrow-md[data-popper-placement*=top] .growth-popup-layer-arrow{margin-top:-13px;top:100%}.growth-popup-arrow-md[data-popper-placement*=top] .growth-popup-layer-arrow-inner{border-left-color:transparent!important;border-top-color:transparent!important}.growth-popup-arrow-md[data-popper-placement*=right] .growth-popup-layer-arrow{margin-right:-13px;right:100%}.growth-popup-arrow-md[data-popper-placement*=right] .growth-popup-layer-arrow-inner{border-right-color:transparent!important;border-top-color:transparent!important}.growth-popup-arrow-md[data-popper-placement*=bottom] .growth-popup-layer-arrow{bottom:100%;margin-bottom:-13px}.growth-popup-arrow-md[data-popper-placement*=bottom] .growth-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-right-color:transparent!important}.growth-popup-arrow-md[data-popper-placement*=left] .growth-popup-layer-arrow{left:100%;margin-left:-13px}.growth-popup-arrow-md[data-popper-placement*=left] .growth-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-left-color:transparent!important}.theme-light .growth{--okd-tooltip-default-font-color:var(--growth-okd-color-content-inverse);--okd-tooltip-neutral-background:var(--growth-okd-color-modal-contrast);--okd-tooltip-negative-background:var(--growth-okd-color-semantic-negative);--okd-tooltip-positive-background:var(--growth-okd-color-semantic-positive);--okd-tooltip-informative-background:var(--growth-okd-color-semantic-informative)}.growth-tooltip .growth-popup-layer-content{word-wrap:break-word;border-radius:2px;color:var(--okd-tooltip-default-font-color);font-size:12px;line-height:16px;max-width:160px;padding:8px}.growth-tooltip .growth-popup-layer-arrow-inner,.growth-tooltip .growth-popup-layer-content{background-color:var(--okd-tooltip-neutral-background)}.growth-tooltip-negative .growth-popup-layer-arrow-inner,.growth-tooltip-negative .growth-popup-layer-content{background-color:var(--okd-tooltip-negative-background)}.growth-tooltip-positive .growth-popup-layer-arrow-inner,.growth-tooltip-positive .growth-popup-layer-content{background-color:var(--okd-tooltip-positive-background)}.growth-tooltip-informative .growth-popup-layer-arrow-inner,.growth-tooltip-informative .growth-popup-layer-content{background-color:var(--okd-tooltip-informative-background)}.theme-dark .growth{--okd-tooltip-default-font-color:var(--growth-okd-color-content-primary);--okd-tooltip-neutral-background:var(--growth-okd-color-modal-contrast);--okd-tooltip-negative-background:var(--growth-okd-color-semantic-negative);--okd-tooltip-positive-background:var(--growth-okd-color-semantic-positive);--okd-tooltip-informative-background:var(--growth-okd-color-semantic-informative)}