.wh-toast{align-items:center;background-color:rgba(255,255,255,0.05);border-radius:2px;border:2px solid var(--whAlert-borderColor);box-sizing:border-box;color:#818181;display:flex;font-weight:600;gap:0 10px;padding-left:10px}.wh-toast{background-color:#181818;pointer-events:all}.wh-toast .wh-toast-icon:before{color:var(--whAlert-iconColor)}.wh-toast .wh-toast-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-toast .wh-toast-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-toast .wh-button,.wh-toast .wh-button-group{margin-left:auto}.wh-toast[data-alert-type="success"]{--whAlert-borderColor: #3dbf00;--whAlert-iconColor: #7dff40}.wh-toast[data-alert-type="error"]{--whAlert-borderColor: #bf0100;--whAlert-iconColor: #ff4140}.wh-toast[data-alert-type="warning"]{--whAlert-borderColor: #bf8a00;--whAlert-iconColor: #ffca40}.wh-toast-viewport{display:flex;flex-direction:column;gap:5px;left:50%;max-width:calc(100vw - 20px);pointer-events:none;position:fixed;top:calc(var(--ui-top-offset, 253px) + 10px);transform:translateX(-50%);z-index:2147483647}
