.popup {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    overflow: auto;
}
.container_pp {
    margin: 30px auto;
    width: 500px;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
}
.header_pp {
    width: 100%;
    background: #4c5bd4;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.title_pp {
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.close_pp {
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.content_pp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.txtID_dupliacteNtd {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    color: #474747;
}
.idDupliacteNtd {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.iconCanhBao {
    width: 100%;
    text-align: center;
    font-size: 40px;
}
.txtDupliacteNtd {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #474747;
}
.phone_register {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    color: #4c5bd4;
    font-size: 18px;
    line-height: 22px;
}
.hotline {
    color: red;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}
.holine_online {
    color: red;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}