@charset "UTF-8";

body .main-content {
  padding-top: 0px
}
#mypoint .khuyen_mai_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: gray;
  border-radius: 12px;
  background: var(--Neutral-7, #FFF);
  /* Drop Shadow */
  -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  margin-bottom: 40px;
}

#mypoint .cover img {
  width: 140px;
  height: 140px;
  border-radius: 12px;
}

#mypoint .khuyen_mai_info {
  margin-left: 12px;
  margin-right: 8px;
}

#mypoint .branch {
  color: #8A8A8A;
  /* Body/Tag/10/Regular */
  /*  */
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
  margin-top: 5px;
  margin-bottom: 5px;
}

#mypoint .description {
  color: var(--Neutral-1, #041F4A);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 190px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

#mypoint .khuyen_mai_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 6px;
}

#mypoint .khuyen_mai_card img {
  width: 14px;
  height: 14px;
}

#mypoint .shop {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

#mypoint .point_amount {
  color: var(--Yellow, #FD9902);
  text-align: right;
  /* Body/14/Bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
}

#mypoint button {
  height: 32px;
  padding: 4px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Linear-2, #28A6FC);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
  background: var(--Linear-2, linear-gradient(266deg, #28A6FC 0%, #0052CC 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#tich_diem_section {
  margin-top: 100px;
}

#tich_diem_section .tich_diem {
  background-image: url("/images/mypoint/tich_diem_background.png");
  width: 100%;
  height: 210px;
  position: absolute;
  top: 50px;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  background-position: center;
}

#tich_diem_section .uu_lien_ket {
  width: 100%;
  height: 436px;
  position: relative;
}

#tich_diem_section .lien_ket_content {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  background: var(--BG-1, #DEEBFF);
  position: relative;
}

#tich_diem_section .lien_ket_subcontent {
  position: absolute;
  top: 300px;
  text-align: center;
  margin: 0 60px;
}

#tich_diem_section .subcontent_title {
  color: var(--Neutral-1, #041F4A);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 142.857% */
}

#tich_diem_section .subcontent_des {
  color: var(--Neutral-2, #344A6C);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  /* 153.846% */
}

#tich_diem_section .tich_diem_title {
  color: var(--Neutral-7, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.24px;
  margin-top: 30px;
  margin-bottom: 8px;
  margin-left: 40px;
}

#tich_diem_section .logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Horizontal center */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertical center */
  position: absolute;
  top: 30%;
  width: 60%;
  left: 20%;
  right: 20%;
}

#tich_diem_section .logo_item {
  margin: 0 21px;
  text-align: center;
}

#tich_diem_section .logo_item img {
  width: 56px;
  height: 56px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Neutral-7, #FFF);
  /* Drop Shadow */
  -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  margin: 0 auto;
}

#tich_diem_section .logo_item p {
  margin-top: 12px;
  color: var(--Neutral-7, #FFF);
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.2px;
}

#tich_diem_section .logo {
  position: absolute;
  top: 50px;
  z-index: 3;
  left: 80%;
  width: 122px;
  height: 122px;
}

#tich_diem_section .lienket_mypoint {
  height: 32px;
  padding: 0px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--Neutral-7, #FFF);
  display: inline-block;
  line-height: 30px;
  margin-left: 40px;
  cursor: pointer;
}

#tich_diem_section .lienket_mypoint img {
  margin-right: 8px;
}

#tich_diem_section .lienket_mypoint span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: var(--Linear-3, linear-gradient(246deg, #3060AA -1.95%, #D33935 112%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#tich_diem_section .lienket_mypoint:hover {
  text-decoration: none;
}

#tich_diem_section .lienket_mypoint img {
  width: 24px;
  height: 24px;
  display: inline-block;
}

#partner {
  margin-top: 40px;
}

#partner .package_title {
  display: none;
}

#partner .partner_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#partner .tab_item {
  padding: 12px;
  margin: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
  border-radius: 12px;
  background: #FFF;
  /* Drop Shadow */
  -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  color: var(--Neutral-4, #A2ACBD);
  /* Body/14/Bold */
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
  cursor: pointer;
}

#partner .tab_item.active {
  color: var(--Neutral-7, #FFF);
  background: var(--Portal-BG, linear-gradient(86deg, #237BD3 0%, #227BD4 0.01%, #00A3FF 99.12%, #00A6DA 99.12%));
  /* Drop Shadow */
  -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
}

#partner .partner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#partner .partner_item {
  margin-top: 40px;
  text-align: center;
}

#partner .partner_item img {
  /* padding: 0px 21.575px 0px 20px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background: #FFF;
  /* Drop Shadow */
  -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  margin: 0 auto;
  height: 165px;
}

#partner .partner_item .partner_name {
  color: var(--Neutral-1, #041F4A);
  text-align: center;
  /* Body/14/Medium */
  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  margin-top: 16px;
}

#package {
  margin-top: 100px;
}

#package .package_title {
  margin-bottom: 40px;
  text-align: center;
}

#package .center-line {
  text-align: center;
  position: relative;
  color: var(--Neutral-1, #041F4A);
  /* Title/28/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 142.857% */
}

#package .center-line::before,
#package .center-line::after {
  content: "";
  display: inline-block;
  width: 50%;
  border-top: 1px solid black;
  /* Màu và chiều dày của đường ngang */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}

#package .center-line::before {
  right: 100%;
  /* Để căn dòng bên trái */
  margin-right: 10px;
  /* Khoảng cách giữa đường và chữ */
}

#package .center-line::after {
  left: 100%;
  /* Để căn dòng bên phải */
  margin-left: 10px;
  /* Khoảng cách giữa đường và chữ */
}

#package .buy_package {
  margin-top: 63px;
}

#partner .package_title {
  margin-bottom: 40px;
  text-align: center;
}

#partner .center-line {
  text-align: center;
  position: relative;
  color: var(--Neutral-1, #041F4A);
  /* Title/28/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 142.857% */
}

#partner .center-line::before,
#partner .center-line::after {
  content: "";
  display: inline-block;
  width: 50%;
  border-top: 1px solid black;
  /* Màu và chiều dày của đường ngang */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}

#partner .center-line::before {
  right: 100%;
  /* Để căn dòng bên trái */
  margin-right: 10px;
  /* Khoảng cách giữa đường và chữ */
}

#partner .center-line::after {
  left: 100%;
  /* Để căn dòng bên phải */
  margin-left: 10px;
  /* Khoảng cách giữa đường và chữ */
}

.pageMypoint .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pageMypoint .title-mypoint {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  margin-bottom: 16px;
  color: #0A4874;
}

.pageMypoint .watch_more {
  position: absolute;
  right: 0;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  background: var(--Linear-2, linear-gradient(266deg, #28A6FC 0%, #0052CC 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pageMypoint .pack_point {
  margin-bottom: 16px;
}

.pageMypoint .pack_point img {
  width: 22px;
}

.pageMypoint .pack_point .amount {
  color: var(--Sematic-5, #FFA23A);
  text-align: center;
  /* Body/14/Bold */
  
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.14px;
}
.pack_point .amount {
  color: var(--Sematic-5, #FFA23A);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.pack_point {
  margin-bottom: 16px;
}

.pack_content .pack_desc {
  margin-bottom: 8px;
}

.mypoint_introduction{
  cursor: pointer;
}

.pack_body .none_img{
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

h5.title{
  margin-bottom: 24px;
}

h1.rule_title {
  text-align: center;
  color: var(--Neutral-2, #344A6C);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.pageMypoint-rule{
  margin-bottom: 112px;
}

.close_btn a {
  color: var(--Neutral-7, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

button.btn.btn-secondary.requestLinkAccount:disabled {
  background: #D1D5DB;
  border: 1px solid #D1D5DB;
}

button.btn.btn-secondary.requestLinkAccount {
  background-color: #0060A6;
}

.mypoint_content .policy a {
  text-decoration: underline;
  color: #0060A6;
}

button.lienket_mypoint.requestLinkAccount2 {
  width: 100%;
  padding: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #237BD3;
  background: var(--neutral-7, #FFF);
  color: #237BD3;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.pageMypoint {
  margin-bottom: 50px;
}

p.myErr {
  color: red;
  font-weight: bold;
}

body #modalOTP .modal-body #phone_input_error {
  color: red;
}

.pack_point img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
}

.desc_point {
  display: flex;
  margin-top: 8px;
  color: var(--Sematic-5, #FFA23A);
  font-weight: bold;
  line-height: 16px;
  font-size: 18px;
}

.desc_point img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* custom trang goi cuoc linh hoat; */

.change-list ul.list-face-value li.face-value.active-tab {
  border: 1.5px solid #237bd3;
  color: white;
  background: linear-gradient(to bottom, #28A6FC 0%, #0052CC 100%);
}

.showpoint {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0 auto;
  width: 56px;
  height: 26px;
  border-radius: 8px;
  background: white;
  color: var(--Sematic-5, #FFA23A);
  font-size: 14px;
  line-height: 26px;
  align-items: center;
}

.face-value {
  position: relative;
}

.showpoint img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 3px;
}

.list-face-value.list-face-value-mobile.lightSlider.lSSlide {
  height: 55px !important;
}

@media screen and (max-width: 1199.98px) {
  #tich_diem_section .logo img {
    /* width: 80px;
    height: 80px; */
  }
  #partner .partner_item img {
    width: 130px;
    height: 130px;
  }
  section#tich_diem_section {
    margin-top: 90px;
  }
  #package {
    margin-top: 90px;
  }
}

@media screen and (max-width: 991.98px) {
  #tich_diem_section .logo_list {
    top: 40%;
  }
  #partner .partner_item img {
    width: 113px;
    height: 113px;
  }
  #tich_diem_section .lien_ket_content {
    width: 70%;
  }
}

@media screen and (max-width: 767.98px) {
  #tich_diem_section .lien_ket_content {
    display: none;
  }
  #tich_diem_section .tich_diem_title {
    margin-top: 10px;
    font-size: 20px;
  }
  .pageMypoint #package .center-line {
    font-size: 24px;
  }
  #tich_diem_section .uu_lien_ket {
    height: 350px;
  }
  #tich_diem_section .tich_diem {
    height: 255px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  }
  #tich_diem_section .logo {
    left: 73%;
  }
  #partner .partner_tab {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #tich_diem_section .logo {
    left: 75%;
  }
  #tich_diem_section .logo {
    width: 70px;
    height: 110px;
  }

  #tich_diem_section .logo_list {
    top: 45%;
  }
  #package .center-line::before, #package .center-line::after, #partner .center-line::before, #partner .center-line::after {
    width: 40px;
  }
  section#tich_diem_section {
    margin-top: 0px;
  }
  #partner .package_title {
    display: block;
  }
  #mypoint .description {
    max-width: max-content; 
  }

  #tich_diem_section .logo_item{
    margin: 0;
  }
  #tich_diem_section .logo_list {
    width: 85%;
    left: 5%;
    right: 5%;
  }
}

