/*change by kamta 14Jan24 start*/

.overlay-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: rgba(000, 0, 0, 0.8);
    display: block;
}

.overlay-popup-history {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: rgba(000, 0, 0, 0.8);
    display: block;
}

.popup-box {
    width: 500px;
    margin: 150px auto 0px auto;
    background: #fff;
    position: relative;
}

.close-btn {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: -26px;
    top: -15px;
    z-index: 99;
    background: url("../images/close-btn.png") no-repeat 0px 0px;
    background-size:100%;
}

.popup-box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #208bcd;
    font-size: 25px;
    color: #fff;
    font-family: 'hp_simplifiedbold';
    font-weight: normal;
}

.popup-cont {
    padding: 30px;
}

    .popup-cont p {
        font-size: 16px;
        line-height: 23px;
        color: #0a0a0a;
        padding-bottom: 15px;
        text-align: center;
    }

    .popup-cont h4 {
        font-size: 17px;
        line-height: 21px;
        color: #0a0a0a;
        padding-bottom: 15px;
        font-weight: bold;
        text-align: center;
    }

    .popup-cont h5 {
        font-size: 22px;
        color: #208bcd;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        text-align: center;
    }

/*change by kamta 14Jan24 end*/


