#clickguard {
    z-index: 10000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}

#toastrack {
    z-index: 0;
    position: fixed;
    display: block;
    width: 80%;
    top: 10%;
    left: 10%;
}
