.loading-background {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 10000;
}

.onesignal-bell-container {
    bottom: 50px !important;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.w-100{
    width: 100%;
}
