.status-page .status-transaction:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    float: left;
    width: 100vw;
    height: 100vh
}

.bill-info-list .row .ico-bank,
.status-page .icons-group-list,
.status-page .receiver-info .info .row,
.status-page .status-transaction-image .wait-loading,
.status-page.transaction-detail .status-transaction-box .icon:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.status-page .card-detail .card-detail-wrap .code-row,
.status-page .card-detail .card-detail-wrap .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bill-info-list .row .ico:before,
.btn-history a:after,
.btn-new-transaction a:before,
.status-page .card-detail .card-detail-wrap .top-row .icons ul li a:before,
.status-page .icons-group-list li a:before,
.status-page .receiver-info .message:before,
.status-page .status-anchor .button-arrow:after,
.status-page .status-box-money .lnk-row .detail-lnk:before,
.status-page .status-box-money .status:before,
.status-page .status-box-money .success-status:before,
.status-page .status-box .status .ico:before {
    font-family: "zalopayInte" !important;
    font-style: normal !important;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.status-page .box-promotion .btn-close:before,
.status-page.fix-foot .btn-row .text-auto:before,
.status-page .status-transaction-box dl.progress:before,
.status-page .status-transaction-support li a:after,
.status-page .status-transaction-support li a:before,
.status-page .status-transaction .notication.info .info-icon:after,
.status-page .status-transaction .notication.info .info-tooltip .tooltip-close:before,
.status-page .status-transaction .warning-text.anchor:after,
.status-page .status-transaction .warning-text:before,
.status-page.transaction-detail .status-transaction-box .icon:before {
    font-family: "zpi" !important;
    font-style: normal !important;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.status-page .receiver-info .info .row .col .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.status-page .status-box {
    background: #fff;
    padding: 36px 0 24px;
    margin-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #e3e6e7
}

.status-page .status-box .money {
    height: 54px;
    line-height: 54px;
    margin-bottom: 8px
}

.status-page .status-box .money .num {
    font-size: 45px
}

.status-page .status-box .money .unit {
    margin-left: -1px;
    font-size: 25px
}

.status-page .status-box .status {
    margin: 0 0 7px;
    color: #4a4a4a
}

.status-page .status-box .status .txt {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500
}

.status-page .status-box .status .ico {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px
}

.status-page .status-box .status .ico:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px
}

.status-page .status-box .status.wait .ico:before {
    color: #f5a623;
    content: "\e033"
}

.status-page .status-box .status.wait .txt {
    color: #f5a623
}

.status-page .status-box .status.done .ico:before,
.status-page .status-box .status.finish .ico:before {
    color: #27dc8d;
    content: "\e007"
}

.status-page .status-box .status.done .txt,
.status-page .status-box .status.finish .txt {
    color: #27dc8d
}

.status-page .status-box .status.expire .ico:before {
    color: #acb3ba;
    content: "\e015"
}

.status-page .status-box .status.expire .txt {
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box .status.cancel .ico:before,
.status-page .status-box .status.fail .ico:before {
    content: "\e021";
    color: #acb3ba
}

.status-page .status-box .status.cancel .txt,
.status-page .status-box .status.fail .txt {
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box .status.error {
    display: block
}

.status-page .status-box .status.error .ico:before {
    content: "\e012";
    color: #fd4c22
}

.status-page .status-box .status.error .txt {
    color: #fd4c22
}

.status-page .status-box .user-info {
    margin-bottom: 8px
}

.status-page .status-box .user-info .avatar {
    margin-bottom: 4px
}

.status-page .status-box .user-info .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.status-page .status-box .user-info .txt {
    display: block;
    padding: 0 16px;
    font-weight: 500
}

.status-page .status-box .note {
    width: 100%;
    max-width: 330px;
    padding: 0 16px;
    margin: 0 auto 24px;
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box .note.black {
    color: #142b43
}

.status-page .status-box .note.s2 {
    max-width: 380px;
    padding-left: 10px;
    padding-right: 10px
}

.status-page .status-box .note.s3 {
    line-height: 16px;
    margin: 18px auto 0;
    font-size: 12px
}

.status-page .status-box .money-seemore {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.status-page .status-box .see-more {
    display: block;
    font-weight: 600
}

.status-page .status-box .error {
    margin: 5px 15px
}

.status-page .status-box .lnk1-row a {
    font-weight: 600
}

.status-page .status-box .lnk-row {
    margin-bottom: -5px
}

.status-page .status-box .lnk-row .wallet-lnk {
    display: block;
    height: 40px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.status-page .status-box .btn-row {
    padding: 20px 5px 10px;
    margin-bottom: -24px
}

.status-page .status-box .btn-row .btn-style {
    max-width: 100%;
    height: 44px;
    line-height: 44px
}

.status-page .status-box .btn-row .btn-style.blue {
    margin-bottom: 20px
}

.status-page .status-box .btn-row.s2 {
    padding: 0 16px 15px
}

.status-page .status-box .btn-row.s2 .btn-style {
    width: 100%
}

.status-page .status-box .btn-row.s2 .btn-col {
    float: left;
    width: 50%
}

.status-page .status-box .btn-row.s2 .btn-col .btn-style {
    margin: 0
}

.status-page .status-box .btn-row.s2 .btn-col:first-child {
    padding-right: 5px
}

.status-page .status-box .btn-row.s2 .btn-col:last-child {
    padding-left: 5px
}

.status-page .status-box-money {
    background: #fff;
    padding-top: 25px;
    text-align: center;
    border-bottom: 1px solid #e3e6e7
}

.status-page .status-box-money .m-title {
    margin-bottom: 15px;
    font-size: 18px
}

.status-page .status-box-money .money {
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    font-size: 40px
}

.status-page .status-box-money .money .unit {
    font-size: 25px
}

.status-page .status-box-money .date {
    margin-bottom: 25px;
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box-money .status,
.status-page .status-box-money .success-status {
    display: inline-block;
    position: relative;
    line-height: 20px;
    padding-left: 23px;
    margin-bottom: 14px;
    color: #27dc8d;
    font-weight: 600
}

.status-page .status-box-money .status:before,
.status-page .status-box-money .success-status:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e002";
    font-size: 15px;
    margin-top: 2px
}

.status-page .status-box-money .status.mb24,
.status-page .status-box-money .success-status.mb24 {
    margin-bottom: 24px
}

.status-page .status-box-money .status.wait,
.status-page .status-box-money .success-status.wait {
    color: #f3b43b
}

.status-page .status-box-money .status.wait:before,
.status-page .status-box-money .success-status.wait:before {
    content: "\e033";
    color: #f5a623
}

.status-page .status-box-money .status.cancel,
.status-page .status-box-money .status.fail,
.status-page .status-box-money .success-status.cancel,
.status-page .status-box-money .success-status.fail {
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box-money .status.cancel:before,
.status-page .status-box-money .status.fail:before,
.status-page .status-box-money .success-status.cancel:before,
.status-page .status-box-money .success-status.fail:before {
    content: "\e016";
    color: #acb3ba
}

.status-page .status-box-money .status.expire,
.status-page .status-box-money .success-status.expire {
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box-money .status.expire:before,
.status-page .status-box-money .success-status.expire:before {
    content: "\e001";
    color: #acb3ba
}

.status-page .status-box-money .status.cashback,
.status-page .status-box-money .success-status.cashback {
    color: #006dff
}

.status-page .status-box-money .status.cashback:before,
.status-page .status-box-money .success-status.cashback:before {
    content: "\e086"
}

.status-page .status-box-money .note {
    max-width: 330px;
    padding: 0 16px;
    margin: -14px auto 23px;
    color: rgba(20, 43, 67, .6)
}

.status-page .status-box-money .lnk-row {
    margin-bottom: 25px
}

.status-page .status-box-money .lnk-row .detail-lnk {
    position: relative;
    padding-right: 21px;
    color: rgba(20, 43, 67, .6);
    font-weight: 500
}

.status-page .status-box-money .lnk-row .detail-lnk:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\e027";
    font-size: 12px;
    margin-top: -6px
}

.bill-info-list {
    background: #fff;
    padding: 20px 0 4px;
    border-top: 1px solid #e3e6e7;
    border-bottom: 1px solid #e3e6e7
}

.box-radius.bill-info-list {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.bill-info-list .row {
    margin-bottom: 16px
}

.bill-info-list .row.o-status .col {
    font-size: 15px
}

.bill-info-list .row .col {
    position: relative
}

.bill-info-list .row .col.col1 {
    float: left;
    width: 135px;
    padding-left: 16px;
    color: rgba(20, 43, 67, .6)
}

@media (max-width:350px) {
    .bill-info-list .row .col.col1 {
        width: 115px
    }
}

.bill-info-list .row .col.col2 {
    word-wrap: break-word
}

.bill-info-list .row .col.col2.ico {
    padding-right: 60px
}

.bill-info-list .row .col.c-money,
.bill-info-list .row .col.col2,
.bill-info-list .row .col.col3 {
    margin-left: 135px;
    padding-right: 10px
}

@media (max-width:350px) {

    .bill-info-list .row .col.c-money,
    .bill-info-list .row .col.col2,
    .bill-info-list .row .col.col3 {
        margin-left: 115px
    }
}

.bill-info-list .row .col.col3 {
    color: #142b43
}

.bill-info-list .row .col.c-money {
    position: relative;
    color: #006dff
}

.bill-info-list .row .col.c-money .money {
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 15px;
    font-weight: 700
}

@media (max-width:310px) {
    .bill-info-list .row .col.c-money .money {
        position: static;
        display: block;
        margin-top: 3px
    }
}

.bill-info-list .row.line {
    position: relative;
    padding-top: 16px
}

.bill-info-list .row.line:before {
    position: absolute;
    top: 0;
    left: 16px;
    content: "";
    background: #e3e6e7;
    float: left;
    width: calc(100% - 32px);
    height: 1px
}

.bill-info-list .row .money {
    font-size: 16px;
    font-weight: 700
}

.bill-info-list .row .ico-bank {
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
    float: left;
    width: 40px;
    height: 30px;
    border: 1px solid rgba(220, 220, 220, .5);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.bill-info-list .row .ico-bank img {
    max-width: 30px;
    max-width: 20px
}

.bill-info-list .row .ico {
    position: relative;
    padding-right: 22px
}

.bill-info-list .row .ico:before {
    position: absolute;
    right: 0;
    color: #006dff;
    font-size: 17px
}

.bill-info-list .row .ico.discount:before {
    top: -1px;
    content: "\e064"
}

.noline.bill-info-list {
    border-top: 0
}

.status-page .logo-footer {
    background: #f6f7f8;
    width: 100%;
    height: 52px;
    padding: 12px 0 24px;
    text-align: center
}

.status-page .logo-footer img {
    height: 16px
}

.status-page .note-footer {
    line-height: 14px;
    margin-top: 15px;
    padding: 0 21px;
    color: rgba(20, 43, 67, .6);
    font-size: 12px
}

.status-page .note-footer .inside {
    position: relative;
    padding: 0 0 0 65px;
    text-align: left
}

@media (max-width:350px) {
    .status-page .note-footer .inside {
        padding: 0 0 0 60px;
        font-size: 11px
    }
}

@media (max-width:310px) {
    .status-page .note-footer .inside {
        line-height: 12px;
        padding: 0 0 0 54px;
        font-size: 9px
    }
}

.status-page .note-footer .inside:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/PCI_DSS.png);
    background-repeat: no-repeat;
    background-size: 50px 29px;
    float: left;
    width: 50px;
    height: 29px
}

.status-page .card-detail {
    padding: 0 0 12px
}

.status-page .o-used.card-detail .card-detail-wrap .code,
.status-page .o-used.card-detail .card-detail-wrap .lb,
.status-page .o-used.card-detail .card-detail-wrap .money,
.status-page .o-used.card-detail .card-detail-wrap .name {
    opacity: 0.4
}

.status-page .o-used.card-detail .card-detail-wrap .code-row {
    background-image: url(../images/topup/top_up_card_grey_bg.jpg)
}

.status-page .card-detail .card-detail-wrap {
    background: #fff;
    padding: 12px 16px;
    border-top: 1px solid #e3e6e7;
    border-bottom: 1px solid #e3e6e7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.status-page .card-detail .card-detail-wrap .top-row {
    margin-bottom: 12px
}

.status-page .card-detail .card-detail-wrap .top-row .logo .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    max-width: 45px;
    height: 30px;
    margin-right: 12px
}

@media (max-width:350px) {
    .status-page .card-detail .card-detail-wrap .top-row .logo .img {
        margin-right: 6px;
        max-width: 40px
    }
}

.status-page .card-detail .card-detail-wrap .top-row .logo .img img {
    width: 100%;
    height: auto
}

.status-page .card-detail .card-detail-wrap .top-row .logo .name {
    float: left;
    line-height: 30px;
    font-size: 12px
}

.status-page .card-detail .card-detail-wrap .top-row .icons {
    height: 30px;
    padding: 5px 0
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li {
    float: left;
    margin-left: 30px
}

@media (max-width:350px) {
    .status-page .card-detail .card-detail-wrap .top-row .icons ul li {
        margin-left: 15px
    }
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li a {
    display: block
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li a:before {
    font-size: 20px
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li:first-child {
    margin-left: 0
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li.copy a:before {
    content: "\e052"
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li.call a:before {
    content: "\e054"
}

.status-page .card-detail .card-detail-wrap .top-row .icons ul li.share a:before {
    content: "\e061"
}

.status-page .card-detail .card-detail-wrap .code-row {
    background-image: url(../images/topup/top_up_card_bg.jpg);
    background-size: 15%;
    background-repeat: repeat;
    background-position: top left;
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    margin-bottom: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.status-page .card-detail .card-detail-wrap .code-row .lb {
    margin: 0;
    color: #142b43
}

@media (max-width:350px) {
    .status-page .card-detail .card-detail-wrap .code-row .lb {
        font-size: 12px
    }
}

@media (max-width:310px) {
    .status-page .card-detail .card-detail-wrap .code-row .lb {
        display: none
    }
}

.status-page .card-detail .card-detail-wrap .code-row .code {
    font-size: 18px;
    font-weight: 600
}

.status-page .card-detail .card-detail-wrap .code-row .code a {
    color: #142b43
}

.status-page .card-detail .card-detail-wrap .bt-row .left {
    float: left;
    width: 40%;
    padding-left: 14px;
    text-align: left
}

.status-page .card-detail .card-detail-wrap .bt-row .left .money {
    line-height: 21px;
    font-size: 18px
}

@media (max-width:350px) {
    .status-page .card-detail .card-detail-wrap .bt-row .left .money {
        font-size: 15px
    }
}

.status-page .card-detail .card-detail-wrap .bt-row .right {
    float: left;
    width: 60%;
    padding-right: 12px;
    text-align: right
}

.status-page .card-detail .card-detail-wrap .bt-row .right .date,
.status-page .card-detail .card-detail-wrap .bt-row .right .seri {
    line-height: 14px;
    color: rgba(20, 43, 67, .4);
    font-size: 12px;
    text-align: right
}

@media (max-width:350px) {

    .status-page .card-detail .card-detail-wrap .bt-row .right .date,
    .status-page .card-detail .card-detail-wrap .bt-row .right .seri {
        font-size: 11px
    }
}

@media (max-width:310px) {

    .status-page .card-detail .card-detail-wrap .bt-row .right .date,
    .status-page .card-detail .card-detail-wrap .bt-row .right .seri {
        font-size: 9px
    }
}

.status-page .card-detail .card-detail-wrap .bt-row .right .seri {
    margin-bottom: 5px
}

@media (max-width:310px) {
    .status-page .card-detail .card-detail-wrap .bt-row .right .seri {
        margin-bottom: 0
    }
}

.status-page .receiver-info {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e3e6e7;
    padding-top: 20px
}

.status-page .receiver-info .redpacket-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    background: #cf3a3f;
    float: left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.status-page .receiver-info .avatar {
    float: left;
    margin: 0 0 0 15px
}

.status-page .receiver-info .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.status-page .receiver-info .info {
    padding: 0 !important;
    margin: 0 0 0 71px !important;
    text-align: left;
    border-bottom: 0 !important
}

.status-page .receiver-info .info .row {
    width: 100%;
    height: 40px
}

.status-page .receiver-info .info .row .col {
    width: 100%;
    padding-right: 110px;
    vertical-align: middle
}

.status-page .receiver-info .info .row .col .name {
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 2px
}

.status-page .receiver-info .info .row .col .who {
    line-height: 14px;
    color: rgba(20, 43, 67, .6);
    font-size: 12px
}

.status-page .receiver-info .message {
    position: relative
}

.status-page .receiver-info .message:before {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    content: '\e081';
    font-size: 22px;
    margin-left: 24px;
    color: rgba(20, 43, 67, .6)
}

.status-page .receiver-info .message_wrapper {
    margin: 0 16px;
    padding: 20px 0 20px 55px;
    min-height: 58px
}

.status-page .receiver-info .message p {
    line-height: 17px
}

.status-page-wrap {
    min-height: calc(100vh - 64px)
}

.status-page .notify-page .detail-block .foot-info {
    padding-top: 2px
}

.status-page .notify-page .detail-block .foot-info .txt {
    max-width: 286px;
    line-height: 16px;
    margin: 0 auto 16px;
    color: rgba(20, 43, 67, .6);
    font-size: 12px
}

.status-page .notify-page .detail-block .foot-info .lnk {
    margin-bottom: 16px
}

.status-page .notify-page .detail-block .foot-info .lnk a {
    display: block;
    font-weight: 600;
    text-transform: uppercase
}

.status-page .status-title {
    margin: 16px 0 8px;
    padding: 0 16px;
    font-weight: 600
}

.status-page .status-box {
    text-align: center
}

.status-page .status-box.v2 {
    padding-top: 60px
}

@media screen and (max-width:350px) {
    .status-page .status-box.v2 {
        padding-top: 40px
    }
}

.status-page .status-box.v2 .status {
    margin-bottom: 14px
}

.status-page .status-box.v2 .status .ico {
    width: 58px;
    height: 58px
}

.status-page .status-box.v2 .status .ico:before {
    font-size: 58px
}

.status-page .status-box.v2 .status.done .ico:before,
.status-page .status-box.v2 .status.finish .ico:before {
    color: #43c271
}

.status-page .status-box.v2 .status.fail .ico:before {
    color: #ff7759
}

.status-page .status-box.v2 .status.waiting .ico:before {
    content: '\e106';
    color: #ffbb33
}

.status-page .status-box.v2 .status .txt {
    margin-top: 30px;
    color: #142b43
}

.status-page .status-box.v2 .money {
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px
}

.status-page .status-box.v2 .money .num {
    font-size: 36px;
    font-weight: 500
}

.status-page .status-box.v2 .money .unit {
    font-size: 30px;
    font-weight: 500
}

.status-page .status-box.v2 .note {
    margin-bottom: 16px
}

.status-page .status-banner {
    margin-top: 8px
}

.status-page .status-banner img {
    display: block;
    width: 100%
}

.status-page .receiver-info {
    border-top: 1px solid #e3e6e7;
    padding-top: 0
}

.status-page .receiver-info .avatar,
.status-page .receiver-info .info {
    padding-top: 20px !important
}

.status-page .receiver-info .info {
    margin-bottom: 20px !important
}

.status-page .receiver-info .info+.message .message_wrapper {
    border-top: 1px solid #e3e6e7
}

.status-page .icons-group {
    margin: 16px 16px 0
}

.status-page .icons-group-list {
    padding: 12px 0 6px;
    border-top: 1px solid #e3e6e7
}

.status-page .icons-group-list li {
    width: 33.333%;
    text-align: center
}

.status-page .icons-group-list li a {
    display: block
}

.status-page .icons-group-list li a:before {
    font-size: 23px
}

.status-page .icons-group-list li.icon-copy a:before {
    content: "\e052"
}

.status-page .icons-group-list li.icon-call a:before {
    content: "\e054"
}

.status-page .icons-group-list li.icon-share a:before {
    content: "\e061"
}

.status-page .emphasize_bold {
    font-size: 16px;
    color: #142b43;
    font-weight: 700 !important
}

@media screen and (max-width:350px) {
    .status-page .emphasize_bold {
        font-size: 14px
    }
}

.status-page .card-detail {
    padding-bottom: 76px
}

.status-page .card-detail .card-detail-wrap {
    margin-bottom: 9px;
    border: 1px solid #eaeaed
}

.status-page .card-detail .card-detail-wrap:last-child {
    margin-bottom: 0
}

.status-page .card-detail .btn-block {
    text-align: center
}

.status-page .card-detail .btn-block.fixed-bot {
    background-color: #f6f7f8
}

.status-page .card-detail .btn-block.fixed-bot .btn-style {
    max-width: 255px;
    width: 100%
}

.status-page .note-footer {
    position: fixed;
    left: 0;
    bottom: 20px;
    float: left;
    width: 100%;
    color: #9b9b9b
}

.status-page .billing-page,
.status-page .sender-page {
    border: 0
}

.status-page.fix-foot {
    margin-bottom: 36px
}

.status-page.fix-foot .status-box {
    border: 0
}

.status-page.fix-foot:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    float: left;
    width: 100vw;
    height: 100vh
}

.status-page.fix-foot .btn-row {
    padding: 16px;
    position: fixed;
    bottom: 20px;
    text-align: center;
    display: block;
    width: 100%
}

.status-page.fix-foot .btn-row .btn-style {
    max-width: 255px;
    width: 100%
}

.status-page.fix-foot .btn-row.s2 {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24px;
    margin-bottom: 0
}

.status-page.fix-foot .btn-row.s2 .btn-style {
    max-width: 100%
}

.status-page.fix-foot .btn-row.s2+.see-more {
    margin-top: 32px
}

.status-page.fix-foot .btn-row.s3 {
    position: static;
    padding-top: 0;
    margin-top: 24px
}

.status-page.fix-foot .btn-row .text-auto {
    font-size: 12px;
    color: #8995a1;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px
}

.status-page.fix-foot .btn-row .text-auto:before {
    content: '\e025';
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #006dff;
    top: 50%;
    margin-top: -7px
}

.status-page.fix-foot .btn-row .text-auto+.btn-style {
    display: block;
    margin: 0 auto
}

.status-page.fix-foot .logo-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    float: left;
    background-color: #fff
}

.status-page.no-account .status-box .note {
    max-width: 255px
}

.status-page.no-account .status-box .btn-row.s2 {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto
}

.status-page.no-account .status-box .btn-row.s2 .btn-style.white {
    color: rgba(20, 43, 67, .6)
}

.status-page .status-transaction {
    padding-top: 42px;
    padding-bottom: 76px;
    text-align: center
}

@media screen and (max-width:350px) {
    .status-page .status-transaction {
        padding-top: 24px;
        padding-bottom: 68px
    }
}

.status-page .status-transaction .inner {
    margin-bottom: 26px
}

.status-page .status-transaction.box-wrapper {
    padding-top: 0
}

.status-page .status-transaction.box-wrapper .status-transaction-bottom {
    background: #f6f7f8
}

.status-page .status-transaction.box-wrapper:before {
    display: none
}

.status-page .status-transaction.box-wrapper .note.telco {
    max-width: none;
    color: #8995a1
}

.status-page .status-transaction.box-wrapper .notication {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.status-page .status-transaction.box-wrapper .money {
    margin-top: 8px
}

.status-page .status-transaction.box-wrapper .money.o-small {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width:350px) {
    .status-page .status-transaction.box-wrapper .money.o-small {
        font-size: 19px
    }
}

.status-page .status-transaction.box-wrapper .money.o-small.blue {
    color: #142b43
}

.status-page .status-transaction.box-wrapper .money.o-small .unit {
    font-size: 16px
}

@media (max-width:350px) {
    .status-page .status-transaction.box-wrapper .money.o-small .unit {
        font-size: 15px
    }
}

.status-page .status-transaction.box-wrapper .money.o-small+.note {
    margin-top: 8px
}

.status-page .status-transaction.box-wrapper .money.o-small+.note-stran {
    margin-top: 8px;
    margin-bottom: -8px;
    color: #8995a1;
    font-size: 13px
}

@media (max-width:350px) {
    .status-page .status-transaction.box-wrapper .money.o-small+.note-stran {
        font-size: 12px
    }
}

.status-page .status-transaction.style--letter {
    padding-top: 16px
}

.status-page .status-transaction.style--letter .status-transaction-box {
    border-radius: 0
}

.status-page .status-transaction.style--letter .status-transaction-box:not(:first-child) {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1px
}

.status-page .status-transaction.style--letter .status-transaction-box:first-child {
    padding-bottom: 1px
}

.status-page .status-transaction.style--letter .status-transaction-box .icon.success+.notication {
    color: #15b34e
}

.status-page .status-transaction.style--letter .status-transaction-box .icon.failed+.notication {
    color: #fd4c22
}

.status-page .status-transaction.style--letter .status-transaction-box .icon.waiting+.notication {
    color: #ffab00
}

.status-page .status-transaction.style--letter .status-transaction-support li {
    margin-top: 0;
    position: relative
}

.status-page .status-transaction.style--letter .status-transaction-support li a {
    border-radius: 0
}

.status-page .status-transaction.style--letter .status-transaction-support li:not(:first-child):before {
    position: absolute;
    left: 16px;
    top: 0;
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 16px);
    background-color: #e7eaec
}

.status-page .status-transaction.style--letter .line-shape {
    position: relative;
    height: 8px;
    background-color: #fff
}

.status-page .status-transaction.style--letter .line-shape:after {
    content: '';
    background-image: url(../images/bill-shape.svg);
    background-size: auto 6px;
    background-repeat: repeat-x;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px
}

.status-page .status-transaction-box {
    border-radius: 4px;
    background: #fff;
    padding: 16px
}

@media (max-width:350px) {
    .status-page .status-transaction-box {
        padding: 12px
    }
}

.status-page .status-transaction-box.o-status {
    padding: 24px 16px
}

.status-page .status-transaction-box.o-status .notication {
    line-height: 1.22;
    font-size: 18px
}

@media (max-width:350px) {
    .status-page .status-transaction-box.o-status .notication {
        font-size: 16px
    }
}

.status-page .status-transaction-box.o-error {
    padding: 24px 16px
}

.status-page .status-transaction-box.top-box {
    margin-top: 16px
}

.status-page .status-transaction-box:not(:first-child) {
    margin-top: 8px
}

.status-page .status-transaction-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.status-page .status-transaction-box dl dt {
    color: #8995a1;
    width: 50%;
    text-align: left
}

.status-page .status-transaction-box dl dt.txt {
    color: #142b43
}

.status-page .status-transaction-box dl dd {
    text-align: right
}

.status-page .status-transaction-box dl dd.fail,
.status-page .status-transaction-box dl dd.refund,
.status-page .status-transaction-box dl dd.success,
.status-page .status-transaction-box dl dd.waiting {
    font-weight: 700
}

.status-page .status-transaction-box dl dd.fail {
    color: #ff5630
}

.status-page .status-transaction-box dl dd.success {
    color: #15b34e
}

.status-page .status-transaction-box dl dd.waiting {
    color: #ffab00
}

.status-page .status-transaction-box dl dd.refund {
    color: #006dff
}

.status-page .status-transaction-box dl:not(:first-child) {
    margin-top: 16px
}

.status-page .status-transaction-box dl.progress {
    position: relative;
    padding-left: 24px;
    margin-top: 23px
}

.status-page .status-transaction-box dl.progress:first-child {
    margin-top: 0
}

.status-page .status-transaction-box dl.progress:not(:last-child):after {
    content: '';
    height: calc(100% + 4px);
    width: 1px;
    position: absolute;
    top: 18px;
    left: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #8995a1), color-stop(20%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, #8995a1 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 4px;
    background-repeat: repeat-y
}

.status-page .status-transaction-box dl.progress:before {
    position: absolute;
    left: 0;
    top: 0.5px;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #8995a1;
    background-color: #fff;
    font-size: 15px;
    z-index: 1
}

.status-page .status-transaction-box dl.progress.o-waiting:before {
    border: 0;
    content: '\e037';
    color: #ffab00
}

.status-page .status-transaction-box dl.progress.o-success:after {
    background-image: none;
    background-color: #15b34e
}

.status-page .status-transaction-box dl.progress.o-success:before {
    border: 0;
    content: '\e018';
    color: #15b34e
}

.status-page .status-transaction-box dl.progress.o-failed:before {
    border: 0;
    content: '\e019';
    color: #ff7759
}

.status-page .status-transaction-box dl.progress dt {
    color: #142b43;
    font-size: 11px
}

.status-page .status-transaction-box dl.progress dd {
    color: #8995a1;
    font-size: 12px
}

.status-page .status-transaction-box .progress-bar {
    margin-top: 16px
}

.status-page .status-transaction-box .progress-bar dl.progress dt {
    font-size: 12px;
    color: #8995a1;
    width: 70%
}

.status-page .status-transaction-title {
    margin-top: 8px;
    font-size: 13px
}

@media (max-width:350px) {
    .status-page .status-transaction-title {
        font-size: 12px
    }
}

.status-page .status-transaction .message-text {
    text-align: left;
    color: #8995a1;
    margin-top: 8px;
    font-size: 13px
}

@media (max-width:350px) {
    .status-page .status-transaction .message-text {
        font-size: 12px
    }
}

.status-page .status-transaction-text {
    margin-top: 16px
}

.status-page .status-transaction-text.success {
    color: #43c271
}

.status-page .status-transaction-text.failed {
    color: #ff7759
}

.status-page .status-transaction-text.waiting {
    color: #ffab00
}

.status-page .status-transaction-support li {
    position: relative;
    margin-top: 8px
}

.status-page .status-transaction-support li a {
    background: #fff;
    border-radius: 4px;
    padding: 13px 30px 13px 48px;
    display: block;
    text-align: left;
    color: #142b43
}

@media (max-width:350px) {
    .status-page .status-transaction-support li a {
        padding-left: 44px
    }
}

.status-page .status-transaction-support li a .number {
    font-size: 12px;
    color: #8995a1;
    float: right
}

.status-page .status-transaction-support li a:after,
.status-page .status-transaction-support li a:before {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    color: #8995a1
}

.status-page .status-transaction-support li a:before {
    left: 16px;
    margin-top: -11px;
    font-size: 20px
}

@media (max-width:350px) {
    .status-page .status-transaction-support li a:before {
        left: 12px
    }
}

.status-page .status-transaction-support li a:after {
    right: 12px;
    margin-top: -4px;
    font-size: 8px;
    content: '\e009'
}

.status-page .status-transaction-support li a.support:before {
    content: '\e014'
}

.status-page .status-transaction-support li a.password:before {
    content: '\e035'
}

.status-page .status-transaction-support li a.detail:before {
    content: '\e049'
}

.status-page .status-transaction-support li a.history:before {
    content: '\e025'
}

.status-page .status-transaction-support li a.share:before {
    content: '\e108'
}

.status-page .status-transaction-support li a.balance:before {
    content: '\e120';
    color: #006dff;
    font-size: 24px
}

.status-page .status-transaction-support li a.friends:before {
    content: '\e121';
    font-size: 18px
}

.status-page .status-transaction-support li a.mobilecard:before {
    content: '\e065';
    color: #ffab00
}

.status-page .status-transaction .icon {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 120px 120px;
    margin: 0 auto
}

.status-page .status-transaction .icon.failed {
    background-image: url(../images/status/failed.png)
}

.status-page .status-transaction .icon.success {
    background-image: url(../images/success.png)
}

.status-page .status-transaction .icon.waiting {
    background-image: url(../images/status/waiting.png)
}

.status-page .status-transaction .icon.expired {
    background-image: url(../images/status/expired.png)
}

.status-page .status-transaction .icon.rejected {
    background-image: url(../images/status/rejected.png)
}

.status-page .status-transaction .icon.exist-bankcard {
    background-image: url(../images/status/exist-bankcard.png)
}

.status-page .status-transaction .icon.transfer {
    background-image: url(../images/status/transfer.png)
}

.status-page .status-transaction .icon.waiting-receiver {
    background-image: url(../images/status/waiting-receiver.png)
}

.status-page .status-transaction .icon.waiting-receiver+.notication {
    font-weight: 500
}

.status-page .status-transaction .icon.waiting-receiver+.notication+.money {
    font-size: 30px
}

.status-page .status-transaction .icon.waiting-receiver+.notication+.money .unit {
    font-size: 20px
}

@media screen and (max-width:350px) {
    .status-page .status-transaction .icon {
        width: 100px;
        height: 100px;
        background-size: 100px 100px
    }
}

.status-page .status-transaction .notication {
    margin-top: 16px;
    font-weight: 500;
    position: relative;
    line-height: 1.22
}

.status-page .status-transaction .notication.info {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.status-page .status-transaction .notication.info .info-icon {
    position: relative;
    margin-left: 4px;
    top: -1px;
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.status-page .status-transaction .notication.info .info-icon:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #e6f0ff transparent;
    display: none
}

.status-page .status-transaction .notication.info .info-icon:after {
    content: '\e079';
    font-size: 18px;
    color: #006dff
}

.status-page .status-transaction .notication.info .info-icon.show:before {
    display: block
}

.status-page .status-transaction .notication.info .info-icon.show+.info-tooltip {
    display: block
}

.status-page .status-transaction .notication.info .info-tooltip {
    display: none;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    background: #e6f0ff;
    z-index: 1901;
    border-radius: 4px;
    padding: 8px 34px 8px 16px;
    text-align: left;
    top: 33px;
    right: -4px
}

@media screen and (max-width:320px) {
    .status-page .status-transaction .notication.info .info-tooltip {
        padding-right: 28px;
        font-size: 12px
    }
}

.status-page .status-transaction .notication.info .info-tooltip .tooltip-close {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 6px
}

.status-page .status-transaction .notication.info .info-tooltip .tooltip-close:before {
    content: '\e041';
    font-size: 12px;
    color: #8995a1
}

.status-page .status-transaction-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.status-page .status-transaction-image img {
    width: 120px;
    height: auto;
    display: block
}

.status-page .status-transaction-image+.notication {
    margin-top: 24px
}

.status-page .status-transaction-image .wait-loading {
    position: absolute;
    bottom: 22px;
    left: calc(50% + 9px);
    background: #ffab00;
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.status-page .status-transaction-image .wait-ico {
    position: relative;
    background-image: url(../images/status/wait_ico.png);
    background-size: 100% 100%;
    display: block;
    width: 12px;
    height: 16px;
    overflow: hidden;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    animation: status_wait_rotate 1.5s ease-out 0s infinite;
    -moz-animation: status_wait_rotate 1.5s ease-out 0s infinite;
    -webkit-animation: status_wait_rotate 1.5s ease-out 0s infinite
}

.status-page .status-transaction-image .wait-bt,
.status-page .status-transaction-image .wait-top {
    position: absolute;
    left: calc(50% - 4px);
    background: #fff;
    float: left;
    width: 8px;
    height: 4px;
    overflow: hidden
}

.status-page .status-transaction-image .wait-bt:before,
.status-page .status-transaction-image .wait-top:before {
    position: absolute;
    left: calc(50% - 4px);
    content: "";
    background: #ffab00;
    float: left;
    width: 8px;
    height: 4px
}

.status-page .status-transaction-image .wait-top {
    top: 1px;
    border-radius: 0 0 4px 4px
}

.status-page .status-transaction-image .wait-top:before {
    top: -4px;
    animation: status_wait_top 1.5s ease-out 0s infinite;
    -moz-animation: status_wait_top 1.5s ease-out 0s infinite;
    -webkit-animation: status_wait_top 1.5s ease-out 0s infinite
}

.status-page .status-transaction-image .wait-bt {
    bottom: 1px;
    border-radius: 4px 4px 0 0
}

.status-page .status-transaction-image .wait-bt:before {
    top: 0;
    animation: status_wait_bt 1.5s ease-out 0s infinite;
    -moz-animation: status_wait_bt 1.5s ease-out 0s infinite;
    -webkit-animation: status_wait_bt 1.5s ease-out 0s infinite
}

.status-page .status-transaction-image.red-packet img {
    width: 160px
}

.status-page .status-transaction .money {
    margin-top: 17px;
    font-size: 36px;
    font-weight: 500;
    line-height: 43px
}

.status-page .status-transaction .money .unit {
    font-size: 30px
}

.status-page .status-transaction .money+.see-more {
    margin-top: 18px
}

.status-page .status-transaction .anchor-list {
    max-width: 200px;
    width: 100%;
    margin: 24px auto 0;
    text-align: left;
    color: #006dff
}

.status-page .status-transaction .anchor-list li:not(:first-child) {
    margin-top: 15px
}

.status-page .status-transaction .anchor-list li a {
    display: block;
    padding: 10px 10px 10px 31px;
    background: #f2f7ff;
    border-radius: 8px;
    position: relative;
    font-weight: 600
}

.status-page .status-transaction .anchor-list li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-top: -3px;
    background-color: #006dff
}

.status-page .status-transaction .note {
    color: #8995a1;
    margin-top: 8px;
    word-break: break-word
}

.status-page .status-transaction .warning-text {
    max-width: 350px;
    min-height: 48px;
    margin: 40px auto 0;
    background: #fff6e6;
    border-radius: 4px;
    padding: 8px 12px 8px 48px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #142b43
}

@media screen and (max-width:350px) {
    .status-page .status-transaction .warning-text {
        margin-top: 24px
    }
}

.status-page .status-transaction .warning-text:before {
    content: '\e030';
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -10px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #ffbb33;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.status-page .status-transaction .warning-text.anchor {
    padding-right: 32px
}

.status-page .status-transaction .warning-text.anchor:after {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -10px;
    content: '\e009';
    color: #142b43;
    font-size: 9px;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.status-page .status-transaction .body_text {
    margin: 16px auto 0;
    max-width: 360px
}

.status-page .status-transaction .see-more {
    display: block;
    font-weight: 600;
    margin-top: 30px
}

.status-page .status-transaction .support-anchor {
    display: block;
    font-weight: 600;
    margin-top: 40px
}

.status-page .status-transaction .note_text {
    font-size: 12px;
    line-height: 1.42;
    color: #8995a1;
    max-width: 230px;
    margin: 18px auto 0
}

.status-page .status-transaction .note_text a {
    color: #8995a1;
    text-decoration: underline !important
}

.status-page .status-transaction .btn-row {
    text-align: center
}

.status-page .status-transaction .btn-row.mt16 {
    margin-top: 16px
}

.status-page .status-transaction .btn-row.mt30 {
    margin-top: 30px
}

.status-page .status-transaction .btn-row .btn-style {
    max-width: 206px;
    width: 100%;
    text-transform: none;
    text-transform: initial
}

.status-page .status-transaction .btn-row .btn-style.maxwith {
    max-width: none;
    max-width: initial
}

.status-page .status-transaction-bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 16px;
    z-index: 1901
}

@media screen and (max-width:350px) {
    .status-page .status-transaction-bottom {
        padding: 12px
    }
}

.status-page .status-transaction-bottom .datetime {
    text-align: center;
    display: block;
    width: 100%
}

.status-page .status-transaction-bottom .datetime p {
    color: #8995a1;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px
}

.status-page .status-transaction-bottom .datetime p:last-child {
    margin-bottom: 0
}

.status-page .status-transaction-bottom .datetime~.btn-row {
    margin-top: 16px
}

.status-page .status-transaction-bottom.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.status-page .status-transaction-bottom.btn-group .btn-row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.status-page .status-transaction-bottom.btn-group .btn-row .btn-style {
    max-width: none;
    max-width: initial
}

.status-page .status-transaction-bottom.btn-group .btn-row:not(:last-child) {
    margin-right: 8px
}

.status-page .status-transaction.lixi:before,
.status-page .status-transaction.red-packet:before {
    background: #fffaf2
}

.status-page .status-transaction.lixi .status-transaction-bottom,
.status-page .status-transaction.red-packet .status-transaction-bottom {
    background: #fffaf2
}

.status-page .status-transaction.red-packet .notication {
    color: #727f8e;
    font-weight: 400;
    margin-top: 36px
}

.status-page .status-transaction.red-packet .status-transaction-image img {
    width: 160px
}

.status-page .status-anchor {
    margin-bottom: 20px
}

.status-page .status-anchor .button-arrow {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    color: rgba(20, 43, 67, .6)
}

.status-page .status-anchor .button-arrow:after {
    content: '\e027';
    font-size: 12px;
    padding-left: 15px
}

.status-page.transaction-detail {
    margin-top: 48px
}

.status-page.transaction-detail .status-transaction-box {
    position: relative
}

.status-page.transaction-detail .status-transaction-box .icon {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.status-page.transaction-detail .status-transaction-box .icon.icon-56 {
    width: 56px;
    height: 56px;
    top: -28px
}

.status-page.transaction-detail .status-transaction-box .icon.icon-56:after {
    display: none
}

.status-page.transaction-detail .status-transaction-box .icon.icon-56 img {
    width: 100%
}

.status-page.transaction-detail .status-transaction-box .icon.no-border img {
    width: 100%
}

.status-page.transaction-detail .status-transaction-box .icon.no-border:after {
    border: 0
}

.status-page.transaction-detail .status-transaction-box .icon img {
    width: 75%;
    height: auto;
    position: relative;
    z-index: 1
}

.status-page.transaction-detail .status-transaction-box .icon:after,
.status-page.transaction-detail .status-transaction-box .icon:before {
    position: absolute;
    top: 0;
    left: 0
}

.status-page.transaction-detail .status-transaction-box .icon:before {
    z-index: 2;
    font-size: 48px;
    width: 48px;
    height: 48px
}

.status-page.transaction-detail .status-transaction-box .icon:after {
    content: "";
    background: #fff;
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e7eaec
}

.status-page.transaction-detail .status-transaction-box .icon.topup:before {
    content: "\e061";
    color: #006dff
}

.status-page.transaction-detail .status-transaction-box .icon.mobilecard:before {
    content: "\e056";
    color: #ffab00
}

.status-page.transaction-detail .status-transaction-box .icon.postpaid:before {
    content: "\e058";
    color: #15b34e
}

.status-page.transaction-detail .status-transaction-box .icon.data:before {
    content: "\e054";
    color: #15b34e
}

.status-page.transaction-detail .status-transaction-box .icon.electric:before {
    font-size: 34px;
    content: "\e098";
    color: #ff5630
}

.status-page.transaction-detail .status-transaction-box .icon.water:before {
    font-size: 34px;
    content: "\e099";
    color: #006dff
}

.status-page.transaction-detail .status-transaction-box .icon.internet:before {
    font-size: 34px;
    content: "\e100";
    color: #15b34e
}

.status-page.transaction-detail .status-transaction-box .icon.tivi:before {
    font-size: 34px;
    content: "\e101";
    color: #ffab00
}

.status-page.transaction-detail .status-transaction-box .icon.loans:before {
    font-size: 34px;
    content: "\e119";
    color: #6554c0
}

.status-page.transaction-detail .btn-row {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    float: left;
    width: 100%;
    padding: 16px
}

.status-page.transaction-detail .btn-row.c2 .btn-style {
    float: left
}

.status-page.transaction-detail .btn-row.c2 .btn-style:first-child {
    width: 117px;
    margin-right: 8px
}

.status-page.transaction-detail .btn-row.c2 .btn-style:last-child {
    width: calc(100% - 125px)
}

.status-page.transaction-detail .popup-style .btn-row {
    position: static;
    padding: 0;
    width: auto;
    width: initial;
    float: none;
    background: none
}

.status-page.transaction-detail .status-transaction-bottom.btn-group .btn-row {
    position: static;
    padding: 0;
    width: auto;
    width: initial
}

.status-page.no-btn .box-wrapper {
    padding-bottom: 0
}

.status-page .box-promotion {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    min-height: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px 12px 72px;
    text-align: left;
    max-width: 360px;
    width: 100%;
    margin: 45px auto 0;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:350px) {
    .status-page .box-promotion {
        padding: 8px 32px 8px 62px;
        min-height: 73px;
        margin: 30px auto 0
    }
}

.status-page .box-promotion.banner {
    line-height: 0;
    padding: 0;
    min-height: 0;
    min-height: initial;
    background-color: transparent
}

.status-page .box-promotion.banner:before {
    display: none
}

.status-page .box-promotion.banner .banner-image {
    width: 100%;
    height: auto
}

.status-page .box-promotion.mt16 {
    margin-top: 16px
}

.status-page .box-promotion:before {
    content: '';
    background-image: url("../images/error/zalopay-notify.png");
    background-image: url("../images/error/zalopay-notify.png");
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -24px
}

@media screen and (max-width:350px) {
    .status-page .box-promotion:before {
        left: 8px;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        margin-top: -20px
    }
}

.status-page .box-promotion-text {
    padding-right: 15px
}

.status-page .box-promotion-text .note {
    font-size: 12px;
    line-height: 14px;
    color: #8995a1;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.status-page .box-promotion .btn-style {
    min-width: 60px;
    font-size: 12px;
    height: 30px;
    line-height: 30px
}

.status-page .box-promotion .btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: rgba(253, 253, 253, .7)
}

.status-page .box-promotion .btn-close:before {
    content: '\e041';
    font-size: 10px;
    bottom: 11px;
    left: 11px;
    position: absolute;
    color: #5f6368
}

.status-page .note-text {
    font-size: 12px;
    line-height: 1.17;
    color: #8995a1;
    margin-top: 16px
}

.status-page .line-box {
    position: relative;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e7eaec), color-stop(50%, #e7eaec), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #e7eaec, #e7eaec 50%, transparent 50%, transparent 100%);
    background-size: 10px 1px;
    height: 1px;
    width: 100%;
    margin: 16px auto
}

.status-page .line-box:after,
.status-page .line-box:before {
    background-color: #f6f7f8;
    content: "";
    position: absolute;
    top: -10px;
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-image: none
}

.status-page .line-box:before {
    left: -25px
}

.status-page .line-box:after {
    right: -25px
}

.status-page .line-box.no-circle {
    margin-bottom: 7px
}

.status-page .line-box.no-circle:after,
.status-page .line-box.no-circle:before {
    display: none
}

.btn-history a {
    background-color: #fff;
    padding: 20px 28px 20px 16px;
    position: relative;
    display: block;
    color: #142b43;
    border-top: 1px solid #e3e6e7;
    border-bottom: 1px solid #e3e6e7
}

.btn-history a:after {
    display: block;
    margin-top: -4px;
    position: absolute;
    right: 16px;
    top: 50%;
    color: #acb3ba;
    content: '\e027';
    font-size: 12px
}

.btn-new-transaction {
    margin: 16px 16px 12px
}

.btn-new-transaction a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #fff;
    float: left;
    width: calc(50% - 10px);
    height: 48px;
    border: 1px solid #e3e6e7;
    color: #142b43;
    border-radius: 5px
}

@media (max-width:350px) {
    .btn-new-transaction a {
        width: calc(50% - 5px)
    }
}

.btn-new-transaction a:before {
    display: block;
    font-size: 16px;
    margin-right: 6px
}

.btn-new-transaction a.support-btn {
    margin-right: 20px
}

@media (max-width:350px) {
    .btn-new-transaction a.support-btn {
        margin-right: 10px
    }
}

.btn-new-transaction a.support-btn:before {
    content: '\e095'
}

.btn-new-transaction a.add-btn:before {
    content: '\e024'
}

.btn-new-transaction a:only-child {
    width: 100%;
    margin-right: 0
}

.status-popup-image {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 120px 120px;
    margin: 0 auto
}

.status-popup-image.failed {
    background-image: url(../images/status/failed.png)
}

.status-popup-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 8px;
    text-align: center
}

.status-popup-text {
    margin-top: 8px
}

.status-popup .btn-block {
    padding: 16px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .status-page .box-promotion:before {
        background-image: url("../images/error/zalopay-notify@2x.png")
    }
}

@media (-webkit-min-device-pixel-ratio: 3),
(min-resolution: 288dpi) {
    .status-page .box-promotion:before {
        background-image: url("../images/error/zalopay-notify@3x.png")
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .status-page .box-promotion:before {
        background-image: url("../images/error/zalopay-notify@2x.png")
    }
}

@media (-webkit-min-device-pixel-ratio: 3),
(min-resolution: 288dpi) {
    .status-page .box-promotion:before {
        background-image: url("../images/error/zalopay-notify@3x.png")
    }
}

/*# sourceMappingURL=status.css.map */