/* nct-qr-login css - Styles for NCT QR Code Login UI */

.notification-box {
    padding: 10px;
}

.notification-text {
    font-family: 'NhacCuaTui', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

.notification-link {
    color: #007bff;
    text-decoration: underline;
}

.agree-blue {
    color: #00AEEF;
}

.alert-agreement {
    display: none;
    background-color: #FF4459;
    color: white;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    margin: 36px 0 0 100px;
    position: static;
    clear: both;
    width: 360px;
    padding: 12px 12px 12px 28px;
}

.alert-img {
    width: 20px;
    top: -18px;
    position: relative;
    left: -235px;
}

.qr-header {
    padding-top: 6px;
    padding-left: 18px;
    padding-bottom: 6px;
    text-align: left !important;
    border-bottom: 1px solid #dbdbdb !important;
    margin-top: 0 !important;
}

.nct-scan-qr-help li {
    padding: 8px;
    color: #666666;
    font-size: 16px;
}

.logging-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.logging-wrap .user-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.logging-wrap .user-info-wrap .avatar {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-color: #009CFC;
}

.logging-wrap .user-info-wrap .name {
    color: rgba(50, 50, 60, 1);
    font-family: NhacCuaTui, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
}

.logging-wrap .logging-tip {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    color: rgba(102, 102, 102, 1);
    margin-top: 50px;
    padding-bottom: 50px;
}
.expired-qr-wrap{
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.expired-qr-wrap .expired-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(255, 255, 255, 0.92) ;
    font-family: NhacCuaTui;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: rgba(234, 51, 93, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.expired-box .reset-btn{
    color: #fff;
    background: linear-gradient(45deg, #009CFC 0%, #00B7F3 100%);
    margin-top: 12px;
    width: 120px;
    height: 32px;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-logout {
    z-index: 999;
}