.fullwidth-card-qr-code {
    margin: 0 auto;
}

.bg-gold {
    background: #e5b701;
}

.pr-0 {
    padding-right: 0 !important;
}

.half-bg {
    width: calc((100vw - 1032px)/2 + 100%);
}

.color-w {
    color: white;
}

.cus-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px !important;
}

.cus-alert button {
    border: 0;
    background: none;
}

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

.min-bg-height {
    min-height: 500px;
}

.member-page-area input {
    border-radius: 0;
}

.wallet-history-list {
    border-top: 1px solid white;
}

.lr-border-w {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.fullwidth-card-refresh {
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 420px;
}

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: none;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}

.member-profile-form-area input[readonly] {
    background: none !important;
}

.fullwidth-menu-user-social-link a {
    width: 28px;
    height: 28px;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .profile-wallet-point {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 !important;
        border-radius: 0;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .profile-info-area {
        margin-bottom: 0;
        padding: 1px 0;
        /* margin-right: -10px; */
    }

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

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

.cus-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px !important;
    position: fixed;
    z-index: 1300;
    width: 994px;
    margin-top:20px;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 1023px){
    .cus-alert {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px){
    .cus-alert {
        margin-top:100px;
    }
}
