.w3-animate-top-delay-x {
    position: relative;
    animation: animatetop 1.1s
}
.w3-animate-bottom-delay {
    position: relative;
    animation: animatebottom 0.8s
}

.w3-modal {
    z-index: 999999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9)
}

.w3-modal {
    z-index: 999999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9)
}

.w3-modal-content{
    background-color: rgb(255 255 255 / 0.3)!important;
    backdrop-filter: blur(10px)!important;

}