#hp-modal .hp-overlay {
    position: fixed;
    top:0;left:0;
    width:100%;height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.hp-content {
    background:white;
    padding:40px;
    text-align:center;
}

.hp-icon {
    text-align: center;
    margin-bottom: 15px;
}

.hp-icon img {
    max-width: 60px;
    height: auto;
}

p.hp-text-main {
    color: #000 !important;
    font-size: 15px;
}

button#hp-close {
    border: 0px;
    background-color: #3ea3ba;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

button#hp-close:hover {
    background-color: black;
}