/* Important Please do not change template tag */

body {
    /** to remove horizontal scroll when using fly */
    overflow-x: hidden;
}

.dle-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background-color: #000000;
    overflow: hidden;
    color: #0e2267;
    font-size: 14px;
}

.dle-popup-box {
    display: none;
    position: absolute;
    z-index: 10002;
    font: 14px Tahoma, Verdana, Arial, sans-serif;
    text-align: left;
}

/** End Important Please do not change template tag */

/** style attribute for popup lightbox style */
.dle-popup-close {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.dle-popup-close:after {
    font-family: "Verdana", serif;
    display: inline-block;
    content: "X";
    color: whitesmoke;
    background-color: #1c1c1c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
}

.dle-popup-close span {
    display: none;
}