.ei-flow-v2-notice-host{position:relative}
.ei-flow-v2-notice-stack{z-index:999999;display:flex;flex-direction:column;gap:10px;width:min(380px,calc(100% - 32px));pointer-events:none}
.ei-flow-v2-notice-stack.is-viewport{position:fixed;right:24px;bottom:24px;align-items:flex-end}
.ei-flow-v2-notice-stack.is-lobby_scene_bottom_right{position:absolute;right:18px;bottom:18px;max-height:calc(100% - 36px);overflow:hidden;align-items:flex-end}
.ei-flow-v2-notice-stack.is-lobby_scene_center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(440px,calc(100% - 40px));max-height:calc(100% - 40px);overflow:hidden;align-items:center}
.ei-flow-v2-notice{position:relative;width:100%;box-sizing:border-box;padding:13px 46px 13px 17px;border-radius:12px;background:#172033!important;color:#fff!important;box-shadow:0 14px 38px rgba(0,0,0,.24);opacity:0;transform:translateY(12px) scale(.98);transition:opacity .16s ease,transform .16s ease;font-size:14px;line-height:1.55;text-align:left;pointer-events:auto;overflow-wrap:anywhere}
.ei-flow-v2-notice.is-visible{opacity:1;transform:translateY(0) scale(1)}
.ei-flow-v2-notice.is-success{border-left:4px solid #34c77b}
.ei-flow-v2-notice.is-info{border-left:4px solid #65a7ff}
.ei-flow-v2-notice.is-warning{border-left:4px solid #f0ad38}
.ei-flow-v2-notice.is-error,.ei-flow-v2-notice.is-danger{border-left:4px solid #ef5b67}
.ei-flow-v2-notice-text{color:inherit!important;-webkit-text-fill-color:currentColor}
.ei-flow-v2-notice-close{position:absolute!important;top:8px!important;right:8px!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.1)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font:600 20px/1 Arial,sans-serif!important;cursor:pointer!important;box-shadow:none!important;opacity:.82!important;pointer-events:auto!important}
.ei-flow-v2-notice-close:hover,.ei-flow-v2-notice-close:focus{opacity:1!important;background:rgba(255,255,255,.2)!important;outline:2px solid rgba(255,255,255,.34)!important;outline-offset:1px!important}
@media (max-width:640px){
  .ei-flow-v2-notice-stack.is-viewport{right:16px;bottom:16px;left:16px;width:auto}
  .ei-flow-v2-notice-stack.is-lobby_scene_bottom_right{right:10px;bottom:10px;left:10px;width:auto;max-height:calc(100% - 20px)}
  .ei-flow-v2-notice-stack.is-lobby_scene_center{width:min(94%,calc(100% - 18px));max-height:calc(100% - 18px)}
  .ei-flow-v2-notice{padding:11px 42px 11px 14px;font-size:13px}
  .ei-flow-v2-notice-close{top:7px!important;right:7px!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important}
}
