.alertPopupFullPage {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.3;
    background-color: gray;
}

.alertPopupFullPage:not(.shown) {
    display: none !important;
}

.alertPopup:not(.shown) {
    display: none !important;
}

.stylebtn {
    transform: translateX(20%) !important;
    width: 72%;
}

.hideable-btn:not(.shown) {
    display: none;
}