/* #region common */
.home {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}
html {
    scroll-behavior: smooth;
}
.common-padding {
  padding: 60px 0;
}
.common-title {
  font-size: 32px;
}
.text-bold {
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-upper {
  text-transform: uppercase;
}
.text-blue {
  color: #1877f1;
}
.text-percent {
  color: #ff5700;
  font-size: 42px;
}

.highlight-color {
  color: #ff5700;
}

@media screen and (max-width: 979px) {
  .common-padding {
    padding: 40px 0;
  }
  .common-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 20px 0;
  }
  .common-title {
    font-size: 20px;
  }
  br {
    display: none;
  }
}
/* #endregion */

/* #region banner */
.large-text {
  font-size: 54px;
}

h1.banner-title {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 32px;
  color: #1877f2;
}

.banner {
  position: relative;
}

img#icBanner1 {
  position: absolute;
}

img#icBanner2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.btn-ctn {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  padding-top: 40px;
}

.btn-base {
  padding: 12px 20px;
  border-radius: 10px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  text-align: center;
  color: #fff;
  height: fit-content;
}
.md-btn-buy {
    background-color: #00bc1e;
    /* margin: 0px 15px; */
}
.btn-base:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-base.btn-free-trial {
  background-color: #ff5700;
  margin-right: 0px;
  width: fit-content;
  /* height: fit-content; */
  /* line-height: normal; */
  font-size: 16px;
  /* line-height: 2; */
}

.btn-advise {
  background-color: #1877f1;
  margin: 0px 15px;
}

.btn-buy-now {
  background-color: #00bc1e;
}
.btn-buy-now:hover {
  background-color: #00bc1e;
}

.banner-list > div {
  position: relative;
  padding: 10px 0 5px 34px;
}
.banner-list {
  padding: 20px 0 10px;
}

.banner-list > div:before {
  position: absolute;
  content: url(/meInvoice/images/home-page/ic-tick.svg);
  top: 8px;
  left: 0;
}

/*banner hkd*/
.banner-hkd {
  background: url(/meInvoice/images/home-page/bg-banner-hkd.webp) no-repeat center;
  background-size: cover;
  padding: 90px 0;
  overflow: hidden;
  min-height: 550px;
}

.banner-hkd .text-bold {
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.banner-hkd .text-medium {
  font-family: "GoogleSans Medium", Arial, sans-serif;
}

.banner-hkd .banner-content {
  max-width: 662px;
}

.banner-hkd .banner-title {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: #2B3173;
  padding-bottom: 24px;
  font-size: 40px;
  /* line-height: 56px; */
  text-transform: uppercase;
}
.list-stick > div {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 28px;
    font-size: 16px
}

.list-stick > div:before {
    position: absolute;
    content: url(https://www.misaeshop.vn/mshopkeeper/images/hkd/ic-tick-1.webp);
    top: 0;
    left: 0;
}


.banner-hkd .text-linear {
  background: linear-gradient(90deg, #0F7BFF 0%, #5216DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-hkd .banner-description {
  font-size: 18px;
  color: #2B3173;
}

.banner-hkd .banner-description .high-light {
  color: #FF3300;
}

.banner-button {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 75px;
}
a.btn-video.text-bold.play-video-item {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: "Inter Bold", Arial, sans-serif;
}

a.btn-item.btn-video.text-bold.play-video-item img {
  width: auto;
}

.banner-button a {
  font-family: "Inter Bold", "GoogleSans Bold", Arial, Helvetica, sans-serif;
}
a.btn-more {
  background: #fff;
  border-radius: 12px;
  padding: 0 11px;
  /* height: 50px; */
  display: flex;
  align-items: center;
  box-shadow: 0px 12px 24px 0px #3426FF1A;
  box-shadow: 0px 0px 12px 0px #1F14841A;
}

.banner-hkd .button-item {
  font-size: 16px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
}

.banner-hkd .button-item.btn-trial {
  background: linear-gradient(90deg, #FF6969 -3.91%, #FF2B2E 100.26%);
  color: #fff;
  box-shadow: 0px 8px 11.8px 0px #E69F616B;
  height: max-content;
}

.banner-hkd .button-item.btn-register {
  background: linear-gradient(90deg, #7849FC 0%, #4300FF 100%);
  color: #fff;
  box-shadow: 0px 4px 8px 0px #616CE66B;
}

.banner-hkd .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* height: 50px; */
}

.banner-hkd .banner-image {
  position: absolute;
  left: 50%;
  top: 6%;  
  width: 40%;
  max-height: 100%;
  max-width: 800px;
}

.banner-carousel.owl-carousel .owl-item img {
  width: auto;
}

@media (min-width: 980px) {
  .banner-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

}

@media (max-width: 1099px) {
  .banner-hkd .banner-content {
    max-width: 50%;
  }

  .banner-hkd .banner-image {
    left: 56%;
    top: 27%;
  }

  .banner-hkd .banner-title {
    font-size: 30px;
  }
}

@media (max-width: 979px) {
  .banner-hkd .btn-more {
  font-size: 12px;
}
    .banner-hkd .button-item {
  font-size: 12px;
}
      .btn-free-trial, .btn-buy-now {
        line-height: unset;
    }
  .banner-hkd {
    text-align: left;
    padding: 40px 0;
  }

  .banner-hkd .banner-title {
    font-size: 28px;
  }

  .banner-hkd .banner-content {
    max-width: 100%;
    padding-bottom: 24px;
  }
  
  .banner-hkd .banner-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .banner-hkd .banner-button {
    margin-top: 30px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .banner-hkd .banner-title {
    font-size: 24px;
  }
}
/*end*/

@media screen and (max-width: 1100px) {
  .large-text {
    font-size: 48px;
  }
  img#icBanner2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
  }
  .btn-base {
    font-size: 15px;
    width: 28%;
    padding: 13px 13px;
  }
}

@media screen and (max-width: 979px) {
  img#icBanner1 {
    position: absolute;
    right: 0;
  }

  img#icBanner2 {
    position: absolute;
    top: unset;
    right: 0;
    height: 50%;
    width: 100%;
    bottom: 71px;
  }
  .banner-text {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  h1.banner-title {
    font-size: 28px;
  }
  .large-text {
    font-size: 32px;
  }
  .btn-ctn {
    padding-top: 0;
  }
  .btn-base {
    font-size: 12px;
    align-items: center;
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 9.5px 5px; */
  }
  .btn-base.btn-free-trial {
    font-size: 12px;
}
  img#icBanner2 {
    position: absolute;
    top: unset;
    right: 0;
    height: 37%;
    width: 100%;
    bottom: 45px;
  }
  .banner-text {
    /* padding-bottom: 38px; */
  }
  .btn-base.btn-free-trial {
    /* width: 37%; */
    /* height: auto; */
  }
  .btn-advise {
    margin: 0px 8px;
  }
}

@media screen and (max-width: 320px) {
  .btn-ctn {
    flex-direction: column;
  }
  .btn-base {
    width: 100%;
    margin: 5px 0;
  }
  .btn-base.btn-free-trial {
    width: 100%;
  }
  img#icBanner2 {
    position: absolute;
    top: unset;
    right: 0;
    height: 30%;
    width: 100%;
    bottom: 0;
  }
}
/* #endregion */

/* #region video */
.video-ctn.play-video-item {
  position: relative;
  max-width: 800px;
  margin: 24px auto 0;
}

.video-ctn.play-video-item a {
  display: block;
}

img#icVideoClose {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70px;
}

.video .btn-ctn {
  max-width: 490px;
  margin: auto;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  img#icVideoClose {
    width: 75px;
    height: 48px;
  }
  .video .btn-ctn {
    padding-top: 20px;
  }
}
/* #endregion */

/*#region Overall */
.bg-linear {
  background: linear-gradient(rgba(245, 249, 249), rgba(245, 249, 249, 31%));
}
.overall {
  background-color: #ebf7ff;
}
.overall .page-title {
  max-width: 1000px;
  margin: 0 auto 30px;
}

.overall-list {
  margin-top: 40px;
}

.overall-item {
  margin-bottom: 15px;
}

.overall-item .head {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #1877f1;
  border-radius: 6px;
  padding: 8px 8px 8px 54px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.overall-item .head-icon {
  width: 48px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.overall-item .head-line {
  height: 46px;
  width: 2px;
  background-color: #fff;
}

.overall-item .head-text {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
}

.overall-item .bottom {
  display: none;
  border-radius: 9px;
  border: 1px solid #1877f1;
  background-color: #ebf7ff;
  position: relative;
  top: -10px;
  padding: 25px 0 5px;
}

.overall-item .bottom-line {
  position: absolute;
  top: 3px;
  left: 31px;
}

.overall-item .bottom-des {
  padding-bottom: 15px;
  padding-left: 74px;
}

.overall-item.active .head {
  background-color: #1877f1;
}

.overall-item.active .head-icon img {
  filter: brightness(0) invert(1);
}

.overall .cls-button {
  margin-top: 20px;
}

.overall .btn-ctn {
  max-width: 490px;
  margin: auto;
  justify-content: center;
}

@media (min-width: 980px) {
  .overall .col-md-12:first-child {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .overall .page-title {
    margin-bottom: 20px;
  }

  .overall-item .head-text {
    font-size: 14px;
    padding: 8px;
  }

  .overall-item .bottom-des {
    font-size: 14px;
  }

  .overall-item .bottom {
    padding-top: 24px;
  }

  .overall-item .bottom-line {
    top: 0;
  }
  .overall-item .bottom-line img {
    height: 120px;
  }

  .overall-item .bottom-des {
    padding-bottom: 18px;
    padding-left: 69px;
    margin-top: -7px;
  }
  .overall .btn-ctn {
    padding-top: 20px;
  }
}
/* #endregion  */

/* #region integrate */
.integrate .btn-ctn {
  max-width: 490px;
  margin: auto;
  justify-content: center;
}

.integrate-img img {
  margin: auto;
  max-width: 680px;
}

.integrate-content {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .integrate .btn-ctn {
    padding-top: 20px;
  }
  .integrate-img img {
    max-width: 100%;
  }
}
/* #endregion */

/* #region prize */
.prize-list {
  /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;*/
  width: 100%;
  padding-top: 24px;
  float: left;
}

.aac-img img {
  width: unset !important;
  height: 150px;
  margin: auto;
  padding: 15px 0 15px;
}

.aac-prize {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.prize-list .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.prize-list .owl-dots .owl-dot {
  outline: none;
}

.prize-list .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
  border: solid 1px #4262ef;
}

.prize-list .owl-dots .owl-dot:hover span,
.prize-list .owl-dots .owl-dot.active span {
  background: #4262ef;
}

/*#endregion*/

/* #region feedback */

.feedback {
}

.fb-item {
  padding: 30px 20px;
}

.fb-list {
  display: grid;
  text-align: center;
  grid-template-columns: auto auto auto;
  grid-gap: 15px;
}

.fb-list .text-bold {
  font-size: 16px;
  padding-bottom: 10px;
}

.fb-img {
  padding-bottom: 20px;
}

.feedback .fb-img img {
  width: 166px;
  margin: 0 auto;
}

.logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  border-top: 1px solid #e4e6e9;
  border-left: 1px solid #e4e6e9;
}

.logo-grid > div {
  border-bottom: 1px solid #e4e6e9;
  border-right: 1px solid #e4e6e9;
}
.feedback .btn-ctn {
  max-width: 490px;
  margin: auto;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .feedback .btn-ctn {
    padding-top: 20px;
  }
  .feedback .common-title {
    color: #1877f1;
  }
}
/* #endregion */

/* region home news about us  */
.home-news-about-us {
  background-color: #ebf7ff;
}

.home-news-about-us h2 {
  padding-bottom: 24px;
}
.home-news-about-us .owl-nav {
  display: none;
}

.home-news-about-us .owl-theme .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border: solid 1px #d6d6d6;
  background: #ebf7ff;
}

.home-news-about-us .owl-theme .owl-dots .owl-dot span:hover {
  height: 10px;
  width: 10px;
  border: 0;
  background: #0060f9;
}

.home-news-about-us .owl-dots .owl-dot {
  outline: none;
}

.home-news-about-us .owl-theme .owl-dots .owl-dot:hover span {
  height: 10px;
  width: 10px;
  border: 0;
  background: #0060f9;
}

.home-news-about-us .owl-theme .owl-dots .owl-dot.active span {
  height: 10px;
  width: 10px;
  border: 0;
  background: #0060f9;
}

.home-news-about-us .box-content-news {
  margin: 5px;
  padding: 20px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s 0.2s linear;
  border: 1px solid #e4e6e9;
}

.owl-theme .owl-dots {
  margin-top: 10px;
}

.home-news-about-us .box-content-news:hover {
  box-shadow: 0 0 10px 2px #ebebeb;
}

.home-news-about-us .title-news {
  padding: 20px 0 0;
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  min-height: 135px;
  color: #212529;
}

@media screen and (max-width: 767px){
    .home-news-about-us {
        padding: 40px
    }
}
/* #endregion */

/* #region demo */
.demo-img {
    margin: auto;
    text-align: center;
    margin-top: 24px;
}

.demo .btn-ctn {
    padding-top: 18px;
    text-align: center;
    justify-content: center;
}
.demo-mobile {
    display: none;
}
@media screen and (max-width: 767px){
    .demo-desktop{
        display: none;
    }
    .demo-mobile{
        display: block;
        margin: auto;
    }
}
/* #endregion */

/* #region register */
div#register {
    background: url(/meInvoice/images/home-page/bg-register.webp) no-repeat center;
    background-size: cover;
    color: #fff;
}

.register-list {padding-top: 18px;}

.register-list > div {
    padding: 10px 0 5px 39px;
    position: relative;
    font-size: 18px;
    font-family: 'GoogleSans Medium', Arial, sans-serif;
}

.register-list > div:before {
    position: absolute;
    content: url(/meInvoice/images/home-page/ic-tick-circle.png);
    top: 7px;
    left: 0;
}
@media screen and (max-width: 767px){
    .register-list > div {
        font-size: 16px;
    }
    .register-list > div:before {
        width: 20px;
        height: 20px;
    }
}
/* #endregion */

/*#region Question */
.question-wrap {
    margin: 0;
    padding-top: 30px;
}

.question .panel-group .panel {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    margin: 10px !important;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/meInvoice/images/home-page/ic-right.svg) no-repeat right 15px top 20px;
    background-size: 8px;
}

.question .panel-default>.panel-heading {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: GoogleSans Medium, Arial, sans-serif;
    background: url(/meInvoice/images/home-page/ic-down.svg) no-repeat right 15px top 25px;
    background-size: 12px;
}

.accounting-answer {
    padding: 0 35px 15px 15px;
    line-height: 1.5;
    /* color: #a5a4a4; */
}

.section-temp h3 {
    font-size: 20px;
}

/*#endregion */

/* #region advert  */
.advert {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 5;
}

.advert a {
    position: relative;
}

.advert a:hover{
    opacity: 1;
}

img#icCloseAdverts {
    position: absolute;
    right: -9px;
    top: -42px;
    width: 24px;
}
.img-advertss {
  max-width: 600px;
}
@media screen and (max-width: 767px){
  .img-advertss {
    max-width: 100%;
  }
  .advert {
    width: 100%;
  }
}
/* #endregion */


/*#region Purchase Popup */
.purchase-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.purchase-popup-content {
  background: #fff;
  border-radius: 20px;
  max-width: 1366px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0px 20px 40px 0px #0000001F;
  position: relative;
}

.purchase-popup-header {
  display: flex;
  align-items: center;
  padding: 32px 32px 8px;
  /* border-bottom: 1px solid #E5E7EB; */
  justify-content: center;
}

.popup-title {
  font-size: 28px;
  font-family: "Inter Bold", Arial, sans-serif;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  line-height: 1.3;
}

.popup-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #6B7280;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup-close:hover {
  background: #F3F4F6;
  color: #374151;
}

.purchase-popup-body {
  padding: 12px 31px 32px;
}

/* Grid Layout - Copy từ solution-grid */
.purchase-categories-grid {
  display: grid;
  grid-template-rows: auto 1fr;
  /* gap: 40px; */
}

.purchase-categories-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
}

.purchase-category-wrapper {
  height: 100%;
}

.purchase-category {
  height: 100%;
}

.purchase-category-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(270deg, #FFF 14.92%, #F2EDFF 93.92%);
  border-radius: 8px;
}

.purchase-category-header.nha-hang-color {
  background: linear-gradient(90deg, #E2F0FE 0%, #FFF 100%);
}

.purchase-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase-category-icon img {
  /* filter: brightness(0) invert(1); */
  width: 42px;
}

.purchase-category-title {
  font-size: 24px;
  font-family: "Inter Bold", Arial, sans-serif;
  color: #212121;
  margin: 0;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}

.purchase-category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.purchase-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #212121;
  padding-left: 7px;
}

.purchase-item:hover {
  color: #6625FF;
  text-decoration: none;
}

.purchase-item:hover img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(6613%) hue-rotate(258deg) brightness(99%) contrast(108%);
}

.purchase-item:hover .purchase-arrow {
  opacity: 1;
  transform: translateX(0);
}

.purchase-item img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(6613%) hue-rotate(258deg) brightness(124%) contrast(108%);
}
.purchase-categories-content .purchase-category-wrapper:nth-child(2) .purchase-item img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(98%) saturate(1482%) hue-rotate(177deg) brightness(103%) contrast(101%);
}
.purchase-arrow {
  color: #6625FF;
  font-size: 16px;
  /* margin-left: auto; */
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Responsive */
@media screen and (max-width: 979px) {
  .purchase-popup-content {
      max-width: 90%;
      margin: 20px;
  }
  
  .purchase-popup-header {
      padding: 24px 20px 20px;
  }
  
  .popup-title {
      font-size: 22px;
  }
  
  .purchase-popup-body {
      padding: 20px;
  }
  
  .purchase-categories-content {
      grid-template-columns: 1fr;
      padding: 30px 20px;
      gap: 20px;
  }
  
  .purchase-category {
      padding: 20px;
      margin-bottom: 20px;
  }
  
  .purchase-category-title {
      font-size: 18px;
  }
  
  .purchase-category-list {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
  }
  
  .purchase-item {
      font-size: 15px;
  }
  
  .purchase-arrow {
      font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .purchase-popup-overlay {
      padding: 10px;
  }
  
  .purchase-popup-content {
      max-height: 95vh;
  }
  
  .purchase-popup-header {
      padding: 20px 16px 16px;
  }
  
  .popup-title {
      font-size: 20px;
      line-height: 1.4;
      max-width: 250px;
  }
  
  .purchase-popup-body {
      padding: 16px;
  }
  
  .purchase-categories-content {
      padding: 20px 15px;
      gap: 16px;
  }
  
  .purchase-category {
      padding: 0;
  }
  
  .purchase-category-title {
      font-size: 16px;
  }
  
  .purchase-category-header {
      margin-bottom: 16px;
      gap: 8px;
  }
  
  .purchase-category-icon {
      width: 32px;
      height: 32px;
  }
  
  .purchase-category-icon img {
      width: 42px;
      height: 42px;
  }
  
  .purchase-category-list {
      gap: 8px;
  }
  
  .purchase-item {
      font-size: 14px;
      gap: 8px;
      padding: 6px 0;
  }
  
  .purchase-item img {
      width: 24px;
      height: 24px;
  }
  
  .purchase-arrow {
      font-size: 12px;
  }
}

/* Prevent body scroll when popup is open */
body.popup-open {
  overflow: hidden;
}

/*#endregion*/

.download-sections {
  margin-top: -40px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.download-section {
  display: none;
  align-items: center;
  gap: 13px;
}

.download-section.active {
  display: flex;
}

.download-left .bl-image {
  width: 195px;
  height: 63px;
  object-fit: contain;
}

.download-middle .qr-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.download-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.download-right .store-button {
  width: 83px;
  height: 27.15px;
  object-fit: contain;
}

/* Responsive styles */
@media screen and (max-width: 979px) {
  .download-section {
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .download-section {
      flex-wrap: nowrap;
      justify-content: flex-start;
      position: absolute;
      top: -75px;
  }
}

/* Ẩn .download-sections.mobile trên PC */
.download-sections.mobile {
  display: none;
}
@media screen and (max-width: 979px) {
  .download-sections.mobile {
      display: none;
      justify-content: center;
      margin-top: 16px;
      margin-bottom: 16px;
  }
  .download-sections.mobile:has(.download-section.active) {
      display: flex;
      position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .download-sections.mobile:has(.download-section.active) {
      display: none !important;
  }
}