/* Full HD - TV Layout: 2560px. */
/* Full HD - Small TV Layout: 2000px. */
/* HD Layout: 1920px. */
/* Laptop with HDPI: 1440px */
/* Normal PC: 1366px */
/* Laptop with MDPI: 1280px */
/* Medium Layout: 1080px. */
/* Medium Layout(iPad Pro): 1024px. */
/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
    html,
body {
        overflow-x: hidden;
    }

    .w-xs-35 {
        width: 35%;
    }

    .w-xs-40 {
        width: 40%;
    }

    .fs-xs-11 {
        font-size: 11px;
    }

    .fs-xs-12 {
        font-size: 12px;
    }

    .fs-xs-14 {
        font-size: 14px;
    }

    .fs-xs-16 {
        font-size: 16px;
    }

    .fs-xs-17 {
        font-size: 17px;
    }

    .fs-xs-18 {
        font-size: 18px;
    }

    .fs-xs-27 {
        font-size: 27px;
    }

    .fs-xs-30 {
        font-size: 30px;
    }

    .fs-xs-55 {
        font-size: 55px;
    }

    .fs-xs-60 {
        font-size: 60px;
    }

    .lh-xs-11 {
        line-height: 11px;
    }

    .lh-xs-12 {
        line-height: 12px;
    }

    .lh-xs-14 {
        line-height: 14px;
    }

    .lh-xs-20 {
        line-height: 20px;
    }

    .lh-xs-22 {
        line-height: 22px;
    }

    .lh-xs-24 {
        line-height: 24px;
    }

    .lh-xs-27 {
        line-height: 27px;
    }

    .lh-xs-28 {
        line-height: 28px;
    }

    .lh-xs-30 {
        line-height: 30px;
    }

    .lh-xs-40 {
        line-height: 40px;
    }

    .lh-xs-50 {
        line-height: 50px;
    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .__yue-hwa__ {
        padding-bottom: 107px;
        padding-top: 91px;
    }

    .layout-blank .__yue-hwa__ {
        padding-bottom: 0;
        padding-top: 0;
    }

    .min-bg-height {
        min-height: calc(100vh - 198px);
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .common-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .common-padding-top {
        padding-top: 20px;
    }

    .common-padding-bottom {
        padding-bottom: 20px;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-inline {
        display: inline !important;
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-xs-between {
        justify-content: space-between !important;
    }

    .justify-content-xs-start {
        justify-content: flex-start !important;
    }

    .header-area {
        padding: 10px 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        height: 91px;
        display: flex;
        align-items: center;
    }

    .header-action-menu a {
        width: 30px;
        height: 30px;
    }

    .header-menu-button {
        width: 35px;
        height: 35px;
    }

    .header-menu-button img {
        width: 23px;
        height: 23px;
        max-width: initial;
    }

    .header-action-menu {
        padding-right: 5px;
    }

    .profile-info-area {
        padding-top: 20px;
        margin-bottom: 45px;
    }

    .profile-wallet-point {
        border-radius: 12px;
        margin-top: 15px;
        margin-bottom: -44px;
    }

    .profile-avatar img {
        height: 40px;
    }

    .member-details-area {
        padding: 0 !important;
    }

    .member-details-area .container {
        padding: 0 !important;
    }

    .member-info-details {
        width: 255px;
        height: 255px;
    }

    .member-2-details-area {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .member-profile-mobile-form-area button[aria-expanded=true] .icon {
        transform: rotate(180deg);
    }

    .text-xs-nowrap {
        white-space: nowrap;
    }

    .member-profile-mobile-form-area .form-group label {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .separator-vertical {
        margin-left: 1rem !important;
        margin-right: 0.5rem !important;
    }

    .profile-info-area .profile-info-content {
        justify-content: space-between !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 1.5rem !important;
    }

    .rewards-details-content,
.wallet-details-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .select2-chevron-arrow .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .select2-chevron-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
        right: 10px;
    }

    .select2-chevron-arrow .select2-container .select2-selection--single {
        height: 44px;
    }

    .rewards-list-area .col-lg-12:last-child .rewards-box-area {
        margin-bottom: 0 !important;
    }

    .redeem-points-spinner .input-wrapper-area {
        padding: 0 15px;
    }

    .login-area {
        padding-bottom: 0;
    }

    .wallet-title-icon .wallet-icon {
        width: 25px;
    }

    .profile-qr-code {
        width: 35px;
        height: 35px;
    }

    .profile-wallet-point {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 15px !important;
        padding-right: 0 !important;
    }

    .profile-info-area {
        padding-top: 2px;
        margin-bottom: 0;
        padding-bottom: 2px;
    }
}
/* Mobile Layout: 375px. */
/* Wide Mobile Layout(Nexus 7): 600px. */
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 500px) {
    .d-xss-none {
        display: none !important;
    }

    .d-xss-flex {
        display: flex !important;
    }

    .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }

    .member-profile-form-area label,
.member-profile-form-area input,
.member-profile-form-area button {
        font-size: 15px;
        padding: 12px !important;
        line-height: 22px;
        display: flex;
        align-items: center;
    }

    .member-profile-form-area .form-group-checkbox label,
.member-profile-form-area .form-group-checkbox input,
.member-profile-form-area .form-group-radio label,
.member-profile-form-area .form-group-radio input {
        padding: 0 !important;
    }

    .member-profile-form-area .form-group-checkbox label.form-group-checkbox-label {
        padding-bottom: 1rem !important;
    }

    .member-profile-form-area .form-group-radio.form-group-radio-social-option label {
        padding: 0.5rem 1rem !important;
    }

    .fixed-width-label-form label.w-30 {
        width: 95px !important;
    }

    .member-profile-form-area .form-message-area label {
        padding: 0 !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 16px !important;
    }
}
/* Mobile Layout(Pixel 2): 480px. */
@media only screen and (max-width: 420px) {
    .fs-xss-12 {
        font-size: 12px;
    }

    .fs-xss-15 {
        font-size: 15px;
    }

    .fs-xss-16 {
        font-size: 16px;
    }

    .fs-xss-17 {
        font-size: 17px;
    }

    .fs-xss-27 {
        font-size: 27px;
    }

    .fs-xss-35 {
        font-size: 35px;
    }

    .lh-xss-18 {
        line-height: 18px;
    }

    .lh-xss-20 {
        line-height: 20px;
    }

    .lh-xss-22 {
        line-height: 22px;
    }

    .lh-xss-27 {
        line-height: 27px;
    }

    .lh-xss-32 {
        line-height: 32px;
    }

    .profile-avatar img {
        height: 32px;
    }
}
/* Mobile Layout(iPhone 6): 400px. */
/* Mobile Layout(Samsung Galaxy S5): 360px. */
/* Mobile Layout(iPhone 4): 320px. */
