:root .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)}.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)}.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);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}}@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-tag-fill-lightgrey{background-color:hsla(0,0%,100%,0);background-color:var(--okd-tag-fill-lightgrey-background-color,hsla(0,0%,100%,0));border-color:hsla(0,0%,100%,0);border-color:var(--okd-tag-fill-lightgrey-border-color,hsla(0,0%,100%,0));color:hsla(0,0%,100%,0);color:var(--okd-tag-fill-lightgrey-font-color,hsla(0,0%,100%,0))}.growth-tag-fill-green{background-color:var(--okd-tag-fill-green-background-color);border-color:var(--okd-tag-fill-green-border-color);color:var(--okd-tag-fill-green-font-color)}.growth-tag-fill-red{background-color:var(--okd-tag-fill-red-background-color);border-color:var(--okd-tag-fill-red-border-color);color:var(--okd-tag-fill-red-font-color)}.growth-tag-fill-tangerine{background-color:hsla(0,0%,100%,0);background-color:var(--okd-tag-fill-tangerine-background-color,hsla(0,0%,100%,0));border-color:hsla(0,0%,100%,0);border-color:var(--okd-tag-fill-tangerine-border-color,hsla(0,0%,100%,0));color:hsla(0,0%,100%,0);color:var(--okd-tag-fill-tangerine-font-color,hsla(0,0%,100%,0))}.growth-tag-fill-lime{background-color:var(--okd-tag-fill-lime-background-color);border-color:var(--okd-tag-fill-lime-border-color);color:var(--okd-tag-fill-lime-font-color)}.growth-tag-outline-grey{background-color:var(--okd-tag-outline-grey-background-color);border-color:var(--okd-tag-outline-grey-border-color);color:var(--okd-tag-outline-grey-font-color)}.growth-tag-outline-lightgrey{background-color:var(--okd-tag-outline-lightgrey-background-color);border-color:var(--okd-tag-outline-lightgrey-border-color);color:var(--okd-tag-outline-lightgrey-font-color)}.growth-tag-outline-green{background-color:var(--okd-tag-outline-green-background-color);border-color:var(--okd-tag-outline-green-border-color);color:var(--okd-tag-outline-green-font-color)}.growth-tag-outline-red{background-color:var(--okd-tag-outline-red-background-color);border-color:var(--okd-tag-outline-red-border-color);color:var(--okd-tag-outline-red-font-color)}.growth-tag-outline-tangerine{background-color:var(--okd-tag-outline-tangerine-background-color);border-color:var(--okd-tag-outline-tangerine-border-color);color:var(--okd-tag-outline-tangerine-font-color)}.growth-tag-outline-lime{background-color:hsla(0,0%,100%,0);background-color:var(--okd-tag-outline-lime-background-color,hsla(0,0%,100%,0));border-color:hsla(0,0%,100%,0);border-color:var(--okd-tag-outline-lime-border-color,hsla(0,0%,100%,0));color:hsla(0,0%,100%,0);color:var(--okd-tag-outline-lime-font-color,hsla(0,0%,100%,0))}.growth-tag.growth-tag-fill-lime{font-weight:700}:root .growth{--okd-tag-fill-lightgrey-background-color:hsla(0,0%,100%,0);--okd-tag-fill-lightgrey-font-color:hsla(0,0%,100%,0);--okd-tag-fill-lightgrey-border-color:hsla(0,0%,100%,0);--okd-tag-fill-tangerine-background-color:hsla(0,0%,100%,0);--okd-tag-fill-tangerine-font-color:hsla(0,0%,100%,0);--okd-tag-fill-tangerine-border-color:hsla(0,0%,100%,0);--okd-tag-outline-lime-background-color:hsla(0,0%,100%,0);--okd-tag-outline-lime-font-color:hsla(0,0%,100%,0);--okd-tag-outline-lime-border-color:hsla(0,0%,100%,0);--okd-tag-md-font-size:12px;--okd-tag-md-font-weight:400;--okd-tag-md-line-height:16px;--okd-tag-md-border-width:1px;--okd-tag-md-border-radius:4px;--okd-tag-md-padding-vertical:2px;--okd-tag-md-padding-horizontal:4px;--okd-tag-lg-font-size:12px;--okd-tag-lg-font-weight:400;--okd-tag-lg-line-height:16px;--okd-tag-lg-border-width:1px;--okd-tag-lg-border-radius:4px;--okd-tag-lg-padding-vertical:4px;--okd-tag-lg-padding-horizontal:8px;--okd-tag-sm-font-size:10px;--okd-tag-sm-font-weight:400;--okd-tag-sm-line-height:12px;--okd-tag-sm-height:16px;--okd-tag-sm-border-width:1px;--okd-tag-sm-border-radius:4px;--okd-tag-sm-padding-vertical:2px;--okd-tag-sm-padding-horizontal:4px;--okd-tag-md-height:20px;--okd-tag-lg-height:24px;--okd-tag-lg-icon-size:16px;--okd-tag-md-icon-size:16px;--okd-tag-sm-icon-size:12px;--okd-tag-fill-lime-background-color:var(--growth-okd-color-semantic-highlight);--okd-tag-fill-lime-font-color:var(--growth-okd-color-content-primary);--okd-tag-fill-lime-border-color:var(--growth-okd-color-common-transparent);--okd-tag-fill-grey-background-color:var(--growth-okd-color-neutral-20);--okd-tag-fill-grey-font-color:var(--growth-okd-color-content-secondary);--okd-tag-fill-grey-border-color:var(--growth-okd-color-common-transparent);--okd-tag-fill-green-background-color:rgba(0,188,75,.1);--okd-tag-fill-green-font-color:var(--growth-okd-color-preference-profit);--okd-tag-fill-green-border-color:var(--growth-okd-color-common-transparent);--okd-tag-fill-red-background-color:rgba(245,56,79,.1);--okd-tag-fill-red-font-color:var(--growth-okd-color-preference-loss);--okd-tag-fill-red-border-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-grey-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-grey-font-color:var(--growth-okd-color-semantic-neutral);--okd-tag-outline-grey-border-color:var(--growth-okd-color-semantic-neutral);--okd-tag-outline-green-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-green-font-color:var(--growth-okd-color-semantic-positive);--okd-tag-outline-green-border-color:var(--growth-okd-color-semantic-positive);--okd-tag-outline-red-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-red-font-color:var(--growth-okd-color-semantic-negative);--okd-tag-outline-red-border-color:var(--growth-okd-color-semantic-negative);--okd-tag-outline-tangerine-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-tangerine-font-color:var(--growth-okd-color-semantic-notice);--okd-tag-outline-tangerine-border-color:var(--growth-okd-color-semantic-notice);--okd-tag-outline-lightgrey-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-lightgrey-font-color:var(--growth-okd-color-content-contrast);--okd-tag-outline-lightgrey-border-color:var(--growth-okd-color-content-contrast)}.theme-dark .growth{--okd-tag-fill-lightgrey-background-color:hsla(0,0%,100%,0);--okd-tag-fill-lightgrey-font-color:hsla(0,0%,100%,0);--okd-tag-fill-lightgrey-border-color:hsla(0,0%,100%,0);--okd-tag-fill-tangerine-background-color:hsla(0,0%,100%,0);--okd-tag-fill-tangerine-font-color:hsla(0,0%,100%,0);--okd-tag-fill-tangerine-border-color:hsla(0,0%,100%,0);--okd-tag-outline-lime-background-color:hsla(0,0%,100%,0);--okd-tag-outline-lime-font-color:hsla(0,0%,100%,0);--okd-tag-outline-lime-border-color:hsla(0,0%,100%,0);--okd-tag-md-font-size:12px;--okd-tag-md-font-weight:400;--okd-tag-md-line-height:16px;--okd-tag-md-border-width:1px;--okd-tag-md-border-radius:4px;--okd-tag-md-padding-vertical:2px;--okd-tag-md-padding-horizontal:4px;--okd-tag-lg-font-size:12px;--okd-tag-lg-font-weight:400;--okd-tag-lg-line-height:16px;--okd-tag-lg-border-width:1px;--okd-tag-lg-border-radius:4px;--okd-tag-lg-padding-vertical:4px;--okd-tag-lg-padding-horizontal:8px;--okd-tag-sm-font-size:10px;--okd-tag-sm-font-weight:400;--okd-tag-sm-line-height:12px;--okd-tag-sm-height:16px;--okd-tag-sm-border-width:1px;--okd-tag-sm-border-radius:4px;--okd-tag-sm-padding-vertical:2px;--okd-tag-sm-padding-horizontal:4px;--okd-tag-md-height:20px;--okd-tag-lg-height:24px;--okd-tag-lg-icon-size:16px;--okd-tag-md-icon-size:16px;--okd-tag-sm-icon-size:12px;--okd-tag-fill-lime-background-color:var(--growth-okd-color-semantic-highlight);--okd-tag-fill-lime-font-color:var(--growth-okd-color-content-inverse);--okd-tag-fill-lime-border-color:var(--growth-okd-color-common-transparent);--okd-tag-fill-grey-background-color:var(--growth-okd-color-neutral-180);--okd-tag-fill-grey-font-color:var(--growth-okd-color-content-secondary);--okd-tag-fill-grey-border-color:var(--growth-okd-color-common-transparent);--okd-tag-fill-green-background-color:rgba(37,167,80,.1);--okd-tag-fill-green-font-color:var(--growth-okd-color-preference-profit);--okd-tag-fill-green-border-color:var(--growth-okd-color-common-transparent);--okd-tag-fill-red-background-color:rgba(202,63,100,.1);--okd-tag-fill-red-font-color:var(--growth-okd-color-preference-loss);--okd-tag-fill-red-border-color:var(--growth-okd-color-common-transparent)}.growth-tag-sm{--okd-tag-inner-height:var(--okd-tag-sm-height,16px);border-radius:4px;border-radius:var(--okd-tag-sm-border-radius,4px);border-width:1px;border-width:var(--okd-tag-sm-border-width,1px);font-size:12px;font-size:var(--okd-tag-sm-font-size,12px);font-weight:400;font-weight:var(--okd-tag-sm-font-weight,400);line-height:16px;line-height:var(--okd-tag-sm-line-height,16px);padding:2px 4px;padding:var(--okd-tag-sm-padding-vertical,2px) var(--okd-tag-sm-padding-horizontal,4px)}.growth-tag-sm .growth-tag-icon{font-size:12px;font-size:var(--okd-tag-sm-icon-size,12px)}.growth-tag-md{--okd-tag-inner-height:var(--okd-tag-md-height,20px);border-radius:4px;border-radius:var(--okd-tag-md-border-radius,4px);border-width:1px;border-width:var(--okd-tag-md-border-width,1px);font-size:12px;font-size:var(--okd-tag-md-font-size,12px);font-weight:400;font-weight:var(--okd-tag-md-font-weight,400);line-height:16px;line-height:var(--okd-tag-md-line-height,16px);padding:2px 4px;padding:var(--okd-tag-md-padding-vertical,2px) var(--okd-tag-md-padding-horizontal,4px)}.growth-tag-md .growth-tag-icon{font-size:16px;font-size:var(--okd-tag-md-icon-size,16px)}.growth-tag-lg{--okd-tag-inner-height:var(--okd-tag-lg-height,24px);border-radius:4px;border-radius:var(--okd-tag-lg-border-radius,4px);border-width:1px;border-width:var(--okd-tag-lg-border-width,1px);font-size:12px;font-size:var(--okd-tag-lg-font-size,12px);font-weight:400;font-weight:var(--okd-tag-lg-font-weight,400);line-height:16px;line-height:var(--okd-tag-lg-line-height,16px);padding:2px 4px;padding:var(--okd-tag-lg-padding-vertical,2px) var(--okd-tag-lg-padding-horizontal,4px)}.growth-tag-lg .growth-tag-icon{font-size:16px;font-size:var(--okd-tag-lg-icon-size,16px)}.growth-tag-fixed-height{height:var(--okd-tag-inner-height);padding-bottom:0;padding-top:0}.growth-tag{align-items:center;border-style:solid;box-sizing:border-box;display:inline-flex}.growth-tag-ellipsis{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.growth-tag-icon{padding-left:2px}.growth-tag-fill-grey{background-color:var(--okd-tag-fill-grey-background-color);border-color:var(--okd-tag-fill-grey-border-color);color:var(--okd-tag-fill-grey-font-color)}.theme-dark .growth{--okd-tag-outline-grey-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-grey-font-color:var(--growth-okd-color-semantic-neutral);--okd-tag-outline-grey-border-color:var(--growth-okd-color-semantic-neutral);--okd-tag-outline-green-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-green-font-color:var(--growth-okd-color-semantic-positive);--okd-tag-outline-green-border-color:var(--growth-okd-color-semantic-positive);--okd-tag-outline-red-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-red-font-color:var(--growth-okd-color-semantic-negative);--okd-tag-outline-red-border-color:var(--growth-okd-color-semantic-negative);--okd-tag-outline-tangerine-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-tangerine-font-color:var(--growth-okd-color-semantic-notice);--okd-tag-outline-tangerine-border-color:var(--growth-okd-color-semantic-notice)}:root .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)}.theme-dark .growth{--okd-tag-outline-lightgrey-background-color:var(--growth-okd-color-common-transparent);--okd-tag-outline-lightgrey-font-color:var(--growth-okd-color-content-contrast);--okd-tag-outline-lightgrey-border-color:var(--growth-okd-color-content-contrast)}.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)}.growth-alert{border-radius:var(--okd-alert-box-border-radius);box-sizing:border-box;display:inline-flex;padding:var(--okd-alert-box-padding-vertical) var(--okd-alert-box-padding-horizontal);position:relative;width:100%}.growth-alert.closable{padding-left:44px}.growth-alert *{box-sizing:border-box}.growth-alert .growth-alert-icon{align-items:center;display:flex;font-size:20px;font-size:var(--okd-alert-icon-tip-size,20px);height:20px;height:var(--okd-alert-icon-tip-size,20px);justify-content:center;width:20px;width:var(--okd-alert-icon-tip-size,20px)}.growth-alert-msg-box{display:flex;flex-direction:column;flex-grow:1}.growth-alert-icon+.growth-alert-msg-box{margin-right:15px;margin-right:var(--okd-alert-box-margin-left,15px)}.growth-alert-title{font-size:var(--okd-alert-title-font-size);font-weight:500;line-height:var(--okd-alert-title-line-height)}.growth-alert-desc{font-size:var(--okd-alert-text-font-size);font-weight:400;line-height:var(--okd-alert-text-line-height)}.growth-alert-title+.growth-alert-desc{margin-top:4px;margin-top:var(--okd-alert-desc-margin-top,4px)}.growth-alert-link{font-weight:500;text-decoration:none}.growth-alert-desc-list{-webkit-padding-start:17px;-moz-padding-start:17px;-webkit-margin-before:4px;-webkit-margin-after:0;margin-block-end:0;margin-block-start:4px;padding-inline-start:17px}.growth-alert-action-box{margin-bottom:8px;margin-bottom:var(--okd-alert-action-box-margin-bottom,8px);margin-top:21px;margin-top:var(--okd-alert-action-box-margin-top,21px)}.growth-alert-action{background:transparent;border:0;cursor:pointer;font-family:inherit;font-size:var(--okd-alert-action-font-size);font-weight:500;line-height:var(--okd-alert-action-line-height);outline:0;padding:0}.growth-alert-action:focus-visible{border-radius:4px;outline:2px solid var(--growth-okd-color-border-focus);outline-color:var(--growth-okd-color-border-focus);outline-offset:2px;outline-style:solid;outline-width:2px}.growth-alert-action+.growth-alert-action{margin-right:32px;margin-right:var(--okd-alert-action-margin-left,32px)}.growth-alert .growth-alert-close{cursor:pointer;font-size:20px;font-size:var(--okd-alert-icon-close-size,20px);left:12px;line-height:1;position:absolute}.growth-alert.normal-alert{background:var(--okd-alert-normal-background)}.growth-alert.normal-alert .growth-alert-icon{color:var(--okd-alert-normal-icon-color)}.growth-alert.normal-alert .growth-alert-title{color:var(--okd-alert-normal-title-color)}.growth-alert.normal-alert .growth-alert-desc{color:var(--okd-alert-normal-desc-color)}.growth-alert.normal-alert .growth-alert-close{color:var(--growth-okd-color-gray-300);color:var(--okd-alert-close-color,var(--growth-okd-color-gray-300))}.growth-alert.normal-alert .growth-alert-link{border-bottom:1px solid var(--okd-alert-normal-link-color);color:var(--okd-alert-normal-link-color);text-decoration:none}.growth-alert.normal-alert .growth-alert-action{color:var(--okd-alert-normal-action-color)}.growth-alert.success-alert{background:var(--okd-alert-success-background)}.growth-alert.success-alert .growth-alert-icon{color:var(--okd-alert-success-icon-color)}.growth-alert.success-alert .growth-alert-title{color:var(--okd-alert-success-title-color)}.growth-alert.success-alert .growth-alert-desc{color:var(--okd-alert-success-desc-color)}.growth-alert.success-alert .growth-alert-close{color:var(--growth-okd-color-gray-300);color:var(--okd-alert-close-color,var(--growth-okd-color-gray-300))}.growth-alert.success-alert .growth-alert-link{border-bottom:1px solid var(--okd-alert-success-link-color);color:var(--okd-alert-success-link-color);text-decoration:none}.growth-alert.success-alert .growth-alert-action{color:var(--okd-alert-success-action-color)}.growth-alert.info-alert{background:var(--okd-alert-info-background)}.growth-alert.info-alert .growth-alert-icon{color:var(--okd-alert-info-icon-color)}.growth-alert.info-alert .growth-alert-title{color:var(--okd-alert-info-title-color)}.growth-alert.info-alert .growth-alert-desc{color:var(--okd-alert-info-desc-color)}.growth-alert.info-alert .growth-alert-close{color:var(--growth-okd-color-gray-300);color:var(--okd-alert-close-color,var(--growth-okd-color-gray-300))}.growth-alert.info-alert .growth-alert-link{border-bottom:1px solid var(--okd-alert-info-link-color);color:var(--okd-alert-info-link-color);text-decoration:none}.growth-alert.info-alert .growth-alert-action{color:var(--okd-alert-info-action-color)}.growth-alert.warn-alert{background:var(--okd-alert-warn-background)}.growth-alert.warn-alert .growth-alert-icon{color:var(--okd-alert-warn-icon-color)}.growth-alert.warn-alert .growth-alert-title{color:var(--okd-alert-warn-title-color)}.growth-alert.warn-alert .growth-alert-desc{color:var(--okd-alert-warn-desc-color)}.growth-alert.warn-alert .growth-alert-close{color:var(--growth-okd-color-gray-300);color:var(--okd-alert-close-color,var(--growth-okd-color-gray-300))}.growth-alert.warn-alert .growth-alert-link{border-bottom:1px solid var(--okd-alert-warn-link-color);color:var(--okd-alert-warn-link-color);text-decoration:none}.growth-alert.warn-alert .growth-alert-action{color:var(--okd-alert-warn-action-color)}.growth-alert.error-alert{background:var(--okd-alert-error-background)}.growth-alert.error-alert .growth-alert-icon{color:var(--okd-alert-error-icon-color)}.growth-alert.error-alert .growth-alert-title{color:var(--okd-alert-error-title-color)}.growth-alert.error-alert .growth-alert-desc{color:var(--okd-alert-error-desc-color)}.growth-alert.error-alert .growth-alert-close{color:var(--growth-okd-color-gray-300);color:var(--okd-alert-close-color,var(--growth-okd-color-gray-300))}.growth-alert.error-alert .growth-alert-link{border-bottom:1px solid var(--okd-alert-error-link-color);color:var(--okd-alert-error-link-color);text-decoration:none}.growth-alert.error-alert .growth-alert-action{color:var(--okd-alert-error-action-color)}.theme-dark .growth,:root .growth{--okd-alert-normal-background:var(--growth-okd-color-alert-info);--okd-alert-normal-title-color:var(--growth-okd-color-content-primary);--okd-alert-normal-icon-color:var(--growth-okd-color-content-primary);--okd-alert-normal-desc-color:var(--growth-okd-color-content-secondary);--okd-alert-normal-action-color:var(--growth-okd-color-content-primary);--okd-alert-normal-link-color:var(--growth-okd-color-content-secondary);--okd-alert-normal-accent-color:var(--growth-okd-color-content-primary);--okd-alert-success-background:var(--growth-okd-color-alert-success);--okd-alert-success-title-color:var(--growth-okd-color-content-primary);--okd-alert-success-icon-color:var(--growth-okd-color-semantic-positive);--okd-alert-success-desc-color:var(--growth-okd-color-content-secondary);--okd-alert-success-action-color:var(--growth-okd-color-content-primary);--okd-alert-success-link-color:var(--growth-okd-color-content-secondary);--okd-alert-success-accent-color:var(--growth-okd-color-semantic-positive);--okd-alert-info-background:var(--growth-okd-color-alert-info);--okd-alert-info-title-color:var(--growth-okd-color-content-primary);--okd-alert-info-icon-color:var(--growth-okd-color-content-primary);--okd-alert-info-desc-color:var(--growth-okd-color-content-secondary);--okd-alert-info-action-color:var(--growth-okd-color-content-primary);--okd-alert-info-link-color:var(--growth-okd-color-content-secondary);--okd-alert-info-accent-color:var(--growth-okd-color-content-primary);--okd-alert-warn-background:var(--growth-okd-color-alert-warning);--okd-alert-warn-title-color:var(--growth-okd-color-content-primary);--okd-alert-warn-icon-color:var(--growth-okd-color-semantic-notice);--okd-alert-warn-desc-color:var(--growth-okd-color-content-secondary);--okd-alert-warn-action-color:var(--growth-okd-color-content-primary);--okd-alert-warn-link-color:var(--growth-okd-color-content-secondary);--okd-alert-warn-accent-color:var(--growth-okd-color-semantic-notice);--okd-alert-error-background:var(--growth-okd-color-alert-error);--okd-alert-error-title-color:var(--growth-okd-color-content-primary);--okd-alert-error-icon-color:var(--growth-okd-color-semantic-negative);--okd-alert-error-desc-color:var(--growth-okd-color-content-secondary);--okd-alert-error-action-color:var(--growth-okd-color-content-primary);--okd-alert-error-link-color:var(--growth-okd-color-content-secondary);--okd-alert-error-accent-color:var(--growth-okd-color-semantic-negative);--okd-alert-box-padding-vertical:8px;--okd-alert-box-padding-horizontal:16px;--okd-alert-box-border-radius:8px;--okd-alert-accent-width:4px;--okd-alert-title-font-size:var(--okd-font-size-md);--okd-alert-title-line-height:var(--okd-line-height-md);--okd-alert-text-font-size:12px;--okd-alert-text-line-height:var(--okd-line-height-md);--okd-alert-action-font-size:12px;--okd-alert-action-line-height:var(--okd-line-height-md);--okd-alert-icon-tip-size:20px;--okd-alert-icon-close-size:20px;--okd-alert-close-color:var(--growth-okd-color-gray-300);--okd-alert-box-margin-left:8px;--okd-alert-desc-margin-top:4px;--okd-alert-action-box-margin-top:8px;--okd-alert-action-box-margin-bottom:0px;--okd-alert-action-margin-left:16px}.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)}