.code-number{
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 16px;
    color: #e8e9ff;
    opacity: 0.74;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    text-align: center;
}

.btn-card{
    cursor: pointer;
    border: 2px solid #fff;
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    padding: .4em 0;
    color: #fff;
    opacity: 0.9;
    margin: 10px auto;
    width: 100%;
}

.points > .header {
    margin-right: 20px;
}

.card-package{
    opacity: 0.19;
}

.points {
    width: 70%
}

.code {
    width: 30%;
    padding: 2em;
}

.no-record {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 2em;
}

.add-opacity {
    opacity: .3;
}

.disable-btn {
    cursor: not-allowed !important;
}