.fadeMe {
    opacity: 0.7;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    display: none;
}

.toast {
    opacity: 1 !important;
}