/*popup display*/

.bg_overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999999;
}

.bg_content {
    position: fixed;
    width: 90%;
    display: table;
    z-index: 99999999;
    max-width: 800px;
    margin-right: -50%;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    transform: translate(-50%, -50%);
}

.bg_content img {
    width: 100%;
}

.pclose {
    background: #e5511e;
    color: #fff !important;
    padding: 2px 10px;
    top: 0px;
    right: 0px;
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 13px;
}

.pclose:hover {
    color: #000 !important;
}

/*info popup ***********************/

.info-msg {
    max-width: 650px;
    padding: 0 0 15px;
    border: 0;
}

.info-msg div {
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
}

.info-msg h4 {
    text-align: left;
    margin: 0;
    padding: 10px 10px 10px 15px !important;
    background: linear-gradient(90deg, #20702d 0%, #639a26 50%);
    color: #fff;
    text-transform: uppercase;
}

.info-msg p {
    text-align: justify;
    padding: 15px 15px 0 15px !important;
    margin-botttom: 5px !important;
    font-size: 14px !important;
}

.info-msg.recu-info p {
    padding: 10px 15px 0 10px !important;
}

.info-msg.recu-info h5 {
    padding: 10px 15px 0 10px !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #000 !important;
    font-weight: 600;
}

.info-msg.recu-info .pop-inner {
    height: 300px;
    overflow: auto;
    margin-bottom: 15px !important;
}

.info-msg .pclose {
    background: #2e782c;
    color: #fff !important;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    margin: 10px 15px 0px 0 !important;
    border-radius: 3px;
    position: static !important;
}

.info-msg .pclose:hover {
    background: #000 !important;
}