.playwrap{ position: fixed; width: 100%; height: 100%; display: flex; flex-direction: column; } .notsupported{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.85); z-index: 30; display: flex; align-items: center; justify-content: center; } .ns0{ background-color: white; border-radius: 5px; background-color: var(--pg_bg); color: var(--text_0); width: 90%; max-width: 600px; } .ns00{ text-align: center; padding: 10px 0; background-color: var(--bg_gray0); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; color: white; } .ns01{ display: flex; flex-direction: column; align-items: center; padding: 20px; color: var(--text_2); text-align: center; font-size: 12px; } .ns010{ margin-top: 20px; }