<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(2,1): run-time error CSS1019: Unexpected token, found '@charset'
(2,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(2,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* CSS Document */
@charset "UTF-8";

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popup-box {
    background-color: transparent;
    padding: 30px 30px 10px;
}

.moneyback_footer {
    background-color: azure;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

    .moneyback_footer div {
        padding: 10px 10px 10px;
    }

#login_modal .moneyback_footer div {
    max-width: 460px;
}

.moneyback_footer .moneyback_logo {
    padding-left: 0px;
    padding-right: 0px;
}

    .moneyback_footer .moneyback_logo img {
        width: 110px;
    }

.moneyback-box {
    font-size: 14px
}

    .moneyback-box a {
        color: #428bca;
        text-decoration: underline;
    }

    .moneyback-box .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #0082BC;
        margin-bottom: 30px;
        text-align: center;
    }

    .moneyback-box .form-group {
        position: relative;
        margin-bottom: 30px;
    }

        .moneyback-box .form-group.pw {
            margin-bottom: 8px;
        }

            .moneyback-box .form-group.pw .input-icon {
                position: absolute;
                top: 25px;
                right: 0
            }

            .moneyback-box .form-group.pw i.icon-eye-close:before {
                content: "";
                background: url('../img/icon-eye-close.svg') no-repeat center/contain;
                width: 18px;
                height: 18px;
                display: block;
            }

            .moneyback-box .form-group.pw i.icon-eye-open:before {
                content: "";
                background: url('../img/icon-eye-open.svg') no-repeat center/contain;
                width: 18px;
                height: 18px;
                display: block;
            }

        .moneyback-box .form-group.captcha {
            margin-top: 30px;
        }

        .moneyback-box .form-group label {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            color: #888888;
            margin-bottom: 0;
        }

        .moneyback-box .form-group input {
            border-radius: 0;
            border: 0;
            border-bottom: 1px solid #CCCCCC;
            font-weight: 400;
            font-size: 17px;
            line-height: 20px;
            color: #000000;
            padding-left: 5px;
        }

        .moneyback-box .form-group .field-validation-error, .moneyback-box .globalMsg, .moneyback-box .form-group label.error, .error {
            color: red;
            text-align: left;
            display: inline-block;
            line-height: normal;
            font-size: 14px;
            font-weight: 400;
        }

    .moneyback-box ::placeholder {
        color: #CCCCCC;
    }

.pw-strength {
    margin: 10px auto 7px;
    display: flex;
    align-items: center;
}

.pw-strength-bar, .pw-strength-remark {
    display: inline-block;
    margin-right: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.pw-strength-bar {
    width: 40px;
    height: 3px;
}

    .pw-strength-bar.weak {
        background-color: #FD3B1F;
    }

    .pw-strength-bar.medium {
        background-color: #FFC700;
    }

    .pw-strength-bar.strong {
        background-color: #00A912;
    }

.pw-strength-remark.weak {
    color: #FD3B1F;
}

.pw-strength-remark.medium {
    color: #FFC700;
}

.pw-strength-remark.strong {
    color: #00A912;
}


.moneyback-box .btn {
    background: linear-gradient(270deg, #FE8210 0%, rgba(254, 130, 16, 0) 100%), #E41C26;
    border-radius: 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    width: 100%;
    margin: -5px auto 20px;
    padding: 12px;
    cursor: pointer;
}

    .moneyback-box .btn:disabled,
    .moneyback-box .btn[disabled] {
        background: #999
    }

.moneyback-box input:focus, .btn-signup:focus, .moneyback-box button:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
    opacity: 1;
}

.moneyback-box .form-group input:hover {
    border-color: #0082BC;
}

.moneyback-box .form-group input:focus {
    border-bottom: 1px solid #0082BC;
}

.moneyback-box .member {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

    .moneyback-box .member a {
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        color: #0082BC;
        padding-left: 8px;
        text-decoration: underline;
    }

/* Resgiter Success */
.moneyback-box.success {
    padding: 30px
}

    .moneyback-box.success .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #52B7A0;
        margin: 10px auto 5px;
    }

    .moneyback-box.success .email {
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 20px;
    }

        .moneyback-box.success .email span {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            color: #888888;
            display: inline-block;
            margin-right: 5px
        }

        .moneyback-box.success .email .emailText {
            display: inline-block;
        }

    .moneyback-box.success .reminder {
        background: #F5F5F5;
        border-radius: 5px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #000000;
        padding: 15px;
    }

.popup-box .custom-checkbox .custom-control-label::before, .popup-box .custom-checkbox .custom-control-label::after {
    border-radius: 0;
    border-color: #ADADAD;
    width: 15px;
    height: 15px;
    top: 0;
}

.popup-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
}

.popup-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: url('../img/icon-tick.svg') no-repeat center/cover;
    top: 0;
}

.moneyback-box.success .subscribe-checkbox label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0;
}

.popup-box .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}


.moneyback-box .signin-action {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.moneyback-box .remember-checkbox {
    float: left;
}

.moneyback-box a.forget-pw {
    text-decoration: underline;
    float: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.moneyback-box .moneyback-header {
    display: flex;
    flex-direction: column;
}

    .moneyback-box .moneyback-header div {
        padding: 10px 0px 15px;
        margin: 0 auto;
    }

.moneyback-box .moneyback-footer {
    display: flex;
    flex-direction: column;
}

    .moneyback-box .moneyback-footer span {
        margin: 0 auto;
    }

    .moneyback-box .moneyback-footer a {
        color: #aaa
    }

.moneyback-box .title {
    margin-bottom: 10px
}

.moneyback-box .moneyback-header .moneyback_logo img {
    width: 130px;
}

.moneyback-box .OTPgetSMS {
    min-width: 100px;
}

.moneyback-box .OTPinput {
    width: 100%;
}

.moneyback-box .getOtp {
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    color: #26a2d9;
}

    .moneyback-box .getOtp:disabled,
    .moneyback-box .getOtp[disabled] {
        color: #aaa;
    }

.moneyback-box .saveMoneyback {
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    color: #428bca;
    ;
}

.moneyback-box #moneyback-checkbox {
    margin-top: 10px;
}

    .moneyback-box #moneyback-checkbox .checkbox-section input {
        margin-bottom: 5px;
        float: left;
        margin-left: 0;
    }

    .moneyback-box #moneyback-checkbox .checkbox-section span.col-xs-11 {
        padding-left: 0;
        padding-right: 0;
        width: 93%;
        padding-top: 5px;
    }

.moneyback-box .moneyback-success-info {
    display: flex;
    flex-direction: column;
}

    .moneyback-box .moneyback-success-info .info-row {
        display: flex;
        margin-bottom: 20px;
    }

        .moneyback-box .moneyback-success-info .info-row .text-right {
            margin-left: auto;
        }

    .moneyback-box .moneyback-success-info .btn {
        margin-top: 20px
    }

.moneyback-pop-section .popover {
    width: 300px;
}

    .moneyback-pop-section .popover .popover-title {
        background-color: #fff
    }

    .moneyback-pop-section .popover .popover-content {
        background-color: azure;
        /*height: 120px;*/
        display: flex;
        padding: 0px;
    }

        .moneyback-pop-section .popover .popover-content div:first-of-type {
            border-right: 1px solid #CCCCCC;
        }

        .moneyback-pop-section .popover .popover-content div {
            display: flex;
            width: 100%;
            /*justify-content: center;*/
            align-items: center;
            flex-direction: column;
            padding: 5px;
        }

            .moneyback-pop-section .popover .popover-content div div {
                border-right: none !important;
                height: 65px;
            }

        .moneyback-pop-section .popover .popover-content .float-text {
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            height: 60px
        }

            .moneyback-pop-section .popover .popover-content .float-text span {
                background-color: azure;
                padding: 10px;
                color: #CCC;
            }

        .moneyback-pop-section .popover .popover-content .moneyback-value {
            font-weight: 700;
            font-size: 18px;
            color: #000;
        }

        .moneyback-pop-section .popover .popover-content .moneyback-label {
            font-weight: 700;
            color: #0082BC;
        }

        .moneyback-pop-section .popover .popover-content img {
            margin-right: 3px;
            margin-bottom: 6px;
            height: 30px;
        }

.moneyback-mobile-header {
    font-size: 18px;
    margin-top: 10px;
}

    .moneyback-mobile-header .moneyback-equal-hkd {
        font-size: 12px;
    }

    .moneyback-mobile-header img {
        margin-right: 3px;
        margin-bottom: 3px;
        height: 20px;
    }

#moneyback_linkage_modal .moneyback-header {
    font-size: 18px
}

#moneyback_linkage_modal .linkage-info {
    font-size: 16px;
}

    #moneyback_linkage_modal .linkage-info .info-row {
        display: flex;
        margin-bottom: 15px;
    }

        #moneyback_linkage_modal .linkage-info .info-row div:first-of-type {
            width: 40%;
        }

#moneyback_linkage_modal .moneyback-tnc {
    margin-bottom: 20px;
}

#moneyback_linkage_modal .btn-close {
    background: white;
    color: #CCC;
    border: 1px solid #CCC;
    font-weight: 400;
}

.profile_form {
    margin: 0;
}

.manage_con {
    background-color: #F6F6F6;
    padding: 0px;
}

.moneyback-account .moneyback-box {
    max-width: 600px
}

.moneyback-account .form-group label {
    color: #000;
}

.moneyback-account .btn {
    margin: 10px auto 20px;
}

.moneyback-account .profile_form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.moneyback-account .moneyback_footer {
    background-color: transparent;
    padding: 0px
}

    .moneyback-account .moneyback_footer .moneyback_logo img {
        width: 170px;
    }

    .moneyback-account .moneyback_footer .moneyback_text {
        align-self: center;
        max-width: 800px;
    }

@media (min-width:992px) {
    .moneyback-account .form-group {
        display: flex;
    }

        .moneyback-account .form-group label {
            min-width: 200px;
            padding: 6px 0px;
            font-size: 17px;
            line-height: unset;
        }

    .moneyback-account .btn {
        margin: 10px auto 20px;
        max-width: 300px;
    }

    .moneyback-account .linkage-box {
        width: 100%;
        display: inline-block;
    }

    .moneyback-history .mobile-table {
        display: none;
    }
}


.moneyback-history .point-section {
    display: flex;
}

    .moneyback-history .point-section .moneyback-logo {
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        padding: 20px 15px;
    }

        .moneyback-history .point-section .moneyback-logo img {
            width: 160px;
        }

    .moneyback-history .point-section .point-detail {
        width: 100%;
        padding: 15px 25px;
        white-space: nowrap;
    }

        .moneyback-history .point-section .point-detail .point-title {
            FONT-WEIGHT: 700;
        }

        .moneyback-history .point-section .point-detail .point-value {
            font-size: 26px;
            color: #0085d2;
            font-weight: bold;
        }

        .moneyback-history .point-section .point-detail .point-ratio {
            color: #0085d2;
            font-size: 12px;
            margin-left: 5px;
        }

        .moneyback-history .point-section .point-detail .point-expiry {
            font-size: 12px;
            color: #AAA
        }

@media screen and (max-width:992px) {

    .moneyback_banner div {
        flex-direction: column;
        margin: 0 auto;
    }

    .moneyback-history .point-section .moneyback-logo img {
        width: 110px;
    }

    .moneyback-history .point-section .moneyback-logo {
        padding: 25px 15px;
    }

    .moneyback-history .desktop-table {
        display: none;
    }

    .moneyback-history .mobile-table {
        display: block;
    }

    .moneyback-history .point-section .point-detail {
        width: 100%;
        padding: 10px 15px;
        white-space: nowrap;
    }

    #money_back_module .redeem-point .point-balance {
        display: flex;
        flex-direction: column
    }

        #money_back_module .redeem-point .point-balance div:nth-child(2) {
            margin-left: 0px !important;
        }
}

.moneyback-history .table {
    margin-top: 20px;
    font-weight: bold;
}

.moneyback-history .desktop-table td:first-of-type, .moneyback-history .desktop-table th:first-of-type {
    text-align: left;
    width: 200px;
}

.moneyback-history .desktop-table td, .moneyback-history .table th {
    text-align: center;
}

.moneyback-history .table tbody &gt; tr &gt; td {
    border-top: 0px;
}

.moneyback-history .desktop-table tbody &gt; tr td:first-of-type, .moneyback-history .desktop-table thead &gt; tr th:first-of-type {
    padding-left: 20px
}

.moneyback-history .table-caption {
    font-size: 12px;
    color: #AAA;
}

.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td, .table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
    background-color: white;
}

.table-striped &gt; tbody &gt; tr:nth-child(even) &gt; td, .table-striped &gt; tbody &gt; tr:nth-child(even) &gt; th {
    background-color: #F5FCFF;
}

.moneyback-history .mobile-table td {
    flex-direction: column
}

    .moneyback-history .mobile-table td div {
        display: flex;
        margin: 5px 0px 5px;
    }

        .moneyback-history .mobile-table td div span:nth-child(2) {
            margin-left: auto;
        }

.moneyback-history .mobile-table tbody {
    width: 100%;
    display: flex;
    flex-direction: column
}

#moneybackPointSliderRange + .range_val input {
    margin: 0;
    display: inline-block;
    width: 100px;
}

#moneybackPointSliderRange.ui-widget-content {
    border: 0px solid #A8A9AD;
    background: #CCC;
    height: 4px;
    color: #222;
    margin: 20px 0;
}

    #moneybackPointSliderRange.ui-widget-content .ui-state-default, #moneybackPointSliderRange .ui-widget-header .ui-state-default {
        border: 0;
        width: 16px;
        height: 20px;
        border-radius: 0;
        background: url(//img.lowestfare.com.hk/Content/img/nbg49.png) repeat-x 0px 2px !important;
        background-color: #F2F3F4;
        background-size: 16px 16px !important;
    }

#moneybackPointSliderRange.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    outline: none;
    cursor: pointer;
}

#moneybackPointSliderRange .ui-slider-range {
    background: #0085D2;
}

#moneybackPointSliderRange + .range_val {
    position: relative;
    width: 100%;
    top: -5px;
    margin-bottom: 5px;
    font-size: 14px;
}

    #moneybackPointSliderRange + .range_val div:last-child {
        position: absolute;
        right: 0px;
        top: 0;
    }

#money_back_module hr {
    border-top: 1px solid #AAA;
}

#money_back_module .redeem-point .title {
    border-bottom: none;
    margin-bottom: 0px;
}

#money_back_module .redeem-point .point-balance {
    padding: 10px 15px;
    background-color: #EDF7FC;
    display: flex;
    font-size: 14px;
}

    #money_back_module .redeem-point .point-balance div:nth-child(2) {
        margin-left: auto
    }

    #money_back_module .redeem-point .point-balance div {
        margin-top: auto;
        margin-bottom: auto;
    }

#money_back_module .redeem-point .balance {
    font-size: 20px;
    font-weight: bold;
    color: #0085d2;
    margin-left: 5px;
    margin-right: 5px;
}

#money_back_module .redeem-point .point-slider {
    font-size: 14px;
    margin-top: 10px;
}

    #money_back_module .redeem-point .point-slider .point-ratio, #money_back_module .redeem-point .point-slider .moneybackPointSliderRatioTxt {
        font-size: 12px;
        color: #AAA
    }

.moneybackRedeem {
    padding-bottom: 15px;
}

.moneyback-blue {
    color: #0082BC;
}

.mobile_prefix {
    min-width: 50px;
    text-align: center;
    align-self: center;
}

.moneyBackRedeemInfo {
    font-size: 20px;
    color: red;
    margin-bottom: 0px;
}

    .moneyBackRedeemInfo span {
        font-weight: bold;
    }

.moneyback_earn {
    margin-top: 0px !important;
}

.moneyback_earn_text {
    margin-left: auto;
    font-size: 13px;
    color: #0085d2;
    text-wrap: auto;
    line-height: normal;
}

#money_back_module .right_title {
    margin-bottom: 15px;
}


.mobile-linkage .moneyback-box {
    max-width: 600px
}

.mobile-linkage .form-group label {
    color: #000;
}

.mobile-linkage .btn {
    margin: 10px auto 20px;
}

.mobile-linkage .profile_form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-linkage .moneyback_footer {
    background-color: transparent;
    padding: 0px
}

    .mobile-linkage .moneyback_footer .moneyback_logo img {
        width: 170px;
    }

    .mobile-linkage .moneyback_footer .moneyback_text {
        align-self: center;
        max-width: 800px;
    }

@media (min-width:992px) {

    .mobile-linkage .form-group label {
        min-width: 200px;
        padding: 6px 0px;
        font-size: 17px;
        line-height: unset;
    }

    .mobile-linkage .btn {
        margin: 10px auto 20px;
        max-width: 300px;
    }

    .mobile-linkage .linkage-box {
        width: 100%;
        display: inline-block;
    }

    .moneyback-history .mobile-table {
        display: none;
    }
}

#everjoyPointSliderRange + .range_val input {
    margin: 0;
    display: inline-block;
    width: 100px;
}

#everjoyPointSliderRange.ui-widget-content {
    border: 0px solid #A8A9AD;
    background: #CCC;
    height: 4px;
    color: #222;
    margin: 20px 0;
}

    #everjoyPointSliderRange.ui-widget-content .ui-state-default, #moneybackPointSliderRange .ui-widget-header .ui-state-default {
        border: 0;
        width: 16px;
        height: 20px;
        border-radius: 0;
        background: url(//img.lowestfare.com.hk/Content/img/nbg49.png) repeat-x 0px 2px !important;
        background-color: #F2F3F4;
        background-size: 16px 16px !important;
    }

#everjoyPointSliderRange.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    outline: none;
    cursor: pointer;
}

#everjoyPointSliderRange .ui-slider-range {
    background: #0085D2;
}

#everjoyPointSliderRange + .range_val {
    position: relative;
    width: 100%;
    top: -5px;
    margin-bottom: 5px;
    font-size: 14px;
}

    #everjoyPointSliderRange + .range_val div:last-child {
        position: absolute;
        right: 0px;
        top: 0;
    }


#point-ratio-everjoy {
    font-size: 12px;
    color: #AAA
}
</pre></body></html>