/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.main-content {
  padding: 0px !important;
  clear: both !important;
  margin-top: 10px;
}
.logo {
  height: 73px;
  display: flex;
  align-items: center;
}
.logo img {
  height: 48px;
}

.layout_padding {
  padding-top: 0px !important;
}

.banner_section {
  padding-bottom: 0px;
}

.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 0px !important;
}

.header_section {
  width: 100%;
  /* background-image: url(../images/banner-bg.png); */
  padding-bottom: 0px;
  background-size: 100%;
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  height: 73px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.main-custom-content {
  clear: both;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fcfbfe;
  margin-left: 0 px;
}

.boynow_bt {
  width: 43%;
  float: left;
  color: #ffffff;
  background-color: #ff7e1d;
  height: 50px;
  text-align: center;
  font-size: 20px;
}

.contact_bt {
  width: 43%;
  float: left;
  color: #ffffff;
  background-color: #232221;
  height: 50px;
  text-align: center;
  font-size: 20px;
  margin-left: 20px;
}

.sport_text {
  width: 100%;
  float: left;
  font-size: 40pt;
  color: #ff7e1d;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.menu_main {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  text-align: right;
  height: 73px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.menu_main a {
  color: #b70303;
  font-weight: 500;
}

.menu_main a:hover {
  color: #b70303;
  font-weight: 500;
  text-decoration: none;
}

.menu_main .home {
  color: #034ea2;
}
.menu_main .login {
  background: linear-gradient(90.14deg, #ff9000 0.17%, #b70303 111.92%);
  border-radius: 4px;
  padding: 8px 24px;
  color: #ffffff;
}
.menu_main .btn-qr-scan {
  display: none;
}
.account-menu {
  list-style-type: none;
  display: flex;
  justify-content: right;
  align-items: center;
  height: 73px;
  margin: 0 20px;
  padding: 0;
}

.margin-right-40 {
  margin-right: 40px;
}

.account-menu li {
  display: inline-flex;
}

.account-menu .user-logged-in {
  margin: 0 20px;
  padding: 16px 0;
  width: 100%;
}
.account-menu .user-logged-in:last-child {
  border-bottom: none;
}
.account-menu .user-logged-in a {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}

.main-content > .container > section {
  margin-left: -15px;
  margin-right: -15px;
}

.main-footer {
  background-color: #ffffff;
  padding: 15px 0px;
  text-align: center;
  margin: 0;
  display: none;
}

.card.card-primary {
  border-top: 2px solid #6777ef;
}

.card {
  box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px;
}
.section-banner img {
  max-width: 100%;
  width: 100%;
}
.section-slogan {
  background: #b70303;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding: 25px 0;
}
.section-login {
  background: url("../images/bg.png");
  background-size: cover;
}
.section-login .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-about {
  background: #c92c2a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 90px;
  position: relative;
}
.section-about .about-us {
  margin-right: 20px;
  z-index: 1;
  padding-top: 90px;
}
.section-about .about-us .header {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  color: #ffffff;
}
.section-about .about-us .content {
  font-weight: 400;
  color: #ffffff;
  background: #ac0001;
  border-radius: 0 100px 100px 0;
  padding: 30px;
  margin-top: 30px;
}
.section-about .about-us .group-btn {
  margin-top: 25px;
  gap: 20px;
  display: flex;
}
.section-about .about-us .group-btn .btn {
  background: #ffffff;
  border-radius: 4px;
  color: #b70303;
  font-weight: 500;
  min-width: 160px;
}
.section-about .about-us .group-btn .btn-support,
.section-about .about-us .group-btn .btn-support:hover {
  border: 1px solid #ffffff;
  color: #fff;
  background: #c92c2a;
}
.section-about .factory-image {
  border-radius: 32px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: #e12222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 455px;
}
.section-about .factory-image img {
  max-width: 679px;
}
.section-about .block-bg {
  background: #e12222;
  border-radius: 0 100px 100px 0;
  width: 387.98px;
  height: 303.15px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 70px;
}
.account-wrapper {
  position: relative;
  top: 150px;
  max-width: 500px;
  width: 100%;
}
.account-wrapper .account-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-wrapper .account-header .header-1 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
}
.account-wrapper .account-header .header-2 {
  font-weight: 700;
  font-size: 32px;
  color: #b70303;
}
.account-wrapper .account-body {
  margin-top: 32px;
}
.account-wrapper .account-body label {
  font-weight: 500;
  font-size: 16px;
  color: #4c5a67;
}
.account-wrapper .account-body .forgot-passwod {
  margin-top: 10px;
  text-align: right;
}
.account-wrapper .account-body .forgot-passwod a {
  font-weight: 400;
  text-align: right;
  color: #034ea2;
}
.btn-login,
.btn-login:hover {
  background: linear-gradient(90.14deg, #ff9000 0.17%, #b70303 111.92%);
  border-radius: 4px;
  color: #ffffff;
  min-height: 50px;
}
.no-acc-resgistry {
  font-weight: 400;
  text-align: center;
  color: #4c5a67;
}
.no-acc-resgistry a {
  color: #034ea2 !important;
}
.wrapper-content {
  position: relative;
}

.mt-5,
.my-5 {
  margin-top: 10px !important;
}

.form-group {
  margin-bottom: 15px !important;
}

.sidebar-nav-list {
  list-style-type: none;
  padding-left: 0px;
}

.sidebar-nav-list li a {
  font-size: 15px;
  margin: 5px 0px;
  display: inline-block;
}

.mb-50 {
  margin-bottom: 50px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0 !important;
  content: "" !important;
}

.sorting,
.sorting_asc,
.sorting_desc,
.sorting_disabled {
  background: none !important;
}

.wrapper-gift-page ul {
  list-style: none !important;
  padding-left: 0;
  margin-bottom: 50px;
}

.wrapper-gift-page > label {
  display: flex;
}

.gift-header {
  background-color: #ff0000 !important;
  color: yellow;
  margin: 0px !important;
  padding: 5px 0px !important;
  font-size: 15px;
}

.info-block {
  display: flex;
  margin-bottom: 15px;
}
.gift {
  max-width: 150px;
  width: 100%;
  display: block;
}
.gift img {
  max-width: 150px;
  width: 100%;
  display: block;
  min-width: 150px;
}
.quantity-type-block {
  border-top: 1px dashed #d1d9df;
  border-bottom: 1px dashed #d1d9df;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.quantity-type-block .gift_type,
.quantity-type-block .gift_quantity {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  width: 50%;
}
.quantity-type-block .gift_quantity span {
  color: #03a209;
}
.group-button {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.btn-change-detail,
.btn-change-gift {
  width: 50%;
  text-align: center;
  padding: 10px 0;
}
.text-center {
  text-align: center;
}

.wrapper-gift-page ul li {
  border: 1px solid #ddd;
  text-align: center;
}

.wrapper-gift-page ul li {
  border-top: 0px;
}

.wrapper-gift-page ul li div.row {
  padding: 15px;
}

.gift_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-left: 15px;
}
.gift_ponit {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #03a209;
  margin-top: 15px;
}
.btn-change-gift,
.btn-change-gift:hover {
  background: linear-gradient(90.14deg, #ff9000 0.17%, #b70303 111.92%);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* White */
  color: #ffffff;
}

.guide-page {
  max-width: 900px;
  margin: 0px auto;
}

.nav.nav-pills {
  margin-top: 30px;
}

.my-gift-image img {
  max-width: 120px;
}

.wrapper-client {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 9px;
}

.wrapper-client .gift-info {
  background: #ffffff;
  border: 1px solid #d1d9df;
  border-radius: 8px;
  padding: 15px;
}

.wrapper-gift-page {
  font-size: 13px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-gift-image a {
  line-height: 1.5;
  display: inherit;
}

/* new layout */

.menu-line {
  margin-left: 52px;
  border: 2px solid #707070 !important;
}

.point-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
  align-items: center;
}
.point-label img {
  margin-left: 5px;
}

.point-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #034ea2;
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 65px;
}

.account-wrapper {
  top: 30px;
}

.wapper-content-account .card-body {
  background: url(../images/giftboxbg.svg) no-repeat center left;
  min-height: 560px;
  background-size: auto 300px;
  background-position-x: -5%;
  background-position-y: 110%;
}

.account-page-title {
  font-size: 23px;
  color: #707070;
}

.icon-account {
  width: 120px;
  height: auto;
}

.wapper-content-account ul {
  list-style-type: none;
  padding-left: 0px;
}

.wapper-content-account ul li {
  color: #707070;
  font-weight: normal;
  font-size: 14px;
}

.wapper-content-account ul li a {
  font-size: 14px;
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.card-body-update {
  background: none !important;
}

.guide-page {
  max-width: 700px;
  margin: 0px auto;
  color: #707070;
  font-weight: normal;
  font-size: 14px;
}

.guide-line p {
  margin: 10px 0px;
}

.guide-line-title {
  color: #195cad;
  font-size: 14px;
  font-weight: bold;
}

.guide-line ul {
  padding: 0px;
  list-style: none;
}

.guide-line ul li {
  background: #2bb5cb 0% 0% no-repeat padding-box;
  border-radius: 0px 21px 21px 0px;
  margin: 10px 0px;
  line-height: 20px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.guide-line ul li label {
  display: block;
}

.guide-line p {
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

.guide-page-title span {
  display: flex;
  flex: 1;
}

.account-page-line {
  display: flex;
  flex: 1;
}

.w-5.h-5 {
  width: 15px;
  height: 15px;
}

nav.items-center .flex-1 {
  display: none;
}

.guide-page-background {
  background: url(../images/quetmaQR.png) no-repeat center right;
  background-size: 310px auto;
  background-position-x: 105%;
  background-position-y: bottom;
}

.show_mobile {
  display: none;
}

.wrapper-content-loyalty {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.wrapper-content-loyalty .msg-success {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  color: #03a209;
}
.wrapper-content-loyalty .msg-error {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  color: #b70303;
}

.wrapper-content-loyalty .msg-error-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  color: #4c5a67;
}
.wrapper-content-loyalty .msg-error-des .blue {
  font-weight: 500;
}

.wrapper-content-loyalty .scan-qr-error-img {
  margin-top: 35px;
  margin-bottom: 30px;
}

.wrapper-content-loyalty .point-gain {
  font-weight: 700;
  font-size: 56px;
  line-height: 47px;
  text-align: center;
  color: #b70303;
  margin-top: 12px;
  margin-bottom: 16px;
}

.wrapper-content-loyalty .current-point {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4c5a67;
  padding: 5px 10px;
  background: #f8f8f8;
  border-radius: 32px;
  flex-direction: row;
  margin: 0 !important;
}
.wrapper-content-loyalty .current-point .red {
  color: #b70303;
}
.wrapper-content-loyalty .current-point img {
  margin-left: 6px;
}

.wrapper-content-loyalty .history {
  background: #f8f8f8;
  padding: 16px 20px;
  margin-top: 15px;
}
.wrapper-content-loyalty .history .header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wrapper-content-loyalty .history .header-block .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.wrapper-content-loyalty .history .header-block .link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #034ea2;
}
.wrapper-content-loyalty .history .product-detail {
  display: flex;
  gap: 15px;
}
.wrapper-content-loyalty .history .product-img {
  width: 100px;
  height: 100px;

  /* QR/Color/White */
  background: #ffffff;
  /* QR/Color/Gray line */
  border: 0.25px solid #d1d9df;
  border-radius: 8px;
}
.wrapper-content-loyalty .history .product-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4c5a67;
}
.wrapper-content-loyalty .history .product-point {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #03a209;
}
.gift-detail-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  padding: 0 20px;
  margin-bottom: 25px;
}

.gift-image {
  max-width: 500px;
  width: 100%;
}

.gift-detail-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding: 24px 20px;
  margin-bottom: 20px;
}

.text-bold {
  font-weight: 700;
}

.gift-detail-content > li {
  line-height: 20px;
  clear: both;
  margin: 15px 0px;
}

.btn-change-gift-detail,
.btn-change-gift-detail:hover {
  background: linear-gradient(90.14deg, #ff9000 0.17%, #b70303 111.92%);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 9px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 15px;
}
.btn-change-gift-detail img {
  margin-right: 15px;
}

.detail-gift-total-point {
  display: block;
  text-align: left;
}

.detail-total-point {
  color: #ff0000;
  font-weight: 700;
}

.btn-change-detail {
  border: 1px solid #034ea2;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* QR/Color/Blue - Logo */
  color: #034ea2;
}

.mt-30 {
  margin-top: 65px;
}

.list-address-apply-gift {
  list-style-type: disc !important;
}

.btn-out-of-gift {
  background-color: red;
}

#gift-change .wrapper-client .point-custom {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .menu_main {
    display: block;
  }
  .account-menu li {
    display: inline-flex;
    line-height: 20px;
    text-align: center;
  }
  .menu_main li a {
    font-size: 15px;
  }
  .menu_main .btn-qr-scan {
    display: flex;
  }
  .account-menu .user-logged-in {
    border-bottom: 1px solid #d1d9df;
  }
  .guide-page-background {
    background: url(../images/quetmaQR.png) no-repeat center right;
    background-size: 250px auto;
    background-position-x: 122%;
    background-position-y: 101%;
  }
  .row.gift-header {
    display: none;
  }
  .mt-70 {
    margin-top: 0px;
  }
  .text-bold {
    font-weight: 700;
  }
  .mt-60 {
    margin-top: 30px;
  }
  span.pl-4,
  span.px-4 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  a.pl-4,
  a.px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .show_mobile {
    display: inline-block !important;
  }
  .account-menu {
    padding-left: 0px;
  }
  .menu-line {
    margin-left: 0px;
  }
  .account-wrapper {
    top: 10px !important;
  }
  .wrapper-content-home .col-sm-2 {
    width: 25%;
  }
  .wrapper-content-home .col-sm-2 img {
    width: 90px;
  }
  .wrapper-content-home .col-sm-10 {
    width: 70%;
  }
  .wapper-content-account .card-body {
    background-size: auto 270px !important;
    background-position-x: -30% !important;
    background-position-y: 105% !important;
  }
  .wrapper-content-qrloyalty .guide-page-background {
    background-size: 320px auto !important;
    background-position-x: 124% !important;
    background-position-y: 150% !important;
  }
  .margin-right-130 {
    margin-right: 130px;
  }
  .mr-150 {
    margin-right: 150px;
  }
  .guide-page ul {
    margin-right: 130px;
  }
  .guide-page p:last-child {
    margin-right: 150px;
  }
  .gift-detail-content li div.gift-detail-content {
    padding-left: 30% !important;
  }

  #gift-change .wrapper-client {
    display: block;
    width: 100%;
  }

  #gift-change .wrapper-client > label {
    display: block;
    width: 100%;
  }

  #gift-change .wrapper-client .point-custom {
    display: block;
    width: 100%;
  }
}
.display-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
  .display-mobile {
    display: block;
  }
  .header_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu_main {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: #fff;
  }
  .menu_main .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .account-menu {
    flex-direction: column;
  }
  #menu-mobile-toggle {
    font-weight: 500;
    font-size: 16px;
    color: #034ea2;
  }
  .section-slogan {
    font-size: 14px;
  }
  .section-login {
    background: url("../images/bg-mobile.png");
    background-size: cover;
  }
  .account-wrapper .account-header .header-1,
  .account-wrapper .account-header .header-2 {
    font-size: 24px;
  }
  .section-about {
    padding: 20px;
  }
  .section-about .about-us {
    padding-top: 20px;
    margin-right: 0;
  }
  .section-about .about-us .header {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .section-about .factory-image {
    width: 100%;
    height: auto;
  }
  .section-about .factory-image img {
    width: 98%;
    height: 98%;
  }
  .section-about .about-us .content {
    border-radius: 100px 0 0 100px;
    padding: 30px 10px 30px 50px;
    margin-right: -20px;
  }
  .section-about .about-us .group-btn {
    justify-content: center;
  }
  .section-about .block-bg {
    top: 20px;
    height: 125px;
  }
}
.page-header {
  background: #b70303;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  padding: 17px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-header::before {
  content: "";
  background: url("../images/header-icon-left.svg");
  display: block;
  height: 44px;
  width: 59px;
  position: absolute;
  left: 0;
}

.page-header::after {
  content: "";
  background: url("../images/header-icon-right.svg");
  display: block;
  height: 44px;
  width: 59px;
  position: absolute;
  right: 0;
}

.avatar-account {
  width: 80px;
  height: 80px;
  background: #f8f8f8;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -60px;
  margin-top: 10px;
  z-index: 1;
}

.current-point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.current-point .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4c5a67;
  padding: 5px 10px;
  background: #f8f8f8;
  border-radius: 32px;
}
.current-point .point {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  color: #b70303;
}
.current-point .btn-change-gift-2 {
  background: #ff9000;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 8px 24px;
  margin-top: 12px;
}
.promotion {
  padding: 20px;
  color: #4c5a67;
}
.title-post {
  background: linear-gradient(90.14deg, #ff9000 0.17%, #b70303 111.92%);
  border-radius: 0px 32px 32px 0px;
  padding: 8px 22px;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.guide {
  padding: 40px 20px 20px 20px;
}
.guide .step {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #b70303;
  margin-top: 20px;
  margin-bottom: 10px;
}
.guide .content {
  font-weight: 400;
  font-size: 16px;
  color: #4c5a67;
}
.guide img {
  width: 100%;
}
ul.note-rules {
  list-style-type: disc;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 30px;
}
.info-company {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 50px 20px;
}
.info-company .title {
  font-weight: 600;
  font-size: 20px;
  color: #b70303;
  margin-bottom: 20px;
}
.info-company .info {
  display: flex;
}
.info-company .info .label {
  min-width: 100px;
}
.btn-qr-scan {
  background: linear-gradient(90.14deg, #ff9000 0.17%, #b70303 111.92%);
  border-radius: 4px;
  height: 50px;
  position: initial;
  bottom: 10px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  z-index: 9;
}
.btn-qr-scan img {
  margin-right: 15px;
}
.btn-qr-scan:hover {
  color: #ffffff;
}
.point-info {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.point-info .info {
  width: 49%;
  background: #f8f8f8;
  border: 1px solid #d1d9df;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.gift-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gift-detail-attribute {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 5px;
}
.gift-detail-attribute .attribute {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.gift-detail-attribute .attribute .green {
  color: #03a209;
}
.gift-detail-attribute .attribute .red {
  color: #b70303;
}
.group-button-history {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.group-button-history .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  background: #e7f2ff;
  border-radius: 100px;
  color: #034ea2;
}
.group-button-history .button.active {
  background: #034ea2;
  color: #ffffff;
}
.group-button-history .button:hover {
  text-decoration: none;
}
.search-bar {
  padding: 0 20px;
  margin-bottom: 16px;
}
.search-bar .input-group-text {
  background: #f8f8f8;
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
  border: none;
}
.search-bar .form-control {
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
  border: none;
  background: #f8f8f8;
}
.search-bar .form-control:focus {
  background: #f8f8f8;
}
.history-section {
  padding: 0 20px;
}
.history-section .date {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 16px;
}
.history-section .no-data {
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #000000;
  font-size: 20px;
  margin-top: 30px;
}
.history-section .list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.history-section .item {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.history-section .item .item-img {
  width: 50px;
  height: 50px;
  background: #ffffff;
  /* QR/Color/Gray line */
  border: 0.25px solid #d1d9df;
  border-radius: 8px;
}
.history-section .item .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 6px;
}
.history-section .item .item-point {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #034ea2;
}
.history-section .item .item-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: right;

  color: #4c5a67;
}

.gift-type-section {
  padding: 0 20px;
  gap: 10px;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 15px;
  margin-top: 30px;
}

.gift-type-section .gift-type {
  min-width: 170px;
  height: 40px;
  background: #e7f2ff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #034ea2;
}
.gift-type-section .gift-type.active {
  background: #034ea2;
  color: #ffffff;
}

.user-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 50px;
  color: #000000;
}

.update-info-user {
  padding: 0 15px;
  margin-top: 25px;
}
.card-body-update label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4c5a67;
}
.card-body-update .form-control {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}
.term-condition {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #898989;
}

.blue {
  color: #034ea2;
}

.has-login {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #4c5a67;
}
