header {
  background: lightblue;
  text-align: center;
}

body {
  width: 100vw;
  background-color: #FFF0F5;
}

.row {
  width: 100vw;
  margin: 0;
}

.box-header {
  background-color: #F7ADC3;
  background-image: url("/images/bg.png");
  background-position-y: top;
  background-repeat: no-repeat;
  width: 100vw;
  height: 150px;
  z-index: 1;
  background-size: cover;
}

.box-header #logo-middle {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loading-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.path {
  stroke-dasharray: 300;
  stroke-dashoffset: 18000;
  -webkit-animation: dash 40s linear;
          animation: dash 40s linear;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#loading {
  background: #F7ADC3;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
}

.box-content {
  position: relative;
  width: 100vw;
  margin-top: -50px;
  padding-bottom: 40px;
  border-radius: 40px;
  background-color: #FFF0F5;
  z-index: 2;
}

.box-benefit {
  position: absolute;
  width: 100vw;
  height: 110vh;
  padding-bottom: 40px;
  border-radius: 40px 40px 0 0;
  z-index: -2;
  margin-top: 60px;
  background-color: #FFF0F5;
}

h5 {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  /* or 133% */
  text-align: center;
}

.tel-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.tel-form input::-webkit-input-placeholder {
  line-height: -30px;
  padding-bottom: -20px;
  padding-top: 25px;
}

.tel-form input[type="text"] {
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 20px;
  /* identical to box height, or 109% */
  text-align: center;
  color: #333333;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 80%;
  background-color: #FFF0F5 !important;
  border-bottom: 1px solid black;
  border-radius: 0px;
}

.tel-form input[type="text"] a {
  color: #ED165F;
}

.icon-matchbox {
  background-image: url("Group.svg");
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 20px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #828282;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #FFF0F5;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #f2f2f2;
}

/* When the checkbox is checked, add a pink background */
.check-container .checkmark.active {
  background-color: #ED165F !important;
  border-color: #ED165F !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container .checkmark.active:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark.active:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-no-check {
  font-family: "Prompt", sans-serif;
  background: #ccc;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: black;
  text-align: left;
  padding-left: 2rem;
  margin-top: 20px;
  position: relative;
}

.btn-no-check .icon-arrow {
  background-image: url("./Arrow-black.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 10px;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 28px;
}

.btn-check-success {
  font-family: "Prompt", sans-serif;
  background: #ED165F;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: white;
  text-align: left;
  padding-left: 2rem;
  margin-top: 20px;
  position: relative;
}

.btn-check-success .icon-arrow {
  background-image: url("./Arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 10px;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 28px;
}

#divOuter {
  width: 100%;
  overflow: hidden;
}

#divOuter #divInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  padding: 10px;
}

#divOuter #divInner input {
  width: 42px;
  padding: 0;
  margin: 4px;
  border: none;
  border-bottom: solid #828282 1px;
  background-color: #FFF0F5;
  outline: none;
  left: 0;
  text-align: center;
  font-size: 44px;
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: normal;
  color: #333333;
}

#divOuter #divInner input:focus {
  border-color: #ED165F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #ED165F;
  padding-bottom: 2px;
  color: #ED165F;
}

form p {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
}

form .form-control {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  padding-left: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid black;
  padding-top: 0;
}

form .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #ED165F;
  background-color: #F2F2F2;
}

.btn-save-register {
  font-family: "Prompt", sans-serif;
  background: #ED165F;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: white;
  text-align: center !important;
  padding: 0 !important;
  margin-top: 75px;
  font-size: 20px;
  position: relative;
}

.errorTxt {
  border: 1px solid red;
  min-height: 20px;
}

.box-content img {
  margin-top: -55px;
}

.box-content a {
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #333333;
  color: #333333;
}

.box-profile-info {
  margin-top: 55px;
}

.edit-info {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  display: contents;
  color: #333333;
}

.edit-profile {
  background-image: url("/crm/images/edit-profile.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 205px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  padding: 20px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background: url("/images/MEMBER CARD_PINK.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 173px;
  width: 267px;
}

.flip-box-back {
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.barcode_text {
  margin-top: -3px;
  font-family: "Prompt", sans-serif;
  color: #333333;
}

.box-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-rank #totalpoints p {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-rank #totalpoints svg {
  position: relative;
  margin-top: -5px;
}

.shirt-pink {
  background-image: url("/crm/images/shirt.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.shirt-pink-small {
  background-image: url("/crm/images/shirt.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

.shirt-grey {
  background-image: url("/crm/images/shirt-grey.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

p {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.pink {
  color: #ED165F !important;
}

.link-pink {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  border-bottom: 1px solid #ED165F !important;
  color: #ED165F !important;
}

.progress {
  height: 10px;
  border-radius: 70px;
}

.info-points {
  margin-top: 2rem;
  padding: 1.3rem;
  border-radius: 10px;
  margin: 0 auto;
  background: #F8F9FA;
}

.box-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-points #points {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 300;
  font-size: 50px;
  line-height: 62px;
  color: #333333;
}

.box-points .box-points-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-points-profile {
  background-image: url("/crm/images/points.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 27.27px;
  height: 16.53px;
  position: relative;
}

.icon-points {
  background-image: url("/crm/images/points.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14.5px;
  height: 8.8px;
  position: relative;
  margin-top: -1.25px;
  margin-left: -0.5px;
  fill: red;
}

.icon-points-white {
  background-image: url("/images/points-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
  width: 22.18px;
  height: 15.02px;
}

.icon-points-pink {
  background-image: url("/images/points-pink.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22.18px;
  height: 15.02px;
}

.btn-coupon {
  font-family: "Prompt", sans-serif;
  background: #ED165F;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: white;
  text-align: left;
  padding-left: 2rem;
  margin-top: 10px;
}

.btn-coupon .icon-arrow {
  background-image: url("./Arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 10px;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 28px;
}

.cardmember {
  width: 267px;
  height: 173;
  margin-left: 10px;
}

form[action="edit_profile.php"] p {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333333;
  text-align: start;
  font-size: 14px;
}

.box-edit-submit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 20px;
}

.box-edit-submit #save {
  margin: 15px;
}

.box-edit-submit #save button {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  background: #ED165F;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: white;
  text-align: center !important;
  padding: 0 !important;
}

.box-edit-submit a {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #ED165F !important;
}

#coupon-tab {
  border-top-right-radius: 40px;
  border: none;
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #333333;
}

#coupon-tab.active {
  color: #ED165F;
  background-color: #FFF0F5;
}

#coupon-tab.hover {
  color: #ED165F;
  background-color: #FFF0F5;
}

#redeem-tab {
  border-top-left-radius: 40px;
  border: none;
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #333333;
}

#redeem-tab.active {
  color: #ED165F;
  background-color: #FFF0F5;
}

#redeem-tab.hover {
  color: #ED165F;
  background-color: #FFF0F5;
}

.nav-link.active {
  color: #ED165F;
  background-color: #FFF0F5;
}

.nav-tabs {
  border: none;
  margin: 0;
  background-color: #E0E0E0;
}

.nav-tabs li {
  margin: 0;
}

.card-text {
  margin: 0;
}

.card-coupons {
  width: 347px;
  margin: 0 auto;
  background-color: #F2F2F2;
  padding-top: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
}

.card-coupons img {
  height: 173px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.card-coupons .card-body {
  padding-bottom: 14px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.card-coupons .card-body h5 {
  margin-bottom: 4px;
  text-align: start;
  font-size: 20px;
  line-height: 24px;
}

.card-coupons .card-body p {
  margin-bottom: 0;
  text-align: start;
  font-size: 14px;
}

.card-coupons .card-body p.pink {
  margin-top: 10px;
}

.tab-content {
  background-color: #FFF0F5;
  min-height: calc(100vh - 180px);
}

.modal-dialog {
  margin-top: 40px;
  width: 100vw;
  height: 100vh;
  margin-left: 0px;
  max-width: 100vw;
}

.modal-content {
  background: transparent;
  border: none;
}

.modal-header {
  border: none;
  padding: 0px 0px 5px 0px;
  padding-bottom: 30px;
  color: #FFFFFF;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  margin-right: 15px;
  margin-top: 1px;
  background-image: url("/crm/images/close-btn.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0;
}

.modal-body {
  padding: 0;
}

.box-mypoint-info {
  background-color: #FFF0F5;
  padding: 20px 15px 0px 15px;
  margin: 0;
}

.box-mypoint-info .mypoint-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ED165F;
  border-radius: 10px;
  padding: 10px 25px;
  color: #FFFFFF;
}

.box-mypoint-info .mypoint-info p {
  font-size: 20px;
  margin: 0;
}

.box-mypoint-info .mypoint-info svg {
  margin-top: -7px;
  margin-left: 2px;
}

#mypoint-coupon {
  color: #ED165F;
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: white;
  font-size: 32px;
  margin-right: 5px;
}

#coupon-photo {
  width: 100vw;
  height: 190px;
  border-radius: 40px 40px 0px 0px;
  background: #FFFFFF;
}

.coupon-info {
  background-color: #FFF0F5;
  padding-bottom: 30px;
}

.coupon-info p {
  margin: 0;
}

.detail-coupon p {
  text-align: start;
}

.card-expired img {
  opacity: 0.5;
}

.card-expired .card-body {
  background-color: #E0E0E0 !important;
}

.card-expired .card-body h5, .card-expired .card-body p {
  color: #000;
  opacity: 0.25;
}

.card-expired .card-body p.pink {
  opacity: 1;
}

.btn-coupon-wait {
  font-family: "Prompt", sans-serif;
  background: #ccc;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: black;
  text-align: left;
  padding-left: 2rem;
  margin-top: 20px;
}

.btn-coupon-checked {
  font-family: "Prompt", sans-serif;
  background: #ED165F;
  border-radius: 90px;
  border: none;
  width: 255px;
  height: 40px;
  color: white;
  text-align: left;
  padding-left: 2rem;
  margin-top: 20px;
}

.btn-coupon-checked .icon-arrow {
  background-image: url("./Arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 10px;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 28px;
}

.alert {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100vw;
}

.text-danger {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: red;
}

.error {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.container-card {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  margin-top: 30px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border: none;
}

.carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  border: none;
}

.carousel div {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.cardmember-pink {
  background-image: url("/images/MEMBER CARD_PINK.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 267px;
  height: 173px;
}

.member-pink {
  -webkit-transform: rotateY(0deg) translateZ(150px);
          transform: rotateY(0deg) translateZ(150px);
}

.member-pink .item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 173px;
}

.member-silver {
  -webkit-transform: rotateY(120deg) translateZ(150px) rotateY(-120deg);
          transform: rotateY(120deg) translateZ(150px) rotateY(-120deg);
}

.member-silver .item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 173px;
}

.member-vip {
  -webkit-transform: rotateY(240deg) translateZ(150px) rotateY(-240deg);
          transform: rotateY(240deg) translateZ(150px) rotateY(-240deg);
}

.member-vip .item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 173px;
}

.next, .prev {
  position: absolute;
  top: 100px;
  padding: 1em 2em;
  z-index: 4;
  cursor: pointer;
  background: transparent;
}

.next {
  right: 0;
  height: 500px;
  width: 50px;
  top: 80px;
}

.prev {
  left: 0;
  height: 500px;
  width: 50px;
  top: 80px;
}
/*# sourceMappingURL=style.css.map */