.pushj-dialog-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999 !important;
}

.pushj-dialog-content {
    padding: 20px;
    border: 1px solid #ebeef5;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    min-width: 240px;
    max-width: 450px;
    font-size: 16px !important;
    line-height: normal;
}

.pushj-cookies-flex{
    display:flex;
    color: #666666;
    text-align: left;
}

.pushj-cookies-flex img{
    width: 80px;
    margin-right: 20px;
}

.pushj-cookies-btns{
    display:flex;
    justify-content: flex-end;
}

.pushj-cookies-btns button{
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.pushj-cookies-btns .pushj-cookies-btn1{
    margin-right: 10px;
    color: #1165f1 !important;
    background-color: white !important;
}

.pushj-cookies-btns .pushj-cookies-btn2{
    color: white !important;
    background-color: #1165f1 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3) !important;
}

@media screen and (max-width: 500px){
    .pushj-cookies-flex img {
        width: 70px;
        margin-right: 10px;
    }

    .pushj-cookies-btns{
        margin-top: 5px;
    }

    .pushj-dialog-mask{
        top: unset;
        bottom: 0;
    }

    .pushj-dialog-content{
        margin: 0;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        border: 0;
    }
}

@media screen and (max-width: 420px){
    .pushj-cookies-btns button{
        font-size: 13.6px !important;
    }
}

@media screen and (max-width: 340px){
    .pushj-cookies-btns button{
        padding: 12px 20px;
    }
}