.wabe-r-popup {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.wabe-r-popup-bg{
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.wabe-r-popup-inner {
    box-shadow: 0 0 1em rgba(0, 0, 0, .2);
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    padding: 2em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wabe-r-popup-inner.is-image{
    max-height: 85%;
    max-width: 85%;
    padding: 0;
    width: 800px;
}

.wabe-r-popup-close {
    position: absolute;
    bottom: calc(100% - 5px);
    left: calc(100% - 5px);
    background-color: #ef2029;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border: 3px solid #d51d25;
    text-align: center;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 900;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

.wabe-r-popup-close:hover{
    background-color: #d51d25;
}

.wabe-r-popup-button {
    background-color: #0A246A;
    color: #fff;
    padding: .5em .8em;
}