.ub-popupcontent {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    max-width: 100%;
    display: flex;
    justify-content: center
}

.modal-backdrop {
    z-index: -2147483647
}

.close_ub-popup {
    background-color: #ebebeb;
    border: 2px solid #000;
    border-radius: 20%;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-size: 25px;
    font-weight: 700;
    height: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 2147483647
}

.opacity0 {
    opacity: 0 !important;
    z-index: -2147483647
}

.modal-content {
    background-color: transparent;
    border: none
}

.modal.show .modal-dialog {
    transform: none;
    min-height: 100%
}

.modal-body {
    border: 1px solid #fff;
    border-radius: 5px
}

.modal-body .ad-loading-message {
    color: #fff
}

.first-modal ins {
    width: 90vw
}

.first-modal iframe {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.95)
}

@media screen and (max-width:425px) {
    .first-modal .modal-dialog {
        margin: auto 0
    }
}

.first-modal .modal-body {
    border: 0;
    border-radius: 0
}

@media screen and (max-width:425px) {
    .first-modal .modal-body {
        padding: 0
    }
}