:host{color:var(--sapList_TextColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize)}:host([open]) .ui5-toast-root{display:block}.ui5-toast-root{word-wrap:break-word;background:var(--_ui5-v1-18-0_toast_background);border-radius:var(--sapElement_BorderCornerRadius);box-shadow:var(--_ui5-v1-18-0_toast_shadow);box-sizing:border-box;color:inherit;display:none;font-family:inherit;font-size:inherit;font-weight:inherit;max-width:15rem;opacity:1;overflow:hidden;padding:1rem;position:fixed;text-align:center;text-overflow:ellipsis;transition-property:opacity;white-space:pre-line}:host(:not([placement])) .ui5-toast-root{bottom:var(--_ui5-v1-18-0_toast_vertical_offset);left:50%;transform:translateX(-50%)}:host([placement=TopStart]) .ui5-toast-root{left:var(--_ui5-v1-18-0_toast_horizontal_offset);top:var(--_ui5-v1-18-0_toast_vertical_offset)}:host([placement=MiddleStart]) .ui5-toast-root{left:var(--_ui5-v1-18-0_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=BottomStart]) .ui5-toast-root{bottom:var(--_ui5-v1-18-0_toast_vertical_offset);left:var(--_ui5-v1-18-0_toast_horizontal_offset)}:host([placement=TopCenter]) .ui5-toast-root{left:50%;top:var(--_ui5-v1-18-0_toast_vertical_offset);transform:translateX(-50%)}:host([placement=MiddleCenter]) .ui5-toast-root{left:50%;top:50%;transform:translate(-50%,-50%)}:host([placement=BottomCenter]) .ui5-toast-root{bottom:var(--_ui5-v1-18-0_toast_vertical_offset);left:50%;transform:translateX(-50%)}:host([placement=TopEnd]) .ui5-toast-root{right:var(--_ui5-v1-18-0_toast_horizontal_offset);top:var(--_ui5-v1-18-0_toast_vertical_offset)}:host([placement=MiddleEnd]) .ui5-toast-root{right:var(--_ui5-v1-18-0_toast_horizontal_offset);top:50%;transform:translateY(-50%)}:host([placement=BottomEnd]) .ui5-toast-root{bottom:var(--_ui5-v1-18-0_toast_vertical_offset);right:var(--_ui5-v1-18-0_toast_horizontal_offset)}:host([focused]) .ui5-toast-root{outline-color:var(--sapContent_FocusColor);outline-offset:var(--_ui5-v1-18-0_toast_offset_width);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}