.boomzter-overlay-wrap {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.boomzter-overlay-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.boomzter-overlay-message {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    text-align: center;
    max-width: 90%;
    font-family: sans-serif;
}
.boomzter-watermark {
    position: fixed;
    bottom: 10px;
    right: 100px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    pointer-events: none;
    user-select: none;
    z-index: 5000;
}
body.block-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.user_list_glow {
	border-radius: 12px;
	box-shadow: 0 0 4px 1px var(--userlist-glow),inset 0 0 10px 2px var(--userlist-glow);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 6px;
}