/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/blog/scss/style.scss ***!
  \*********************************************************************************************************************/
.post-pagination .nav-next {
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(270deg, #713ff4, #cd55ff);
  border-radius: 30px;
  position: relative;
}
.post-pagination .nav-next::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #fff;
  border-radius: 30px;
  transition: opacity 0.5s;
}
.post-pagination .nav-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: linear-gradient(290deg, #713ff4 25.14%, #cd55ff 105%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.3s;
}
.post-pagination .nav-next:hover::before {
  opacity: 0;
}
.post-pagination .nav-next:hover a {
  text-decoration: none;
  background: none transparent;
  -webkit-text-fill-color: #fff;
}

.loading::after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #49afff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  right: 20px;
  top: 10px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/blog/scss/packages.scss ***!
  \************************************************************************************************************************/
.new-packages {
  height: 570px;
  overflow-y: scroll;
  padding-right: 4px;
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}
.new-packages::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.new-packages::-webkit-scrollbar-track {
  border-radius: 16px;
  background-color: #eee;
}
.new-packages::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.new-packages::-webkit-scrollbar-button {
  display: none;
}
.new-packages__item {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 5px;
  margin-bottom: 20px;
  background: linear-gradient(359deg, #ff52e3 -68.82%, #2980ff 152.67%);
  box-shadow: 0 8px 18px 0 rgba(69, 137, 255, 0.25);
  border-radius: 5px;
}
.new-packages__item--blue {
  background: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
}
.new-packages__item--blue .common-btn {
  background: linear-gradient(180deg, #fac84e 1.25%, #f07c33 101.25%);
}
.new-packages__label {
  position: absolute;
  left: 0;
  top: 8px;
  width: 75px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background: url(../images/discount.svg) no-repeat center;
}
.new-packages__image {
  width: 140px;
  height: 150px;
  display: flex;
  align-items: center;
}
.new-packages__content {
  padding-inline: 5px;
}
.new-packages__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.new-packages__price {
  margin-bottom: 8px;
}
.new-packages__price-base {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.new-packages__price-sell {
  color: #fff000;
  font-size: 20px;
  font-weight: 700;
}
.new-packages__promotion {
  font-size: 12px;
  font-weight: 500;
}
.new-packages__promotion strong {
  color: #fff000;
}
.new-packages .common-btn {
  width: 120px;
  height: 28px;
  font-size: 10px;
  font-weight: 600;
  line-height: 180%;
}
.new-packages.is-fixed {
  position: fixed;
  right: auto;
  max-width: 270px;
  top: 10px;
  z-index: 90;
}

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