03-06-2026, 08:38 AM dailydosex Wrote:
Yyy
Popup was blocked#act-toast {
display: inline-block;
box-sizing: border-box;
z-index: 2147483647;
width: 250px;
padding: 11px;
height: auto;
background-color: #111111;
color: #fff;
position: fixed;
left: 50%;
margin-left: -125px;
bottom: 40px;
text-align: center;
font-size: 1em;
box-shadow: 0px 3px 8px #444;
opacity: 0.8;
transition: all 0.4s ease;
word-wrap: break-word;
overflow-y: auto;
max-height: 100px;
}
#act-toast.act-hidden {
opacity: 0;
bottom: 0px;
}
#vh_loading_effect {
display: none;
}