#epl-popup {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    font-weight: 400;
}

.epl-popup-box {
    position: relative;
    width: 500px;
    margin: 15% auto;
    background-color: #ffffff;
    border-radius: 15px;
}

.epl-popup-title {
    font-size: 1.3rem;
    color: #1e1e1e;
    background-color: #ffd800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    align-items: center;
	text-align: center;
    padding: 8px 12px;
    font-weight: 900;
}

.epl-popup-body {
    padding: 30px 40px;
    color: #000000;
    font-size: 20px;
}

.epl-popup-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
}

.epl-popup-chat-btn {
    font-weight: 900;
    font-size: 16px;
    border-radius: 10px;
    background-color: #ffd800;
    color: #1e1e1e;
    border: 0;
    padding: 8px 55px;
    cursor: pointer;
    outline: 0;
    width: fit-content;
    text-align: center;
}

.epl-popup-close,
.promo-popup-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
    color: #1e1e1e;
}

.epl-popup-close i,
.promo-popup-close i {
    color: #1e1e1e;
    font-size: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    height: inherit;
}

#promo-popup {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    font-weight: 900;
}

.promo-popup-bg {
    position: relative;
    width: 800px;
    height: calc(540px / 960 * 800);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10% auto;
    cursor: pointer;
}
