.popup_reg_invent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.651);
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup_reg_invent__body {
    background: #fff;
    color: #000;
    padding: 35px 20px;
    position: relative;
    border-radius: 10px;
}

.popup_reg_invent__body > span.close_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    font-size: 26px;
    cursor: pointer;
}

.popup_reg_invent__body table th {
    padding: 5px 15px;
}

.date-pick {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.date-pick a{
    margin-bottom: 15px;
    cursor: pointer;
}
.date-pick button:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.app_qr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
}
.app_qr span {
    font-size: 1rem;
    color: #32448c;
}
.app_qr img {
    display: block;
    width: 15%;
    margin: 5% 0 1%;
    border-radius: 5%;
}