* {
    margin: 0;
    padding: 0;
}
.dataRegister{
    text-align: center;
    margin-top: 30px;
}
.dataRegister a{
    text-decoration:none
}
.data{
    font-size: 20px;
}

.logo img{
    width: 70px;
    height: 70px;
}
.but {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
}

.btn {
    width: 65%;
    padding: 5px;
    margin: 10px;
}
.btn-lg, .btn-group-lg > .btn{
    --bs-btn-padding-x:0 !important;
}
.btn.btnRegister{
    width: 96%;
    padding: 10px;
    margin: 10px;
}
.footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0px auto;
    border-radius: 50px 50px 0 0;
    padding: 15px 20px;
    box-shadow: 0 -5px 50px rgba(0, 0, 0, .2);
    background: #fff;
}
.footer .text-danger {
    font-size: 14px;
    margin-top: 5px;
    opacity: .7;
}
.footer .menu-block {
    text-align: center;
    line-height: 1;
}
.footer .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-size: 100% !important;
    display: inline-block;
    border-radius: 50%;
    opacity: .7;
}
.menu-block.router-link-exact-active .icon + .text-danger {
    opacity: 1;
}
.menu-block.router-link-exact-active .icon {
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    margin-top: 0;
    opacity: 1;
}
.icon.member {
    background: url('../img/footer-menu/member.png');
}
.menu-block.router-link-exact-active .icon.member {
    background: url('../img/footer-menu/member-active.png');
}
.icon.point {
    background: url('../img/footer-menu/point.png');
}
.menu-block.router-link-exact-active .icon.point {
    background: url('../img/footer-menu/point-active.png');
}
.icon.privillege {
    background: url('../img/footer-menu/privillege.png');
}
.menu-block.router-link-exact-active .icon.privillege {
    background: url('../img/footer-menu/privillege-active.png');
}

.img,
.next {
    display: block;
    margin: auto;
}

.img img {
    width: 100%;
}

.snpcard {
    background: #dcdcdc;
    padding: 8px 5px;
}

.opa {
    opacity: 0.4;
}
.main-content {
    padding: 0 25px;
}
.main-content.with-menu {
    padding-bottom: 120px;
}
.back {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    position: absolute;
}

.back i {
    padding-left: 31%;
    padding-top: 50%;
}

.bg-img {
    background-color: #dcdcdc;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
}

.otp {
    margin-top: 10px;
    margin-left: 30px;
    width: 100%;
}

.codeOtp {
    width: 70%;
    margin-left: 15%;
}

.cardDetail {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}
.member-detail {
    font-size: 14px;
    color: #505050;
}
.card-link {
    text-decoration: none
}
.point-label {
    font-size:16px;
    color: #505050;
}
.big {
    font-size: 35px;
}
.bigPoint{
    font-size: 32px;
}

.qr {
    width: 50%;
}
.qr-full {
    width: 100%;
}
.detail{
    margin-top: 20px;
}

.edit{
    width: 80%;
    margin-left: 10%;
}

.cencel{
    width: 100%;
    text-align: center;
}

.score{
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    box-shadow:  0 5px 20px rgba(0,0,0,.2);
    color: #505050;
    position: relative;
    text-align: left;
}
.score.not-active {
    background: #E4E4E4;
}
.score + .score {
    margin-top: 20px;
}
.dPoint {
    padding-bottom: 42px;
}
.iPoint{
    background-color: #dcdcdc;
    border-radius: 15px;
}
.iPoint img {
    max-width: 100%;
}

.iPoint i{
    margin-top: 30px;
    font-size: 75px;
}
.backIcon {
    width: 20px;
    position: relative;
    top: 10px;
}
.rotateIcon{
    width: 14px;
    position: relative;

}
.edit_Icon.mx-auto{
    margin-right: 5px !important;
    margin-left: 0px !important;
    width: 25px;
    margin: 9px;
}
.editIcon.mx-auto{
    margin-right: 5px !important;
    margin-left: 0px !important;
    width: 15px;
    margin: 9px;
}
.editIcon.d-block , .edit_Icon.d-block{
    display: inline !important;
}
.rotateIcon.mx-auto{
    margin: 0px !important;
}
.rotateIcon.d-block{
    display: inline !important;
}
.rPoint{
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    font-size: 14px;
}
.point-head {
    font-size: 16px;
    margin-top: 5px;
}
.point-sub-head b {
    font-size: 14px;
}
.point-sub-head-2 {
    font-size: 12px;
}

.row {
    margin: 10px;
}

.section-title {
    font-size: 24px;
    margin: 30px 0 20px;
    display: block;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
/**** Radio CSS ****/
.form-check-input {
    height: 24px !important;
    width: 24px !important;
}
.cond .form-check-input[type=checkbox]{
    border-radius:100% !important;
}
.form-check-input:checked {
    background-color: #E12F2E !important;
    border-color: #E12F2E !important;
}
.form-switch .form-check-input {
    width: 42px !important;
}
.custom-radios div {
    display: inline-block;
}
.custom-radios input[type=radio]+label span {
    background-color: #E12F2E;
    background-color: #FFFFFF;
    border: 2px solid #BAB8B8;
}

.custom-radios input[type=radio]:checked+label span {
    background-color: #E12F2E;
    border: 0;
}
.custom-radios input[type=radio]:checked+label span img {
    opacity: 1;
}
/**** Radio CSS ****/
.custom-radios div {
    display: inline-block;
}

.custom-radios input[type=radio] {
    display: none;
}

.custom-radios input[type=radio]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type=radio]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 24px;
}

.custom-radios input[type=radio]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
    width: 14px;
}

.custom-radios input[type=radio]:checked+label span img {
    opacity: 1;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.btn-danger {
    background-color: #E12F2E !important;
}
.btn-default {
    color: #E12F2E !important;
}
input[type="text"] {
    padding: 8px 10px 10px;
    font-size: 20px;
}

input::placeholder { /* Firefox 18- */
    font-size: 16px;
}

.row-content {
    padding: 0 15px;
}
.row-content.with-back {
    padding: 50px 25px 0;
}
.member-data-row .btn {
    margin: 0;
}
.member-data-row .row-label {
    color: #505050;
}
.member-card {
    font-size: 11px;
}
.btn.point-reload {
    width: 100px;
    font-size: 12px;
    padding: 3px 10px 3px 5px;
    margin: 15px 0 10px;
    color: #BAB8B8;
    border: 1px solid #BAB8B8;
}
/**** Radio CSS ****/
.custom-radios div {
    display: inline-block;
}

.custom-radios input[type=radio] {
    display: none;
}

.custom-radios input[type=radio]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type=radio]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 24px;
}

.custom-radios input[type=radio]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
    width: 14px;
}

.custom-radios input[type=radio]:checked+label span img {
    opacity: 1;
}

.error {
    color: red;
    margin-top: 3px;
    font-size: 14px;
}
.modal-header button {
    border: none;
    background: none;
    font-size: 30px;
    line-height: 16px;
}
.use,.unuse,.barCode{
    padding: 20px;
}

.use{
    margin: auto;
    padding-left: 80px;
    background-color: #E12F2E;
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    position: absolute;
}

.unuse{
    margin: auto;
    padding-left: 230px;
    background-color: #dcdcdc;
    border-radius: 50px 50px 50px 50px;
    z-index: -1;
    color: #A9A9A9;
}
.barCode{
    padding-left: 20px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.activeFooter{
    width: 90%;
    background: #E12F2E;
    border-radius: 50px 50px 50px 50px;
    position: relative;
    color: #fff;
    margin-top: 5px;
}

.notActive{
    width: 80%;
    background: #dcdcdc;
    border-radius: 50px 50px 50px 50px;
    position: absolute;
}

.imgQr img,.imgBar img{
    height: 100px;
}

.imgQr{
    padding-left: 35%;
    margin-top: 20px;
}

.imgBar{
    margin-top: 20px;
    text-align: center;
}

.font{
    color: #BAB8B8;
    margin: 10px 0;
}

.bg-c0c0c0{
    background-color: #C0C0C0;
}
.online{
    margin-top: 20px;
    margin-left: 5%;
    padding-left: 10px;
    padding-top: 20px;
    border-radius: 20px;
    width: 90%;
    box-shadow:  0 5px 20px rgba(0,0,0,.2);
}

.warn{
    margin-top: 20px;
    padding: 10px;
    border: 2px solid #E12F2E;
    border-radius: 20px;
}
.warn .b-icon.bi{
    font-size: 30px;
    margin-left: 10px;
    margin-top: 10px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.extI{
    width: 150px;
    height: 150px;
    background: #dcdcdc;
    border-radius: 100%;
}

.extI i{
    font-size: 75px;
    padding-left: 25%;
    padding-top: 50%;
}

.ext{
    margin-top: 25%;
    margin-left: 35%;
}
.activeBar{
    background: #E12F2E;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 165px;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
}

.notActiveBar{
    background: #dcdcdc;
    margin-left: 20px;
    border-radius: 50px 50px 50px 50px;
    z-index: -1;
    color: #A9A9A9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.close{
    margin-left: -15px;
}

.activeQr{
    background: #E12F2E;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
}

.notActiveQr{
    background: #dcdcdc;
    margin-left: 20px;
    border-radius: 50px 50px 50px 50px;
    z-index: -1;
    color: #A9A9A9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.imgSoon{
    margin-top: 110px !important;
    text-align: center;
}

.imgSoon img{
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.priSoon{
    margin-left: 90px;
    font-size: 20px;
}


/**** Modal CSS ****/
.phoneError,.redeem,.threemonth{
    width: 80% !important;
    margin-top: 15%;
    margin-left: 10%;
    border-radius: 25px !important;

}
.promotion-modal {
    width: 80% !important;
    max-width: 400px;
    margin: 10% auto;
    border-radius: 25px !important;
}
.bodyPhoneError,.redeemQr,.threeBody{
    text-align: center;
}

.redeemQr{
    padding-bottom: 20px;
}
.redeemQr img {
    margin: 0 auto;
}
.confirm-cencel{
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.inline-btn button {
    width: 40%;
    display: inline-block;
    margin: 10px 0;
}

/**** Tabs CSS ****/
.promotion .nav-link{
    width: 150px;
    text-align: center;
    color: #A9A9A9 !important;
    padding: 12px 0;
    border-radius: 50px !important;
}

.promotion .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #E12F2E !important;
    border-radius: 50px;
    color: #fff !important;
}

.promotion .nav {
    background-color: #dcdcdc;
    border-radius: 50px;
    text-align: center !important;
    width: 300px !important;
    margin: 0 auto;
}

.qrCode .nav-link{
    width: 106px;
    text-align: center;
    color: #A9A9A9 !important;
    border-radius: 50px !important;
    line-height: 18px;
}

.qrCode .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #E12F2E !important;
    border-radius: 50px;
    color: #fff !important;
}

.qrCode .nav {
    background-color: #dcdcdc;
    border-radius: 50px;
    width: 220px;
    margin: 0 auto;
    border: 3px solid #dcdcdc;
}
.qrCode .nav li {
    width: 50%;
}
.warning-modal-text {
    font-size: 20px;
    color: #505050;
}

.point-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content-loading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 60vh;
    justify-content: center;
}
.list-empty {
    font-size: 20px;
    color: #505050;
}
.qr-render{
    height: 107px !important
}
.qr-render img {
    margin: 25px auto 0;
}
.qr-render,.barcode-render {
    margin-top: 25px;
    text-align: center;
}
.barcode-render svg {
    width: 210px !important;
    height: 107px !important;
}
.container-fluid .b-sidebar-body {
    padding: 25px 13px;
    position: relative;
}
.container-with-logo {
    padding: 0 25px;
}
/**** Condition CSS ****/
.condition{
    margin-left: -20px !important;
    padding-top: 5px;
    color: #505050;
    font-size: 14px;
}
.force-condition {
    color: #505050;
    font-size: 14px;
}
.custom-form-label {
    margin-bottom: 3px;
}
.barcode svg {
    width: 140px !important;
    height: 80px !important;
}
.barcode-full svg {
    width: 160px !important;
    height: 90px !important;
}
.consent-content a {
    display: inline;
}
/**** load page ****/
body {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text {
    color: #E12F2E;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
  }


  .bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}
.bounceball:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E12F2E;
    transform-origin: 50%;
    -webkit-animation: bounce 500ms alternate infinite ease;
    animation: bounce 500ms alternate infinite ease;
}
  @-webkit-keyframes bounce {
    0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }

  @keyframes bounce {
    0% {
      top: 30px;
      height: 5px;
      border-radius: 60px 60px 20px 20px;
      transform: scaleX(2);
    }
    35% {
      height: 15px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0;
    }
  }

/**** media screen ****/
@media screen and (min-width: 400px) {
    .promotion .nav {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}

@media screen and (min-width: 500px) {
    .promotion .nav {
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
    .footer .text-danger {
        font-size: 30px;
        margin-top: 10px;
    }
    .footer .menu-block {
        text-align: center;
        line-height: 1;
    }
    .footer .icon {
        width: 70px;
        height: 70px;
    }
    .img img{
        width: 80% !important;
        padding-left: 5% !important;
    }

    .cardDetail{
        padding-left: 15% !important;
    }
}

@media screen and (min-width: 720px) {

    .footer .text-danger {
        font-size: 30px;
        margin-top: 10px;
    }
    .footer .menu-block {
        text-align: center;
        line-height: 1;
    }
    .footer .icon {
        width: 100px;
        height: 100px;
    }
    .promotion .nav {
        margin-left: 30% !important;
        margin-right: 30% !important;
    }

    .cardDetail,.member-detail,.point-label,.member-card{
        font-size: 25px;
    }

    .img img{
        width: 80% !important;
        padding-left: 5% !important;
    }

    .cardDetail{
        padding-left: 15% !important;
    }
   .qr-col img{
        width: 120px;
        height: 120px;
    }
    .dPoint h6,.point-sub-head,.point-head,.point-sub-head b{
        font-size: 25px;
    }
    .rPoint{
        width: 150px;
        font-size: 50px;
    }
}
