/* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

.hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--second-main-color);
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: var(--title-weight) !important;
  font-family: var(--title-font) !important;
}
/* header start */
.mdv-header-logo-img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mdv-header-top {
  background-color: var(--second-background-color);
}

.mdv-find-header {
  background-color: var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.mdv-find-header .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.mdv-find-header .btn-tim-kiem {
  background-color: var(--second-main-color);
  color: var(--background-color);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.mdv-find-header .btn-tim-kiem:hover {
  background-color: var(--main-color);
}

.mdv-header-not-login a {
  color: var(--text-color);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.mdv-header-not-login a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.mdv-nav-menu {
  position: relative;
  background-color: var(--main-color);
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mdv-nav-menu::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  background: var(--main-color);
  top: 0;
  left: -50px;
  z-index: -1;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  border-bottom-left-radius: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mdv-nav-menu::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  background: var(--main-color);
  top: 0;
  right: -50px;
  z-index: -1;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  border-bottom-right-radius: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.menu_a_level_1 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: var(--background-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  font-family: var(--medium-font);
}

.menu_a_level_1:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.menu_li_level_1.active .menu_a_level_1 {
  color: var(--second-main-color);
  font-weight: var(--title-weight);
}

.mdv-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.mdv-header-isLogin-avatar-image {
  overflow: hidden;
  --bs-aspect-ratio: 105%;
  width: 45px;
  cursor: pointer;
}
.mdv-header-isLogin-avatar-image .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
}
.mdv-header-isLogin-avatar-image .frame {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-header-notification-box {
  cursor: pointer;
  position: relative;
}

.icon-notification-img {
  width: 60px;
  height: auto;
  object-fit: contain;
}
.mdv-header-notification-box-count {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--second-text-color);
  left: 35px;
  top: 20px;
}
.mdv-header-notification-box-count::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1)
    infinite;
  animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.btn-dang-truyen {
  border: none;
  background-color: #00dbde;
  background-image: linear-gradient(51deg, #00dbde 0%, #fc00ff 100%);
  color: var(--background-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 8px 15px;
  font-family: var(--title-font);
  font-size: clamp(0.9rem, 0.8691rem + 0.154vw, 1rem);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.btn-dang-truyen:hover {
  color: var(--background-color);
  background-color: #08aeea;
  background-image: linear-gradient(0deg, #08aeea 0%, #2af598 100%);
}
/* dropdown tài khoản start */
.mdv-header-isLogin-avatar-dropdown .dropdown-menu {
  background: var(--background-color);
  border: none;
  box-shadow: rgba(255, 97, 102, 0.5) 0px 20px 30px -10px;
  border-radius: 10px;
}
.mdv-header-isLogin-avatar-dropdown .dropdown-item {
  color: var(--text-color);
  transition: all 0.3s ease;
}
.mdv-header-isLogin-avatar-dropdown .dropdown-item:hover {
  background: #f6f9fc;
  transition: all 0.3s ease;
}
.mdv-header-isLogin-avatar-dropdown
  .dropdown-menu
  li:first-of-type
  .dropdown-item:hover {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.mdv-header-isLogin-avatar-dropdown
  .dropdown-menu
  li:last-of-type
  .dropdown-item:hover {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.account-dropdown-text {
  text-transform: uppercase;
  font-size: 0.6rem;
  padding: 6px 0;
}
.hello-account-name {
  color: #f5365c;
}
.hiep-account-dropdown-menu i {
  margin-right: 15px;
}
.hiep-account-dropdown-menu li:nth-child(2) i {
  color: #f5365c;
}
.hiep-account-dropdown-menu li:nth-child(3) i {
  color: #ffd600;
}
.hiep-account-dropdown-menu li:nth-child(4) i {
  color: #f3a4b5;
}
.hiep-account-dropdown-menu li:nth-child(5) i {
  color: #fb6340;
}
.hiep-account-dropdown-menu li:nth-child(6) i {
  color: #61c0bf;
}
.hiep-account-dropdown-menu li:nth-child(7) i {
  color: #fc5185;
}
.hiep-account-dropdown-menu li:nth-child(8) i {
  color: #cca8e9;
}
.hiep-account-dropdown-menu li:nth-child(9) i {
  color: #1f2544;
}
.hiep-account-dropdown-menu li:nth-child(10) i {
  color: #dc5f00;
}
.hiep-account-dropdown-menu li:nth-child(10) i {
  color: #121481;
}
.hiep-account-dropdown-menu li:nth-child(11) i {
  color: #ffcbcb;
}
.hiep-account-dropdown-menu li:nth-child(12) i {
  color: #f0a8d0;
}
.hiep-account-dropdown-menu hr {
  margin: 0.5rem 0;
}
.hiep-account-dropdown-menu li:hover a {
  color: var(--text-color);
}
/* dropdown tài khoản end */
.dao-dang-co,
.hat-dang-co,
.bong-dang-co {
  font-size: clamp(0.9rem, 0.594rem + 0.4776vw, 1rem);
}
.icon-dang-truyen-img {
  min-width: 19px;
  max-width: 19px;
  height: auto;
  margin-right: 9px;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}

/* form thông báo tài khoản bị khóa start */
.account-locked-notice-wrapper {
  background-color: #fce4ec;
  border: 1px solid #f8bbd0;
  border-radius: 8px;
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.account-locked-notice-wrapper h2 {
  color: #e91e63;
  font-weight: var(--title-weight);
  margin-bottom: 10px;
}

.account-locked-notice-wrapper p {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 20px;
}

.account-locked-notice-wrapper .btn-mdv {
  background-color: #e91e63;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: var(--title-weight);
  transition: all 0.3s;
}

.account-locked-notice-wrapper .btn-mdv:hover {
  background-color: #d81b60;
  color: #fff;
}

/* form thông báo tài khoản bị khóa end */
.hiep-account-dropdown-menu .dropdown-item {
  font-family: var(--normal-font);
}

/* form tìm kiếm */
.mdv-header-find-form {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 1000;
  background-color: var(--background-color);
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.mdv-header-find-form.active {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.mdv-header-find-form-image {
  overflow: hidden;
  min-width: 50px;
  max-width: 50px;
  --bs-aspect-ratio: 150%;
}
.mdv-header-find-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-header-find-form-author {
  font-size: 0.7rem;
}
.mdv-header-find-form-li {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mdv-header-find-form-li:hover {
  background-color: var(--second-background-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mdv-header-find-form-name {
  color: var(--text-color);
  font-size: 0.8rem;
  font-family: var(--title-font);
}
/* header end */
/* menu mobile start */
.mdv-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: var(--second-background-color);
}
.msv-header-account-avatar {
  overflow: hidden;
  --bs-aspect-ratio: 105%;
  max-width: 50px;
}

.msv-header-account-avatar .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.msv-header-account-avatar .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.menu-mb-logo {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  overflow: hidden;
}
.msv-header-account-name-text {
  font-size: 1.7rem;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
.icon-bell-haha {
  width: 50px;
  height: auto;
}
.mn-mb-chuong .mdv-header-notification-box-count {
  left: 30px;
  top: 15px;
}
.icon-dao-png-mobile {
  width: 30px;
  height: auto;
}
.nav-mobile-tai-khoan .dropdown-menu,
.menu-mobile-chuong-thu .dropdown-menu {
  background-color: var(--background-color);
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-mobile-tai-khoan .dropdown-item,
.menu-mobile-chuong-thu .dropdown-item {
  color: var(--text-color);
}
.nav-mobile-tai-khoan .menu-mb-cate {
  list-style: none;
  /* padding: 0;
  margin: 0; */
}
.icon-qua-dao {
  width: 20px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.tai-san-dang-co-title {
  font-family: var(--title-font);
  color: var(--second-main-color);
  text-transform: capitalize;
  font-size: 1.05rem;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.menu-mobile-dang-nhap-text {
  text-align: right;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
}
.menu-mobile-dang-nhap-text a {
  color: var(--second-main-color);
  font-size: 1.5rem;
}
/* menu mobile end */
/* slider start */
.mdv-slider-section {
  position: relative;
  width: 100vw;
  /* min-height: 100vh; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 100px;
}

.mdv-khung-slider-image {
  overflow: hidden;
}

.mdv-khung-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdv-khung-slider {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.mdv-sliders-top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mdv-sliders-top-swiper {
  width: 700px;
  height: 350px;
}

.mdv-sliders-top-image,
.mdv-sliders-top-image a,
.mdv-sliders-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdv-slider-top-pagination-box {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

.mdv-slider-top-pagination-box .swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  background: url("../../templates/images/icon-qua-dao.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mdv-slider-top-pagination-box .swiper-pagination-bullet:hover {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mdv-slider-top-pagination-box
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-dang-truyen-index {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  text-transform: uppercase;
  background-color: #ff9a8b;
  background-image: linear-gradient(
    90deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  color: var(--background-color);
  text-transform: uppercase;
  font-weight: var(--title-weight);
  padding: 10px 5px;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
    rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
    rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  border: none;
}

.btn-dang-truyen-index:hover {
  background-color: #fbda61;
  background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.box-thong-bao-title-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.mdv-slider-box-thong-bao-noi-dung {
  background-color: #fefbed;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mdv-slider-box-thong-bao-noi-dung-title {
  color: var(--second-main-color);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
}

.icon-hoa-nho {
  width: 20px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.icon-qua-dao-nho {
  width: 14px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.ngay-thong-bao {
  background-color: rgba(183, 189, 65, 1);
  color: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 2px 10px;
  font-size: 0.9rem;
  font-family: JosefinSans-Regular;
}

.noi-dung-thong-bao-slider a {
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.noi-dung-thong-bao-slider a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.mdv-slider-box-thong-bao-noi-dung-content ul li {
  border-bottom: 1px dashed rgba(203, 203, 203, 1);
}

.mdv-slider-box-thong-bao-noi-dung-content ul li:last-of-type {
  border-bottom: none;
}

/* quảng bá */
.swiper-slider-advertise-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.swiper-slider-advertise-item-image a,
.swiper-slider-advertise-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slider-advertise .swiper-slide .swiper-slider-advertise-item {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-slider-advertise .swiper-slide .swiper-slider-advertise-item:hover {
  scale: 1.02;
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.name-comic-advertise {
  font-size: 0.6rem;
  text-transform: capitalize;
  color: var(--text-color);
  font-family: JosefinSans-Bold;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.name-comic-advertise:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.mdv-slider-advertise {
  z-index: 1;
}

.mdv-slider-advertise::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #ffae9c;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  clip-path: polygon(
    0% 0%,
    0% 100%,
    25% 100%,
    6% 0,
    40% 0,
    27% 22%,
    9% 22%,
    25% 100%,
    100% 100%,
    100% 0%
  );
}

.mdv-slider-advertise-title {
  text-transform: uppercase;
  color: var(--second-main-color);
  font-family: JosefinSans-Bold;
  font-size: 1.1rem;
  position: absolute;
  top: -8px;
  left: 8%;
}

.mdv-slider-advertise-title::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 2px;
  background-color: #ffae9c;
  right: -280px;
  top: 8px;
}

.swiper-slider-advertise .swiper-wrapper,
.swiper-slider-quang-ba .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-slider-advertise-item {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.swiper-slider-advertise-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.swiper-slider-advertise-item-time {
  position: absolute;
  top: -37%;
  left: -2%;
  background-color: var(--hiep-color);
  color: var(--background-color);
  z-index: 3;
  padding: 0px 0px;
  padding-top: 35px;
  font-size: 0.8rem;
  transform: rotate(-40deg) translateX(-50%);
  -webkit-transform: rotate(-40deg) translateX(-50%);
  -moz-transform: rotate(-40deg) translateX(-50%);
  -ms-transform: rotate(-40deg) translateX(-50%);
  -o-transform: rotate(-40deg) translateX(-50%);
  width: 110%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  pointer-events: none;
}
/* slider end */

/* trang chủ start */
/* mộng đào viên đề cử start */
.mdv-nominate-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.mdv-nominate-content-title {
  color: var(--second-main-color);
  text-transform: uppercase;
  font-family: JosefinSans-Bold;
  font-size: clamp(1.3rem, 1.1769rem + 0.6154vw, 1.7rem);
}

.swiper-mdv-comic-nominate-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.swiper-mdv-comic-nominate-item-image a,
.swiper-mdv-comic-nominate-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .swiper-mdv-comic-nominate-item-image:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
} */
.nominate-name-comic {
  text-transform: capitalize;
  color: var(--text-color);
  font-family: JosefinSans-Bold;
  font-size: clamp(0.45rem, 0.3269rem + 0.6154vw, 0.85rem);
  text-align: center;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.nominate-name-comic:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.mdv-nominate-content-box {
  background: rgba(255, 255, 255, 1);
  border: 2px solid var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.swiper-mdv-comic-nominate .swiper-slide .swiper-mdv-comic-nominate-item {
  scale: 0.8;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.swiper-mdv-comic-nominate
  .swiper-slide.swiper-slide-prev
  .swiper-mdv-comic-nominate-item,
.swiper-mdv-comic-nominate
  .swiper-slide.swiper-slide-next
  .swiper-mdv-comic-nominate-item {
  scale: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.swiper-mdv-comic-nominate
  .swiper-slide.swiper-slide-prev
  .swiper-mdv-comic-nominate-item {
  transform: translateX(-0.85rem);
  -webkit-transform: translateX(-0.85rem);
  -moz-transform: translateX(-0.85rem);
  -ms-transform: translateX(-0.85rem);
  -o-transform: translateX(-0.85rem);
}

.swiper-mdv-comic-nominate
  .swiper-slide.swiper-slide-next
  .swiper-mdv-comic-nominate-item {
  transform: translateX(0.85rem);
  -webkit-transform: translateX(0.85rem);
  -moz-transform: translateX(0.85rem);
  -ms-transform: translateX(0.85rem);
  -o-transform: translateX(0.85rem);
}

.swiper-mdv-comic-nominate
  .swiper-slide.swiper-slide-active
  .swiper-mdv-comic-nominate-item {
  scale: 1.1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.nominate-navigate {
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
}

.nominate-navigate-next {
  right: 10px;
}

.nominate-navigate-prev {
  left: 10px;
}

.nominate-navigate-prev.swiper-button-disabled,
.nominate-navigate-next.swiper-button-disabled {
  opacity: 0.5;
}

/* mộng đào viên đề cử end */

/* truyện hoàn thành start */
.title-img-left {
  width: 40%;
}

.title-img-right {
  width: 40%;
}

.mdv-comic-title-text {
  position: absolute;
  z-index: 3;
  color: var(--second-main-color);
  background-color: var(--background-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: clamp(1rem, 0.7846rem + 1.0769vw, 1.7rem);
  font-family: JosefinSans-Bold;
  text-transform: uppercase;
  padding: 5px 20px;
  width: max-content;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mdv-title-view-more-box {
  /* position: absolute;
  top: 80%;
  right: 0; */
  width: max-content;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.mdv-title-view-more-box a {
  font-family: JosefinSans-Medium;
  text-transform: uppercase;
  color: var(--second-main-color);
  /* text-decoration: underline; */
  padding: 5px 5px;
}

.view-more-label {
  display: inline-flex;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}

.swiper-complete-comic-item-image {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.swiper-complete-comic-item:hover .swiper-complete-comic-item-image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}

/* truyện hoàn thành end */

/* truyện mới phát hành start */
.section-newly-released-comic {
  /* background-color: var(--second-background-color); */
}

.section-newly-released-comic-content-box {
  background-color: var(--background-color);
  /* box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.section-newly-released-comic-content-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
    rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
    rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.section-newly-released-comic-content-image a,
.section-newly-released-comic-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newly-released-comic-content-item-a {
  color: var(--text-color);
  text-transform: capitalize;
  font-family: JosefinSans-Bold;
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  /* font-size: clamp(0.47rem, 0.3531rem + 0.5846vw, 0.85rem); */
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}

.section-newly-released-comic-content-item-a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.section-newly-released-comic-content .msv-comic-book-item .book:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.section-newly-released-comic-content .msv-comic-book-item .front .cover {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.section-newly-released-comic-content .msv-comic-book-item:hover .front .cover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform-origin: center;
}
/* truyện mới phát hành end */

/* book item start */
.msv-comic-book-item {
  --bs-aspect-ratio: 150%;
}

.msv-comic-book-item .book {
  position: absolute;
  /* display: block; */
  width: 100%;
  height: 100%;
  /* margin: 5% auto; */
  border-radius: 2px 4px 4px 2px;
  background: linear-gradient(45deg, #dad5dc 0%, #f2ebf4 100%);
  font-family: acumin-pro, sans-serif;
  box-shadow: 6px 6px 8px -1px rgba(151, 146, 153, 0.35);

  font-weight: 400;
  color: #2b2b2b;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.msv-comic-book-item .front {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 20px);
  -moz-transform: translate3d(0, 0, 20px);
  transform: translate3d(0, 0, 20px);
  z-index: 10;
}

.msv-comic-book-item .cover {
  background: linear-gradient(45deg, #dad5dc 0%, #f2ebf4 100%);
}

.msv-comic-book-item .cover-comic-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.msv-comic-book-item .cover-comic-img-logo {
  position: absolute;
  bottom: 7%;
  right: 7%;
  z-index: 3;
  width: 20% !important;
  height: auto;
  object-fit: contain;
}

.msv-comic-book-item .left-side {
  width: 40px !important;
  left: -20px;
  height: 100%;
  background-color: rgba(232, 229, 234);
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
  -moz-transform: rotate3d(0, 1, 0, -90deg);
  transform: rotate3d(0, 1, 0, -90deg);
}

.msv-comic-book-item .book > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.msv-comic-book-item h2 {
  width: 284px;
  height: 40px;
  color: #2b2b2b;
  font-size: 9px;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg) translateY(-40px);
  -moz-transform: rotate(90deg) translateY(-40px);
  transform: rotate(90deg) translateY(-40px);
}

.msv-comic-book-item .cover-left-img-logo {
  height: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 40px;
}

.msv-comic-book-item .book:hover {
  -webkit-transform: rotate3d(0, 1, 0, 35deg);
  -moz-transform: rotate3d(0, 1, 0, 35deg);
  transform: rotate3d(0, 1, 0, 35deg);
}

/* book item end */

/* chương mới nhất start */

.mdv-lasted-chapter-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-width: 50px;
  max-width: 50px;
}
.mdv-lasted-chapter-item-image a,
.mdv-lasted-chapter-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name-comic-a {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: 0.8rem;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.name-comic-a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
/* .table-lasted-chapter tr td:nth-child(1) {
  width: 50px;
} */
.table-lasted-chapter tr td {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px dashed #a8a8a8;
  font-size: 0.8rem;
}
.table-lasted-chapter tr td:nth-child(1) {
  text-align: left;
}
.table-lasted-chapter tr td:nth-child(3) {
  border-right: none;
}
.table-lasted-chapter tr td:nth-child(5) {
  text-align: right;
}
.table-lasted-chapter tr {
  border-bottom: 1px dashed #a8a8a8;
}
.mdv-lasted-chapter-content-box {
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px; */
  position: relative;
  z-index: 1;
}
.mdv-lasted-chapter-view-more-box a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
  text-transform: uppercase;
  display: inline-flex;
}
.mdv-lasted-chapter-view-more-box a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-lasted-chapter-content-mobile-subitem-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-height: 100%;
}
.mdv-lasted-chapter-content-mobile-subitem-image a,
.mdv-lasted-chapter-content-mobile-subitem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-lasted-chapter-content-mobile-subitem-name a {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: var(--title-font);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-lasted-chapter-content-mobile-subitem-name a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-lasted-chapter-content-mobile-subitem-date {
  font-size: 0.8rem;
}
.mdv-lasted-chapter-content-mobile-item {
  border-bottom: 1px dashed #a8a8a8;
}
/* chương mới nhất end */

/* top truyện hot start */
.mdv-title-img {
  max-width: 300px;
  height: auto;
  pointer-events: none;
}
.mdv-top-hot-content-item-title-text-rank {
  font-family: var(--title-font);
  font-size: 1.3rem;
  color: var(--background-color);
}
.line-hot-chapter-img {
  width: 80px;
  height: auto;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
}
.mdv-top-hot-content-item-avatar {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 35px;
}
.mdv-top-hot-content-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-top-hot-content-item-name {
  color: #595959;
  font-family: var(--medium-font);
}
.mdv-top-hot-content-item .mdv-top-hot-content-item-title {
  background-color: #eb4d52;
  background-image: linear-gradient(62deg, #eb4d52 0%, #ffffff 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.mdv-top-hot-content-item-title-right img {
  height: 100%;
  width: auto;
}
.mdv-top-hot-content-item-title-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.mdv-top-hot-content-item-title-left {
  position: relative;
  z-index: 3;
}
.mdv-top-hot-content-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.mdv-top-hot-content-item-image a,
.mdv-top-hot-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-top-hot-content-item-ten a {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-top-hot-content-item-ten a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-top-hot-content-item-hang-1 .mdv-top-hot-content-item-title {
  background-color: #fab811;
  background-image: linear-gradient(62deg, #fab811 0%, #ffffff 100%);
}
.mdv-top-hot-content-item-hang-3 .mdv-top-hot-content-item-title {
  background-color: #74a305;
  background-image: linear-gradient(62deg, #74a305 0%, #ffffff 100%);
}
.mdv-top-hot-content-item-hang-3,
.mdv-top-hot-content-item-hang-2 {
  scale: 0.8;
}
.mdv-top-hot-content-orther-item-ul li a {
  color: var(--text-color);
  text-transform: capitalize;
  font-family: var(--title-font);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-top-hot-content-orther-item-ul li {
  border-bottom: 1px dashed #a8a8a8;
}
.mdv-top-hot-content-orther-item-ul li a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-top-hot-content-orther-item {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.mdv-top-hot-content .msv-comic-book-item .book {
  margin: 0;
}
.mdv-top-hot-content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.mdv-top-hot-content-wrapper .msv-comic-book-item .book:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.mdv-top-hot-content-item-hang-2.hang-4 {
  scale: 0.7;
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
}
.mdv-top-hot-content-item-hang-2.hang-4 .mdv-top-hot-content-item-title {
  background-color: #ff9494;
  background-image: linear-gradient(62deg, #ff9494 0%, #ffffff 100%);
}
.mdv-top-hot-content-item-hang-3.hang-5 {
  scale: 0.7;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
}
.mdv-top-hot-content-item-hang-3.hang-5 .mdv-top-hot-content-item-title {
  background-color: #a6b1e1;
  background-image: linear-gradient(62deg, #a6b1e1 0%, #ffffff 100%);
}
/* top truyện hot end */

/* bảng xếp hạng start */
.mdv-charts-section {
  min-height: 500px;
  padding: 170px 0;
}
.bg-charts-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mdv-charts-section .container {
  position: relative;
  z-index: 5;
}
.title-bar-chart-img {
  position: absolute;
  z-index: 6;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  max-width: 300px;
  height: auto;
}
.mdv-charts-box-content-item-title {
  font-size: clamp(1.3rem, 1.2rem + 1vw, 1.7rem);
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 15px;
}
.mdv-charts-box-content-item {
  /* backdrop-filter: blur(32px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  height: 100%;
  background-color: #fff;
  border: 1px solid #fbc3d6;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mdv-charts-box-content-item-content-table tr {
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.mdv-charts-box-content-item-content-table tbody tr:last-of-type {
  border-bottom: none;
}
.mdv-charts-box-content-item-content-table thead tr {
  border-bottom: none;
}
.mdv-charts-box-content-item-content {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  background-color: var(--background-color);
}
/* Tùy chỉnh scrollbar cho Webkit browsers (Chrome, Safari, Edge) */
.mdv-charts-box-content-item-content::-webkit-scrollbar {
  width: 8px; /* Độ rộng của thanh scrollbar */
}

.mdv-charts-box-content-item-content::-webkit-scrollbar-thumb {
  background-color: #888; /* Màu của thanh cuộn */
  border-radius: 10px; /* Bo tròn các góc */
}

.mdv-charts-box-content-item-content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Màu khi hover */
}
.mdv-charts-box-content-item-content-table td {
  vertical-align: middle;
  text-align: left;
  padding: 8px 10px;
}
.icon-rank-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.mdv-charts-box-content-item-avatar {
  overflow: hidden;
  width: 45px;
  --bs-aspect-ratio: 105%;
}
.avatar-frame-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.avatar-rank-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  scale: 0.8;
}
.mdv-charts-box-content-item-user-name {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.so-bong {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.chart-frame-img-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  object-position: top;
  scale: 1.1;
  pointer-events: none;
}
.chart-frame-img-2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  object-position: bottom;
  scale: 1.1;
  pointer-events: none;
}
.mdv-charts-box-content {
  z-index: 5;
  padding: 70px 0;
}
/* bảng xếp hạng end */

/* SỬA TRANG CHỦ */
.icon-quang-ba {
  width: 20px;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.mdv-section-title {
  border: 1px solid var(--second-main-color);
  font-family: lato-black;
  color: var(--second-main-color);
  /* font-size: clamp(1.2rem, 1.1385rem + 0.3077vw, 1.4rem); */
  text-transform: uppercase;
  font-size: clamp(0.8rem, 0.6154rem + 0.9231vw, 1.4rem);
}
.icon-section-title {
  width: 25px;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

/* bảng xếp hạng truyện start */
.bxh-tuan-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* font-family: Arial, sans-serif; */
}

.bxh-tuan-header {
  padding: 10px 0;
  /* border-bottom: 1px solid #f0f0f0; */
}

.bxh-tuan-title {
  font-size: 24px;
  color: #ff6384;
  font-weight: var(--title-weight);
  margin: 0;
}

.btn-filter {
  background-color: #ff6384;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.btn-filter i {
  margin-left: 6px;
}

.bxh-tuan-tabs {
  margin: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.bxh-tuan-tabs .tab-item {
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  font-size: 0.8rem;
  color: var(--text-color);
  cursor: pointer;
  position: relative;
  font-family: var(--title-font);
}

.bxh-tuan-tabs .tab-item.active {
  color: var(--background-color);
  background-color: #fcaca3;
}

.bxh-tuan-list {
  margin-top: 20px;
}

.bxh-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 0; */
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}

.bxh-item .rank {
  font-size: 0.9rem;
  font-family: lato-black;
  color: var(--text-color);
  text-align: center;
}
.bxh-item .rank.top {
  font-size: 1.5rem;
  color: #ff6384;
}
.bxh-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bxh-thumbnail {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.bxh-badge {
  font-size: 14px;
  color: #ff6384;
  font-weight: var(--title-weight);
}
.bxh-tuan-theloai {
  border: 1px solid var(--second-main-color);
  font-size: 0.8rem;
  max-width: 130px;
}
.bxh-tuan-theloai .form-control {
  border: none;
  color: var(--second-main-color);
  font-family: var(--title-font);
  cursor: pointer;
  scrollbar-width: thin;
  background: transparent;
}
.bxh-tuan-theloai .hvr-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.icon-hoa-bxh {
  width: 20px;
  height: auto;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.bxh-top-1-image-truyen {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  max-width: 38px;
  margin-left: auto;
}
.bxh-top-1-image-truyen a,
.bxh-top-1-image-truyen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bxh-title a {
  color: var(--text-color);
  font-size: 0.9rem;
  font-family: var(--title-font);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.bxh-title a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.bxh-info-top-1-icon {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: 0.8rem;
}
.icon-view {
  color: var(--second-main-color);
}
/* bảng xếp hạng truyện end */

.menu-mobile-tim-kiem-wrapper {
  max-width: 100%;
  width: 100%;
}
.menu-mobile-tim-kiem-wrapper .mdv-header-find-box {
  border: 1px solid #feece8;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
}
.btn-mobile-nut {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fcaca3;
  color: var(--background-color);
  font-size: 1rem;
  border: none;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.icon-loa-loa {
  width: 28px;
}
.menu-mobile-tim-kiem-wrapper .mdv-header-find-box .form-control,
.menu-mobile-tim-kiem-wrapper .mdv-header-find-box .btn-tim-kiem {
  font-size: 0.8rem;
}
.so-thong-bao-mobile {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 3;
  width: 17px;
  height: 17px;
  background-color: var(--second-text-color);
  color: var(--background-color);
  font-size: 0.6rem;
}

/* pop up */
.popup-truyen-vua-doc-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-truyen-vua-doc-content {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.popup-truyen-vua-doc-header h4 {
  font-size: 1rem;
  font-family: var(--title-font);
}

.popup-truyen-vua-doc-body {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.anh-truyen-vua-doc-image {
  min-width: 50px;
  max-width: 50px;
  --bs-aspect-ratio: 150%;
}
.anh-truyen-vua-doc-image a,
.anh-truyen-vua-doc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ten-truyen-da-doc-mb {
  font-size: 0.9rem;
}
.menu-mobile-cac-nut-chuc-nang-box {
  position: relative;
  z-index: 5;
}
/* trang chủ end */

/* footer start */
.nh-footer {
  margin-top: -70px;
  padding-top: 100px;
  position: relative;
  min-height: 300px;
  z-index: 5;
  background-color: rgba(254, 236, 232, 1);
  clip-path: url(#footer-clip-path);
}
.svg-footer {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.bg-image-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0.2;
  pointer-events: none;
}
.nh-footer-box-item-title {
  color: var(--second-main-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: clamp(1.2rem, 0.5881rem + 0.9552vw, 1.4rem);
}
.nh-footer-container {
  position: relative;
  z-index: 5;
}
.nh-footer-box-item-content-ul li a {
  color: rgba(152, 152, 152, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nh-footer-box-item-content-ul li a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.user-item-footer-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border: 2px solid var(--background-color);
}
.dmca-img {
  height: 35px;
  width: auto;
  object-fit: contain;
}
.nh-footer-copyright {
  background: rgba(252, 172, 163, 1);
}
.nh-footer-copyright-box {
  color: var(--text-color);
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.nh-footer-copyright-box a {
  color: var(--text-color);
}
footer iframe {
  pointer-events: all !important;
}
/* footer end */

/* trang sản phẩm show start */
.mdv-san-pham-show {
  padding-bottom: 200px;
}
.san-pham-book-item-show-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
}
.san-pham-book-item-show-image a,
.san-pham-book-item-show-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.san-pham-book-item-show {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: perspective(300px) rotateY(-3deg);
  -webkit-transform: perspective(300px) rotateY(-3deg);

  -moz-transform: perspective(300px) rotateY(-3deg);
  -ms-transform: perspective(300px) rotateY(-3deg);
  -o-transform: perspective(300px) rotateY(-3deg);
}
.san-pham-book-item-show::before {
  position: absolute;
  top: 2%;
  height: 96%;
  content: " ";
  z-index: -1;
  width: 100%;
  left: 7.5%;
  background-color: #000;
}
.san-pham-book-item-show::after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: " ";
  z-index: -1;
  width: 5%;
  left: 100%;
  background-color: #efefef;
  box-shadow: inset 0 0 5px #aaa;
  transform: rotateY(20deg);
  -webkit-transform: rotateY(20deg);
  -moz-transform: rotateY(20deg);
  -ms-transform: rotateY(20deg);
  -o-transform: rotateY(20deg);
}
.btn-mdv-button-1 {
  font-size: clamp(0.83rem, 0.7777rem + 0.2615vw, 1rem);
  border: none;
  background-color: rgba(255, 122, 122, 1);
  background-image: linear-gradient(
    62deg,
    rgba(255, 122, 122, 1) 0%,
    rgba(255, 207, 207, 1) 100%
  );
  font-family: var(--title-font);
  color: var(--background-color);
  min-width: 130px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.btn-mdv-button-1:hover {
  background-color: #000;
  background-image: none;
  color: var(--background-color);
}
.mdv-san-pham-show-name {
  font-family: lato-black;
  color: var(--second-main-color);
  text-transform: capitalize;
  font-size: clamp(1.1rem, 1.0385rem + 0.3077vw, 1.3rem);
}
.icon-danh-gia {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.mdv-san-pham-show-danh-gia-text {
  font-family: var(--title-font);
}
.san-pham-info-point-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.san-pham-the-loai-item {
  border: 1px solid var(--second-main-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-the-loai-item a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.san-pham-the-loai-item:hover {
  background-color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-the-loai-item:hover a {
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-show-report i {
  color: var(--second-text-color);
}
.san-pham-show-report,
.san-pham-show-link {
  cursor: pointer;
}
.btn-mdv-button-2 {
  font-size: clamp(0.83rem, 0.7777rem + 0.2615vw, 1rem);
  border: none;
  background-color: rgba(252, 172, 163, 1);
  color: var(--background-color);
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.btn-mdv-button-2:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.mvd-san-pham-show-dsc-title {
  color: var(--second-main-color);
  text-transform: uppercase;
  font-family: lato-black;
  font-size: clamp(1.1rem, 1.0385rem + 0.3077vw, 1.3rem);
  text-decoration: underline;
}
.icon-dao-nho {
  width: 30px;
  height: auto;
  object-fit: contain;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mdv-san-pham-show-dsc-table-gia-dao {
  font-size: 1rem;
  font-weight: var(--title-weight);
  box-shadow: rgba(255, 97, 102, 0.25) 0px 6px 12px -2px,
    rgba(255, 97, 102, 0.3) 0px 3px 7px -3px;
  padding: 5px 10px;
  border: 1px solid var(--second-main-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  min-width: 65px;
}
.icon-hat-nho {
  width: 20px;
  height: auto;
  object-fit: contain;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.mdv-san-pham-show-dsc-table-gia-hat {
  border-color: rgba(116, 163, 5, 1);
  box-shadow: rgba(116, 163, 5, 0.25) 0px 6px 12px -2px,
    rgba(116, 163, 5, 0.3) 0px 3px 7px -3px;
}
.mdv-san-pham-show-dsc-table th,
.mdv-san-pham-show-dsc-table td {
  vertical-align: middle;
  text-align: center;
}
.mdv-san-pham-show-dsc-table th {
  padding: 10px 5px;
  text-transform: uppercase;
}
.mdv-san-pham-show-dsc-table td {
  padding: 10px 5px;
}
.mdv-san-pham-show-dsc-table tbody {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  display: block;
  max-height: 650px;
  overflow-y: scroll;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* Tùy chỉnh scrollbar cho Webkit browsers (Chrome, Safari, Edge) */
.mdv-san-pham-show-dsc-table tbody::-webkit-scrollbar {
  width: 8px; /* Độ rộng của thanh scrollbar */
}

.mdv-san-pham-show-dsc-table tbody::-webkit-scrollbar-thumb {
  background-color: var(--second-main-color); /* Màu của thanh cuộn */
  border-radius: 10px; /* Bo tròn các góc */
  cursor: grab;
}

.mdv-san-pham-show-dsc-table tbody::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Màu khi hover */
}
.mdv-san-pham-show-dsc-table thead,
.mdv-san-pham-show-dsc-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* Đảm bảo các cột có cùng kích thước */
}
.mdv-san-pham-show-dsc-table tbody tr {
  border-bottom: 1px dashed rgba(217, 217, 217, 1);
}
.mdv-san-pham-show-dsc-table tbody tr:last-of-type {
  border-bottom: none;
}
.mdv-san-pham-show-dsc-table {
  border-collapse: collapse;
  width: 100%;
}
.mdv-san-pham-show-dsc-table tbody tr td:nth-child(1) {
  font-weight: var(--title-weight);
  text-transform: uppercase;
}
.mdv-san-pham-show-dsc-table-date {
  color: #a8a8a8;
  font-size: 0.8rem;
  font-weight: 500;
}
.mdv-san-pham-show-dsc-table-chuong {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}
.mdv-san-pham-show-dsc-table-chuong a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-dsc-table-chuong a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mua-btn-group label {
  cursor: pointer;
}
.mdv-san-pham-show-profile-avatar {
  /* overflow: hidden; */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
  margin: 0 auto;
  --bs-aspect-ratio: 105%;
}
.mdv-san-pham-show-profile-avatar .avatar,
.mdv-san-pham-show-profile-avatar a {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
}
.mdv-san-pham-show-profile-avatar .avatar {
  scale: 0.8;
}
.mdv-san-pham-show-profile-avatar .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;

  pointer-events: none;
}
.icon-verify {
  width: 30px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mdv-san-pham-show-profile-rank {
  text-align: center;
}
.mdv-san-pham-show-profile-rank img {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 0 auto;
  pointer-events: none;
}
.mdv-san-pham-show-profile-name-text a {
  color: var(--text-color);
  font-family: lato-black;
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
}
.mdv-san-pham-show-profile {
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* margin-top: 100px; */
}
.mdv-san-pham-show-profile-content-chu-item-title {
  color: rgba(235, 77, 82, 1);
  font-family: lato-b;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.mdv-san-pham-show-profile-content-chu-item-des {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  font-family: var(--medium-font);
  color: rgba(152, 152, 152, 1);
}
.btn-theo-doi-profile {
  /* border: none;
  min-height: 40px;
  width: 100%;
  background-color: rgba(255, 122, 122, 1);
  background-image: linear-gradient(
    62deg,
    rgba(255, 122, 122, 1) 0%,
    rgba(255, 207, 207, 1) 100%
  );
  color: var(--background-color);
  font-family: var(--title-font);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}
.btn-theo-doi-profile:hover {
  /* background-image: none;
  background-color: var(--second-main-color);
  color: var(--background-color); */
}
.btn-bo-theo-doi-profile {
  /* border: none;
  min-height: 40px;
  width: 100%;
  background-image: linear-gradient(
    106.9deg,
    rgba(148, 14, 60, 1) 60.9%,
    rgba(3, 22, 27, 1) 122.3%
  );
  color: var(--background-color);
  font-family: var(--title-font);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; */
}
.btn-bo-theo-doi-profile:hover {
  /* background-image: none;
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; */
}
.btn-cai-dat-profile {
  border: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: var(--text-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn-cai-dat-profile:hover {
  background-image: none;
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.mdv-san-pham-show-profile-introduce-box {
  background-color: #f8fbfc;
}
.mdv-san-pham-show-profile-introduce-box .fa-quote-left {
  color: #ced4da;
  font-size: 1.2rem;
}
.mdv-san-pham-show-profile-introduce {
  background-color: #eeeeee;
  border: 1px solid #d2d3d3;
}
.text-bold {
  font-weight: var(--title-weight);
  font-family: var(--title-font);
}
.mdv-san-pham-show-co-the-thich-title {
  color: var(--second-main-color);
  text-transform: uppercase;
  font-family: lato-black;
  font-size: clamp(1.15rem, 1.1038rem + 0.2308vw, 1.3rem);
}
.swiper-may-like .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.mdv-san-pham-show-comment-form-avatar {
  --bs-aspect-ratio: 105%;
}
.mdv-san-pham-show-comment-form-avatar .avatar,
.mdv-san-pham-show-comment-form-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-san-pham-show-comment-form-avatar .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
}
.mdv-san-pham-show-comment-form-avatar .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.edit-content-comment .emojionearea.comment-content {
  transition: 0.2s;
  background-color: #f0f2f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.edit-content-comment .emojionearea.comment-content.focused {
  background: white;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 97, 102, 0.5);
  box-shadow: 0px 1px 3px 1px rgba(255, 97, 102, 0.5);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.edit-content-comment .emojionearea.focused {
  border-color: transparent;
}
/* Gửi bình luận start */
.san-pham-detail-gui-binh-luan-btn button {
  font-family: inherit;
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  /* background: linear-gradient(to bottom, #4dc7d9 0%, #66a6ff 100%); */
  background: linear-gradient(to bottom, rgb(255, 97, 102) 0%, #fa709a 100%);
  color: var(--background-color);
  padding: 0.6em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  font-weight: var(--title-weight);
  text-transform: uppercase;
}

.san-pham-detail-gui-binh-luan-btn button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  padding: 0em;
  /* background: linear-gradient(to bottom, #5bd9ec 0%, #97c3ff 100%); */
  background: linear-gradient(
    to bottom,
    rgb(255, 97, 102) 0%,
    rgb(235, 112, 116) 100%
  );
  cursor: pointer;
}

.san-pham-detail-gui-binh-luan-btn button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.san-pham-detail-gui-binh-luan-btn button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

.san-pham-detail-gui-binh-luan-btn button:hover span {
  scale: 0;
  font-size: 0%;
  opacity: 0;
  transition: all 0.5s;
}

.san-pham-detail-gui-binh-luan-btn button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

.san-pham-detail-gui-binh-luan-btn button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.san-pham-detail-gui-binh-luan-btn button:hover .svg-wrapper {
  /* background-color: rgba(43, 169, 228, 0.897); */
  background-color: var(--second-main-color);
  width: 54px;
  height: 54px;
}

.san-pham-detail-gui-binh-luan-btn button:hover svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  transform: rotate(45deg);
}
.san-pham-detail-gui-binh-luan-btn {
  display: flex;
  justify-content: end;
  width: 100%;
}
/* Gửi bình luận end */
.mdv-san-pham-show-comment-list-box {
  border-top: 2px solid #f0f2f5;
}
.mdv-san-pham-show-comment-list-item-comment {
  background-color: #f0f2f5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.ten-doc-gia {
  color: #000;
  font-family: var(--title-font);
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ten-doc-gia.ten-tac-gia {
  /* color: var(--second-main-color); */
  color: var(--text-color);
}
.ten-doc-gia:hover {
  color: #fa709a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-comment-list-item-comment-like,
.mdv-san-pham-show-comment-list-item-comment-rep {
  font-size: 0.85rem;
  color: #65676b;
  font-family: var(--title-font);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-comment-list-item-comment-like:hover,
.mdv-san-pham-show-comment-list-item-comment-rep:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-comment-list-item-comment-like.active {
  color: #2078f4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-comment-list-item-comment-time {
  font-size: 0.8rem;
  font-family: lato-r;
  color: #65676b;
}
.mdv-san-pham-show-comment-form-avatar-list-bl {
  max-width: 85px;
  margin: 0 auto;
}
.mdv-san-pham-show-comment-list-subitem-box {
  max-width: 100%;
  margin-left: auto;
}
.mdv-san-pham-show-comment-list-subitem-box
  .mdv-san-pham-show-comment-list-item-comment-name
  .ten-doc-gia {
  font-size: 1rem;
}
.mdv-luot-thich {
  cursor: pointer;
  font-size: 0.8rem;
  font-family: lato-r;
  color: #2078f4;
}
.mdv-luot-thich:hover {
  text-decoration: underline;
}
.modal-danh-sach-thich-content-item-avatar-image {
  width: 60px;
}
.btn-theo-doi-tv {
  background-color: #555;
  color: var(--background-color);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.btn-theo-doi-tv:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.modal-danh-sach-thich-content-item-avatar
  .modal-danh-sach-thich-content-item-name
  .ten-doc-gia {
  font-size: clamp(0.95rem, 0.8731rem + 0.3846vw, 1.2rem);
}
.modal-danh-sach-thich-content {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-danh-sach-thich-content::-webkit-scrollbar {
  width: 8px; /* Độ rộng của thanh scrollbar */
}

.modal-danh-sach-thich-content::-webkit-scrollbar-thumb {
  /* background-color: #888; Màu của thanh cuộn */
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  border-radius: 10px; /* Bo tròn các góc */
  cursor: grab;
}

.modal-danh-sach-thich-content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Màu khi hover */
}
.mdv-san-pham-show-comment-list-item-comment-like-rep-right {
  /* display: none; */
}
.mdv-san-pham-show-comment-list-item-comment-like-rep-right.active {
  /* display: block; */
}
.ten-tra-loi {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-family: var(--title-font);
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.ten-tra-loi:hover {
  color: #2078f4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tra-loi-name-btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: var(--second-text-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.tra-loi-name-btn-close:hover {
  background-color: var(--text-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-tra-loi-name {
  background-color: #feece8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #2078f4;
}
.mdv-san-pham-show-tra-loi-content .emojionearea .emojionearea-editor {
  min-height: 100%;
  max-height: 3em;
}
.mdv-san-pham-show-tra-loi-content .emojionearea,
.emojionearea.form-control {
  height: 100%;
}
.btn-gui-tra-loi {
  border: none;
  background-color: #ff9a8b;
  background-image: linear-gradient(
    90deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  font-family: var(--title-font);
  color: var(--background-color);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.btn-gui-tra-loi:hover {
  background-color: #fbda61;
  background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tac-gia-ten {
  color: var(--second-main-color);
  font-family: var(--title-font);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tac-gia-ten:hover {
  color: var(--three-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.san-pham-the-loai-bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.san-pham-the-loai-bg.disabled {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* show thể loại */
.collapsed-the-loai {
  overflow: hidden;
  max-height: 2rem; /* Giới hạn chiều cao để chỉ hiển thị 1 dòng */
}

.collapsed-gioi-thieu {
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; Hiển thị 2 dòng */
  /* -webkit-box-orient: vertical; */
}

.btn-xs {
  margin: 0 auto;
  margin-top: 10px;
  /*background-color: #007bff;
  */
  background: transparent;
  color: var(--second-main-color);
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-size: 1.2rem;
  font-family: var(--title-font);
  text-decoration: underline;
}

/* modal báo cáo truyện */
/* .modal-content-pretty {
  background-color: var(--background-color-pretty);
  border-radius: 15px;
  box-shadow: var(--box-shadow-pretty);
  overflow: hidden;
}

.modal-header-pretty {
  background-color: var(--main-color-pretty);
  border-bottom: 1px solid var(--border-color-pretty);
  color: var(--text-color-pretty);
  font-family: var(--font-primary);
  text-align: center;
  padding: 1rem 1.5rem;
}

.modal-body-pretty {
  padding: 2rem;
  font-family: var(--font-primary);
  color: var(--text-color-pretty);
}

.form-control-pretty {
  border: 1px solid var(--border-color-pretty);
  border-radius: 10px;
  padding: 10px;
  box-shadow: var(--box-shadow-pretty);
  transition: box-shadow 0.3s ease;
  resize: none;
}

.form-control-pretty:focus {
  box-shadow: 0 0 10px var(--button-hover-color);
  border-color: var(--button-hover-color);
}

.btn-primary-pretty {
  background-color: var(--main-color-pretty);
  color: var(--text-color-pretty);
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: var(--title-font);
}

.btn-primary-pretty:hover {
  background-color: var(--button-hover-color);
  box-shadow: var(--box-shadow-pretty);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-secondary-pretty {
  background-color: var(--border-color-pretty);
  color: var(--background-color-pretty);
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
}

.btn-secondary-pretty:hover {
  background-color: var(--button-hover-color);
  box-shadow: var(--box-shadow-pretty);
}

.modal-body-pretty .modal-footer {
  justify-content: center;
}
.modal-body-pretty .form-label {
  font-family: var(--title-font);
} */

/* btn mua start */
.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #ff135a;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}

.btn-mua-chuong {
  background-color: var(--second-main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  box-shadow: 0 0 0.2em var(--color-background);
  border: none;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.btn-mua-chuong:hover {
  background-color: var(--second-text-color);
  color: var(--background-color);
  box-shadow: 0 0 0.2em var(--second-text-color);
}
/* btn mua end */
.mdv-san-pham-show-gia-tien {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  text-transform: capitalize;
}
.thong-cao-chuong {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  font-family: var(--normal-font);
}
.text-da-so-huu {
  width: 20px;
  height: 20px;
  border-color: rgba(116, 163, 5, 1);
  box-shadow: rgba(116, 163, 5, 0.25) 0px 6px 12px -2px,
    rgba(116, 163, 5, 0.3) 0px 3px 7px -3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(116, 163, 5, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.text-da-so-huu i {
  font-size: 0.8rem;
  color: var(--background-color);
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
}
.text-da-so-huu:hover {
  border-color: #ff135a;
  background-color: #ff135a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mvd-san-pham-show-dsc-content .form-check-input:checked {
  background-color: var(--second-main-color);
  border-color: var(--second-main-color);
}

/* modal mua chương start */
/* :root {
  --modal-bg-color: #fff9f8;
  --main-pink-color: #fcaca3;
  --text-dark-color: #333333;
  --box-shadow-light: 0 2px 20px rgba(253, 183, 194, 0.4);
  --border-radius: 10px;
  --btn-bg-hover: #f4978e;
}

.mua-chuong-modal-content {
  background-color: var(--modal-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  color: var(--text-dark-color);
  border-color: var(--main-pink-color);
}

.mua-chuong-modal-header {
  border-bottom: none;
  background: var(--main-pink-color);
  color: #fff;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.mua-chuong-modal-title {
  font-weight: var(--title-weight);
}

.mua-chuong-modal-close {
  color: #fff;
}

.mua-chuong-modal-body {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.mua-chuong-list-group .list-group-item {
  background: var(--second-background-color);
  color: var(--text-dark-color);
  border: none;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  padding: 10px 20px;
}

.mua-chuong-summary p {
  font-size: 1rem;
  color: var(--text-dark-color);
}

.mua-chuong-modal-footer {
  border-top: none;
}

.mua-chuong-btn-cancel,
.mua-chuong-btn-pay {
  border-radius: var(--border-radius);
  background: var(--main-pink-color);
  color: #fff;
  transition: background 0.3s ease;
  border: none;
}
.mua-chuong-btn-pay {
  background-color: var(--color-background);
  color: var(--background-color);
  font-family: var(--title-font);
  box-shadow: 0 0 0.2em var(--color-background);
  border: none;
}
.mua-chuong-btn-cancel:hover {
  background: var(--btn-bg-hover);
}
.mua-chuong-btn-pay:hover {
  background-color: var(--color-outline);
  color: var(--background-color);
}

.icon-qua-dao-chuong {
  width: 25px;
}
.mua-chuong-summary img {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mua-chuong-list-item img {
  margin-right: 1px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mua-chuong-list-item {
  background: var(--second-background-color);
  color: var(--text-dark-color);
  border: none;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  padding: 15px;
}

.mua-chuong-item-line-1 {
  font-weight: var(--title-weight);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 5px;
}

.mua-chuong-item-line-2 {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--second-text-color);
  font-family: var(--title-font);
}

.mua-chuong-modal-body {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  padding: 20px;
}

.mua-chuong-summary p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  margin-bottom: 10px;
}

.mua-chuong-list-group {
  box-shadow: var(--box-shadow-light);
  padding: 10px;
  border-radius: var(--border-radius);
} */

/* Modal Base Styles */
.mua-chuong-modal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Modal Header */
.mua-chuong-modal-header {
  background-color: #fff;
  border-bottom: 2px solid rgba(252, 172, 163, 0.1);
  padding: 1.5rem;
}

.mua-chuong-modal-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: var(--title-weight);
  display: flex;
  align-items: center;
}

.mua-chuong-modal-title i {
  color: #fcaca3;
}

/* Modal Body */
.mua-chuong-modal-body {
  padding: 1.5rem;
}

/* Chapter List */
.mua-chuong-list-container {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 1.5rem;
  border-radius: 15px;
  background: rgba(252, 172, 163, 0.02);
  padding: 1rem;
}

.mua-chuong-list-group {
  margin: 0;
  padding: 0;
}

.mua-chuong-list-group .list-group-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  padding: 1rem;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.mua-chuong-list-group .list-group-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mua-chuong-list-group .list-group-item:last-child {
  margin-bottom: 0;
}

/* Summary Section */
.mua-chuong-summary {
  background: rgba(252, 172, 163, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(252, 172, 163, 0.1);
}

.summary-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.summary-label {
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.summary-value {
  font-size: 1.1rem;
  color: #333;
  font-weight: var(--title-weight);
}

/* Icons */
.icon-qua-dao-chuong,
.icon-hat {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Footer */
.mua-chuong-modal-footer {
  border-top: 2px solid rgba(252, 172, 163, 0.1);
  padding: 1.5rem;
}

/* Buttons */
.mua-chuong-btn-cancel {
  background: white;
  border: 2px solid rgba(252, 172, 163, 0.2);
  color: #666;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mua-chuong-btn-cancel:hover {
  background: rgba(252, 172, 163, 0.1);
  color: #333;
}

.mua-chuong-btn-pay {
  background: #fcaca3;
  border: none;
  color: white;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mua-chuong-btn-pay:hover {
  background: #fb9589;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.3);
}

/* Scrollbar Styling */
.mua-chuong-list-container::-webkit-scrollbar {
  width: 6px;
}

.mua-chuong-list-container::-webkit-scrollbar-track {
  background: rgba(252, 172, 163, 0.05);
  border-radius: 10px;
}

.mua-chuong-list-container::-webkit-scrollbar-thumb {
  background: rgba(252, 172, 163, 0.3);
  border-radius: 10px;
}

.mua-chuong-list-container::-webkit-scrollbar-thumb:hover {
  background: rgba(252, 172, 163, 0.5);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mua-chuong-modal.show .modal-dialog {
  animation: fadeIn 0.3s ease-out;
}

/* Loading State */
.mua-chuong-btn-pay.loading {
  position: relative;
  color: transparent;
}

.mua-chuong-btn-pay.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Success State */
.mua-chuong-btn-pay.success {
  background: #28a745;
}

/* modal mua chương end */

/* button cài đặt start */
.dropdown-settings-container {
  --background-color: #ffffff;
  --main-color: #fcaca3;
  --text-color: #000000;
  --dropdown-background: #fff9f9;
  --dropdown-hover: #fee2e2;
  --dropdown-border: #fcced0;
  --text-color-primary: #bf2323;
}

.dropdown-settings {
  background-color: var(--dropdown-background);
  border: 1px solid var(--dropdown-border);
  border-radius: 8px;
  box-shadow: 0 0 0.2rem var(--dropdown-border);
  overflow: hidden;
  width: max-content;
  min-width: 150px;
}

.dropdown-item.settings-item {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 0.9rem;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dropdown-item.settings-item:hover {
  background-color: var(--dropdown-hover);
  color: var(--text-color-primary);
}

/* button cài đặt end */

/* donate đào start */
:root {
  --donate-bg-color: #feece8;
  --donate-main-color: #fcaca3;
  --donate-text-color: #000000;
  --donate-border-radius: 10px;
  --btn-primary-color: #ff6f61;
}

.donate-modal-content {
  background-color: var(--donate-bg-color);
  border-radius: var(--donate-border-radius);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.donate-modal-header {
  border-bottom: none;
}

.donate-modal-title {
  color: var(--donate-main-color);
  font-weight: var(--title-weight);
}

.donate-modal-body {
  color: var(--donate-text-color);
  background-color: var(--donate-bg-color);
  border-radius: var(--donate-border-radius);
}

.donate-modal-info {
  color: var(--donate-text-color);
  margin-bottom: 10px;
  font-size: 1rem;
}

#soDaoDonate {
  border: 1px solid var(--donate-main-color);
  border-radius: var(--donate-border-radius);
}

.donate-modal-footer {
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.donate-btn-cancel {
  background-color: #ffb6b9;
  color: var(--donate-text-color);
  border: none;
}

.donate-btn-confirm {
  background-color: var(--btn-primary-color);
  color: white;
  border: none;
  box-shadow: 0 0 0.2em var(--btn-primary-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.donate-btn-confirm:hover,
.donate-btn-cancel:hover {
  opacity: 0.9;
  background-color: #ff135a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.donate-modal-remaining {
  font-size: 1rem;
  font-weight: var(--title-weight);
  color: var(--donate-main-color);
}

/* donate đào end */
.mdv-san-pham-show-profile-introduce.collapsed {
  overflow: hidden;
  max-height: 5.5em;
  transition: all 0.5s ease, opacity 0.5s ease;
  -webkit-transition: all 0.5s ease, opacity 0.5s ease;
  -moz-transition: all 0.5s ease, opacity 0.5s ease;
  -ms-transition: all 0.5s ease, opacity 0.5s ease;
  -o-transition: all 0.5s ease, opacity 0.5s ease;
  position: relative;
}
.mdv-san-pham-show-profile-introduce.collapsed::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 2;
  background: linear-gradient(to top, #eeeeee, transparent);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-san-pham-show-profile-introduce.expanded {
  max-height: none;
  transition: all 0.5s ease, opacity 0.5s ease;
  -webkit-transition: all 0.5s ease, opacity 0.5s ease;
  -moz-transition: all 0.5s ease, opacity 0.5s ease;
  -ms-transition: all 0.5s ease, opacity 0.5s ease;
  -o-transition: all 0.5s ease, opacity 0.5s ease;
}
.mdv-san-pham-show-profile-introduce.expanded::before {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-toggle-introduce {
  cursor: pointer;
  color: #fcaca3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-toggle-introduce:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.msv-comic-book-item .cover {
  height: 100%;
}
/* chưa đăng nhập bình luận start */
.comment-login-prompt {
  background: var(--second-background-color, #feece8);
  border-radius: 10px;
  padding: 20px;
  box-shadow: var(--box-shadow-2, 0 2px 30px 1px rgba(253, 229, 236, 0.6));
  color: var(--text-color, #000);
}

.comment-login-prompt h5 {
  color: var(--second-text-color, #bf2323);
  font-family: var(--title-font, lato-b);
}

.comment-login-prompt p {
  font-family: var(--normal-font, lato-r);
}

.btn-pink-login {
  background-color: var(--main-color, #fcaca3);
  color: var(--background-color, #ffffff);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: var(--title-font, lato-r);
  cursor: pointer;
  transition: all 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: all 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: all 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: all 0.3s ease, box-shadow 0.3s ease;
  -o-transition: all 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0.2em #fcaca3;
}

.btn-pink-login:hover {
  color: #feece8;
  background-color: var(--three-main-color, rgb(254, 185, 213));
  box-shadow: 0 0 2em rgb(254, 185, 213);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-pink-login:active {
  box-shadow: none;
}
/* chưa đăng nhập bình luận end */

.icon-danh-gia {
  width: 30px;
  height: 30px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  cursor: pointer;
}

.icon-danh-gia.active {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
.text-da-danh-gia {
  font-weight: 400;
  color: #9098a9;
  font-family: lato-r;
}
/* dropdown sửa truyện start */
.edit-comic-dropdown {
  background-color: var(--background-color);
  border-radius: 8px;
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.15);
  border: none;
  overflow: hidden;
}
.edit-comic-dropdown .dropdown-item {
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-family: var(--title-font);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.edit-comic-dropdown .dropdown-item:hover {
  background-color: var(--second-main-color);
  cursor: pointer;
  color: var(--background-color);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.edit-comic-dropdown .dropdown-item i {
  margin-right: 5px;
}
/* dropdown sửa truyện end */
/* mua combo */
.combo-modal-content {
  background: transparent;
  border: none;
}
.combo-title {
  font-size: 1.5rem;
  color: #d2691e;
  margin-bottom: 15px;
}
.combo-description {
  color: #8b0000;
  font-family: "Arial", sans-serif;
}
.combo-input {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 5px;
}
.combo-action-section .combo-buy-button {
  background-color: #ffb6c1;
  border: none;
  color: #fff;
}
.combo-action-section .combo-buy-button:hover {
  background-color: #ff69b4;
}
.san-pham-show .combo-purchase-form-container-success {
  background: #fff0f5;
  border-radius: 20px;
  padding: 30px;
}
.san-pham-show .combo-purchase-success {
  background: #fff0f5;
  border-radius: 20px;
  padding: 30px;
}
.mdv-alert-custom {
  background-color: #ffe4e1;
  border: 1px solid #ffb6c1;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 182, 193, 0.4),
    0 0.0625rem 0.125rem rgba(255, 182, 193, 0.5);
}

.mdv-alert-icon {
  color: #d2691e;
  font-size: 1.5rem;
}

.mdv-alert-content {
  font-family: var(--title-font);
  color: #8b0000;
}

.mdv-alert-title {
  font-size: 1.25rem;
  font-weight: var(--title-weight);
  margin-bottom: 0.5rem;
}
.san-pham-show .mdv-de-cu-info-box {
  background-color: var(--main-color-pretty);
  border: 1px solid var(--main-color-pretty);
}

.danh-sach-chuong-sp-show-pc {
  scrollbar-width: thin;
  scrollbar-color: #f08080 #fff;
  overflow: auto;
  overflow-x: hidden;
}
.danh-sach-chuong-sp-show-pc::-webkit-scrollbar {
  width: 8px;
}
.danh-sach-chuong-sp-show-pc::-webkit-scrollbar-thumb {
  background-color: #f08080;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.icon-doc-truyen-spshow {
  width: 20px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

/* giới hạn độ tuổi */
.gioi-han-do-tuoi-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.gioi-han-do-tuoi-warning-box {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.gioi-han-do-tuoi-header {
  background-color: var(--hiep-color);
  color: var(--background-color);
  font-family: var(--title-font);
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 1.2em;
}

.gioi-han-do-tuoi-body {
  padding: 20px;
}

.gioi-han-do-tuoi-text {
  font-size: 0.95em;
  color: #333;
  margin-bottom: 20px;
}

.gioi-han-do-tuoi-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gioi-han-do-tuoi-btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 48%;
}

.gioi-han-do-tuoi-btn-home {
  background-color: #c82333;
  color: var(--background-color);
  box-shadow: 0 0.125rem 0.625rem rgba(200, 35, 51, 0.4),
    0 0.0625rem 0.125rem rgba(200, 35, 51, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: var(--title-font);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}

.gioi-han-do-tuoi-btn-home:hover {
  background-color: #a71d2a;
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}

.gioi-han-do-tuoi-btn-continue {
  background-color: #28a745;
  color: var(--background-color);
  box-shadow: 0 0.125rem 0.625rem rgba(40, 167, 69, 0.4),
    0 0.0625rem 0.125rem rgba(40, 167, 69, 0.5);
  font-family: var(--title-font);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}

.gioi-han-do-tuoi-btn-continue:hover {
  background-color: #218838;
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}

.gioi-han-do-tuoi-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.gioi-han-do-tuoi-close-btn:hover {
  color: #ddd;
}
.icon-warning-18 {
  max-width: 100px;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
}
.gioi-han-do-tuoi-overlay.hide {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
/*  */
.mdv-san-pham-show-breadcrumb {
  border: 1px solid #d7d4d4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.icon-breadcrumb-home {
  width: 20px;
  height: auto;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.mdv-san-pham-show-breadcrumb .breadcrumb-item a {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.mdv-san-pham-show-breadcrumb .breadcrumb-item.active {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}
.mdv-san-pham-show-breadcrumb .breadcrumb-item a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.icon-thong-tin-truyen {
  width: 12px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mdv-san-pham-comic-info ul {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.icon-i-thong-tin-truyen {
  color: var(--second-main-color);
}
.collapsed-the-loai {
  max-height: initial;
}
.san-pham-the-loai-bg {
  display: none;
}
.mdv-sps-tac-gia-button-cai-dat {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(252, 172, 163, 1);
  cursor: pointer;
  box-shadow: 0 0.125rem 0.625rem rgba(252, 172, 163, 0.4),
    0 0.0625rem 0.125rem rgba(252, 172, 163, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--background-color);
}
.mdv-sps-tac-gia-button-cai-dat:hover {
  background-color: var(--second-main-color);
  /* box-shadow: 0 0.125rem 0.625rem rgba(255, 19, 90, 0.4),
    0 0.0625rem 0.125rem rgba(255, 19, 90, 0.5); */
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mdv-sps-tac-gia-button-cai-dat img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.mdv-sps-tac-gia-button-cai-dat i {
  font-size: 1.2rem;
}
.mdv-san-pham-show-thong-tin-truyen-wrapper {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #d7d4d4;
}
.mdv-sps-thong-tin-tac-gia-wrapper .mdv-san-pham-show-profile {
  border-left: 1px solid #d7d4d4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.mdv-sps-gioi-thieu-truyen-box,
.mdv-sps-tb-tac-gia-box,
.mdv-sps-show-co-the-ban-cung-thich-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #d7d4d4;
}
.mdv-sps-tb-tac-gia-box .mvd-san-pham-show-dsc-title {
  font-size: clamp(0.7rem, -0.2179rem + 1.4328vw, 1rem);
}
.mdv-sps-tb-tac-gia-box .mdv-san-pham-show-profile-introduce-box,
.mdv-sps-tb-tac-gia-box .mdv-san-pham-show-profile-introduce {
  background: transparent;
  border: none;
}
.mdv-sps-tb-tac-gia-box .mdv-san-pham-show-profile-introduce.collapsed::before {
  /* display: none; */
  background: linear-gradient(to top, #ffffff, transparent);
}
.mdv-sps-show-co-the-ban-cung-thich-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-height: 100%;
}
.mdv-sps-show-co-the-ban-cung-thich-image a,
.mdv-sps-show-co-the-ban-cung-thich-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-sps-show-co-the-ban-cung-thich-name a {
  font-family: var(--title-font);
  font-size: 0.8rem;
  color: var(--second-main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.mdv-sps-show-co-the-ban-cung-thich-name a:hover {
  color: var(--main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.mdv-sps-show-co-the-ban-cung-thich-des {
  font-size: 0.8rem;
}

/* modal đọc tiếp start */

.modal-doc-tiep-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

.modal-doc-tiep-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-doc-tiep-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-out;
}

.modal-doc-tiep-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  background-color: var(--second-background-color);
}

.modal-doc-tiep-title {
  margin: 0;
  font-size: 20px;
  color: var(--text-color);
  font-weight: var(--title-weight);
  text-align: center;
}

.modal-doc-tiep-close {
  background: none;
  border: none;
  color: #ec407a;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal-doc-tiep-body {
  padding: 16px;
  text-align: center;
}

.modal-doc-tiep-message {
  margin: 0;
  font-size: 16px;
  color: #444;
}

.modal-doc-tiep-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: var(--second-background-color);
}

/* modal đọc tiếp end */

/* trang sản phẩm show end */

/* trang đăng nhập start */
.msv-login-container {
  max-width: 520px;
  background: #f8f9fd;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(244, 247, 251) 100%
  );
  border-radius: 40px;
  padding: 25px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  margin: 20px;
}

.msv-login-heading {
  text-align: center;
  font-size: 1.5rem;
  color: rgb(16, 137, 211);
  text-transform: capitalize;
}

.msv-login-form {
  margin-top: 0px;
}

.msv-login-form .msv-login-input {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
}

.msv-login-form .msv-login-input::-moz-placeholder {
  color: rgb(170, 170, 170);
}

.msv-login-form .msv-login-input::placeholder {
  color: rgb(170, 170, 170);
}

.msv-login-form .msv-login-input:focus {
  outline: none;
  border-inline: 2px solid #12b1d1;
}

.msv-login-form .msv-login-forgot-password {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

.msv-login-form .msv-login-forgot-password a {
  font-size: 11px;
  color: #0099ff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.msv-login-form .msv-login-login-button {
  display: block;
  width: 100%;
  font-weight: var(--title-weight);
  background: linear-gradient(
    45deg,
    rgb(16, 137, 211) 0%,
    rgb(18, 177, 209) 100%
  );
  color: white;
  padding-block: 15px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.msv-login-form .msv-login-login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.msv-login-form .msv-login-login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.msv-login-social-account-container {
  margin-top: 25px;
}

.msv-login-social-account-container .msv-login-title {
  display: block;
  text-align: center;
  font-size: 10px;
  color: rgb(170, 170, 170);
}

.msv-login-social-account-container .msv-login-social-accounts {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 5px;
}

.msv-login-social-account-container
  .msv-login-social-accounts
  .msv-login-social-button {
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
  border: 5px solid white;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.msv-login-social-account-container
  .msv-login-social-accounts
  .msv-login-social-button
  .msv-login-svg {
  fill: white;
  margin: auto;
}

.msv-login-social-account-container
  .msv-login-social-accounts
  .msv-login-social-button:hover {
  transform: scale(1.2);
}

.msv-login-social-account-container
  .msv-login-social-accounts
  .msv-login-social-button:active {
  transform: scale(0.9);
}

/* Phần Nạp - Rút đào */
.mdv-dao-transaction-container {
  margin-top: 20px;
  margin-bottom: 15px;
}

.mdv-dao-transaction-container .msv-login-title {
  display: block;
  text-align: center;
  font-size: 10px;
  color: rgb(170, 170, 170);
  margin-bottom: 10px;
}

.mdv-dao-transaction-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.mdv-dao-transaction-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mdv-dao-btn-nap {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: 2px solid transparent;
}

.mdv-dao-btn-nap:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
  color: white;
}

.mdv-dao-btn-rut {
  background: linear-gradient(135deg, #FF9800, #F57C00);
  color: white;
  border: 2px solid transparent;
}

.mdv-dao-btn-rut:hover {
  background: linear-gradient(135deg, #F57C00, #E65100);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
  color: white;
}

.mdv-dao-transaction-btn i {
  font-size: 1rem;
}

@media (max-width: 480px) {
  .mdv-dao-transaction-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .mdv-dao-transaction-btn {
    width: 100%;
    max-width: 200px;
  }
}

.msv-login-agreement {
  display: block;
  text-align: center;
  margin-top: 15px;
}

/* Telegram Support Styles */
.mdv-telegram-support-item {
  background: linear-gradient(135deg, #0088cc, #006699);
  color: white !important;
  border-radius: 10px;
  padding: 15px;
  border-left: 4px solid #00aaff;
}

.mdv-telegram-support-item .mdv-donate-dao-page-item-content-note-title {
  color: #ffffff !important;
  font-weight: 600;
}

.mdv-telegram-link {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.mdv-telegram-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
  text-decoration: none;
}

.mdv-rut-dao-new-notice .mdv-telegram-link {
  color: #0088cc !important;
  background: rgba(0, 136, 204, 0.1);
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
}

.mdv-rut-dao-new-notice .mdv-telegram-link:hover {
  color: #006699 !important;
  background: rgba(0, 136, 204, 0.2);
  text-decoration: none;
}

/* OAuth Login Buttons - Compact Row Layout */
.msv-oauth-login-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.btn-zalo {
  background: linear-gradient(135deg, #0068ff, #0052cc);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 120px;
  position: relative;
  overflow: hidden;
  height: 35px;
}

.btn-zalo:hover {
  background: linear-gradient(135deg, #0052cc, #003d99);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 104, 255, 0.3);
}

.btn-zalo:active {
  transform: translateY(0);
}

.zalo-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zalo-icon svg {
  width: 100%;
  height: 100%;
}

/* Responsive OAuth Buttons */
@media (max-width: 768px) {
  .msv-oauth-login-container {
    flex-direction: column;
    gap: 8px;
  }
  
  .btn-zalo,
  .msv-social-button-login .btn-google {
    font-size: 0.8rem;
    min-width: 120px;
  }
  
  .btn-zalo {
    padding: 8px 16px;
  }
  
  .msv-social-button-login .btn-google {
    padding: 8px 36px 8px 14px;
  }
}

/* Hover effects for Google button */
.msv-social-button-login .btn-google:hover {
  background-color: #d73e47;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}

.msv-login-agreement a {
  text-decoration: none;
  color: #0099ff !important;
  font-size: 1rem;
  font-weight: var(--title-weight);
  cursor: pointer;
  transition: all 0.3s ease;
}
.login-swiper-bg {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.msv-login-banner {
  box-shadow: rgb(74, 108, 145) 0px 20px 30px -10px;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid var(--background-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.msv-social-button-login .btn-google {
  width: auto;
  min-width: 120px;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 8px 40px 8px 16px;
  background-color: #f43138;
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  gap: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  transition: all 0.3s ease;
  filter: brightness(1);
  margin: 0;
  font-family: "Open Sans";
  cursor: pointer;
  height: 35px;
}
.msv-social-button-login .btn-google .google-icon {
  background-color: #fff;
  display: grid;
  position: absolute;
  right: 0;
  place-items: center;
  width: 32px;
  height: 100%;
  border-radius: 50%;
  filter: brightness(1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
}
.zalo-icon-box-dn {
  background-color: #fff;
  display: grid;
  position: absolute;
  left: 0;
  place-items: center;
  border-radius: 50%;
  filter: brightness(1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
}

.msv-social-button-login .btn-google span svg {
 
  filter: drop-shadow(0 0 3px rgba(66, 133, 244, 0.6));
}
.mdv-dang-nhap {
  padding-bottom: 100px;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.bg-login-img {
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mdv-dang-nhap .container {
  position: relative;
  z-index: 3;
}
.msv-login-heading {
  text-transform: uppercase;
  color: var(--second-main-color);
  font-family: var(--title-font);
}
/* Styling for the "Remember Me" checkbox */
.msv-login-form .remember-me-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.msv-login-form input[type="checkbox"] {
  accent-color: #ff66a3; /* Change the checkbox color to a pink shade */
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.msv-login-form label {
  font-size: 14px;
  color: #555;
  margin-left: 8px;
}

.msv-login-form .remember-me-container label {
  font-size: 15px;
  color: #ff66a3; /* Pinkish color for the text */
  font-weight: var(--title-weight);
}

/* Add some spacing and make the checkbox look better */
.msv-login-form input[type="checkbox"]:hover {
  transform: scale(1.1); /* Enlarge slightly on hover */
}

.msv-login-form input[type="checkbox"]:checked {
  box-shadow: 0 0 10px #ff66a3; /* Add a glow effect when checked */
}

/* check box start */
/* From Uiverse.io by vishnupprajapat */
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0) translateY(2px);
  font-family: var(--title-font);
  -webkit-transform: translate3d(0, 0, 0) translateY(2px);
  -moz-transform: translate3d(0, 0, 0) translateY(2px);
  -ms-transform: translate3d(0, 0, 0) translateY(2px);
  -o-transform: translate3d(0, 0, 0) translateY(2px);
}
.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506eec;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}
.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #506eec;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #506eec;
  border-color: #506eec;
  animation: wave-46 0.4s ease;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

/* check box end */
/* trang đăng nhập end */

/* trang đăng ký start */
.mdv-register {
  padding-bottom: 100px;
}
.mdv-register .container {
  position: relative;
  z-index: 5;
}
.thong-bao-text {
  color: var(--second-text-color);
  font-size: 0.9rem;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
  font-style: italic;
  display: none;
}
.thong-bao-text.active {
  display: flex;
}
.mdv-username-input.success,
.msv-login-input.success {
  border-color: #198754;
}
.mdv-username-input.error,
.msv-login-input.error {
  border-color: #dc3545;
}
.msv-login-login-button:disabled {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: no-drop;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* trang đăng ký end */

/* trang profile start */
.mdv-profile-box-title {
  text-transform: uppercase;
  font-size: clamp(1.3rem, 1.2385rem + 0.3077vw, 1.5rem);
  text-transform: uppercase;
  font-family: lato-black;
  color: var(--second-main-color);
}
.mdv-profile-sidebar-avatar-image {
  overflow: hidden;
  --bs-aspect-ratio: 105%;
  max-width: 100px;
  margin: 0 auto;
}
.mdv-profile-sidebar-avatar-image a,
.mdv-profile-sidebar-avatar-image .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mdv-profile-sidebar-avatar-image .avatar {
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mdv-profile-sidebar-avatar-image .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.mdv-profile-sidebar-name {
  font-family: var(--title-font);
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
  text-transform: capitalize;
}
.mdv-profile {
  padding-bottom: 100px;
}
/* sidebar pc */
.mdv-profile-sidebar-box {
  position: sticky;
  top: 0px;
}
.mdv-profile-sidebar-box .list-group-item {
  cursor: pointer;
}
.mdv-profile-sidebar-box .list-group-item-title {
  /* background-color: #fbda61;
  background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%); */
  color: var(--text-color);
  /* border: none; */
  font-size: 1.1rem;
  font-family: var(--title-font);
}
.mdv-profile-sidebar-box .list-group-item-title.active {
  color: var(--background-color);
}
.icon-sidebar-img {
  width: 20px;
  height: auto;
  object-fit: contain;
}
.mdv-profile-sidebar-box .sidebar-text {
  font-size: clamp(0.9rem, 0.5952rem + 0.4762vw, 1rem);
  font-family: var(--medium-font);
}
.mdv-profile-sidebar-box .list-group-item.active {
  /* color: var(--text-color); */
  border-color: transparent;
  background-color: #ffb1b1;
  background-image: linear-gradient(90deg, #ffb1b1 0%, #ffeae3 100%);
}
.mdv-profile-sidebar-box .list-group {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
/* sidebar pc end */
.padding-bottom {
  padding-bottom: 100px;
}
.mdv-profile-content-information {
  /* box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.mdv-profile-content-information-item-card-info {
  font-size: 0.9rem;
}
.item-card-info-title i {
  font-size: 0.6rem;
}
.mdv-profile-content-information-item-card-info a {
  color: #0099ff;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.mdv-profile-content-information-item-card-info a:hover {
  color: var(--second-main-color);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.item-card-info-title {
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--medium-font);
}
.mdv-profile-content-information-item-card-info img {
  width: 12px;
  height: auto;
  object-fit: contain;
}
.item-card-info-title-right {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-family: var(--medium-font);
}
.ve-quang-ba-icon {
  color: var(--second-main-color);
}
.mdv-profile-content-change-info {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.mdv-profile-content-change-info-tdyt-box-title {
  /* background-color: var(--second-background-color); */
  color: var(--second-main-color);
  text-transform: uppercase;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: lato-black;
  display: inline-flex;
  padding: 8px 10px;
  padding-right: 50px;

  z-index: 1;
}
.mdv-profile-content-change-info-tdyt-box-title-bg {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--second-background-color);
  z-index: -1;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
.mdv-profile-content-change-info-tdyt-content .form-control {
  background-color: rgba(249, 249, 249, 1);
  resize: none;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.mdv-profile-content-change-info-tdyt-content .form-input-text {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100%;
}
.mdv-profile-user-top-avatar-box {
  position: relative;
  margin-top: -40px;
}
.mdv-profile-user-top-avatar {
  overflow: hidden;
  --bs-aspect-ratio: 105%;
  max-width: 80px;
  margin: 0 auto;
}
.mdv-profile-user-top-avatar .avatar,
.mdv-profile-user-top-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mdv-profile-user-top-avatar .avatar {
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mdv-profile-user-top-avatar .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.mdv-profile-user-top {
  background-color: #ffb1b1;
  background-image: linear-gradient(45deg, #ffb1b1 0%, #ffcbcb 100%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.btn-tai-avatar {
  border: none;
  font-size: 0.8rem;
  background-color: rgba(68, 68, 68, 1);
  font-family: var(--medium-font);
  padding: 2px 10px;
  color: var(--background-color);
}
.btn-tai-avatar:hover,
.btn-tai-anh-bia:hover {
  background-color: var(--second-text-color);
  color: var(--background-color);
}
.btn-tai-anh-bia {
  border: none;
  font-size: 0.8rem;
  background-color: rgba(116, 163, 5, 1);
  font-family: var(--medium-font);
  padding: 2px 10px;
  color: var(--background-color);
}
.btn-tai-cai-dat {
  background-color: var(--background-color);
  color: var(--text-color);
  font-size: 0.7rem;
  padding: 2px 5px;
}
.mdv-profile-user-top-avatar-button-box {
  z-index: 5;
}
.mdv-profile-user-top-cover-art {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.mdv-profile-user {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: var(--background-color);
  margin-top: 30px;
}
.mdv-profile-user-bottom-name {
  font-family: lato-black;
  text-transform: capitalize;
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
}
.mdv-profile-user-bottom-rank img {
  width: 180px;
  height: auto;
  margin: 0 auto;
}
.rainbow-text {
  color: var(--second-text-color) !important;
}
/* .rainbow-text {
  position: relative;
  color: #000;
  background: #fff;
  mix-blend-mode: multiply;
  overflow: hidden;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 2px 4px 6px;
  margin: -2px -4px -6px;
}

.rainbow-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  background: white
    repeating-linear-gradient(
      90deg,
      #14ffe9 0%,
      #ffc800 16.66666%,
      #ff00e0 33.33333%,
      #14ffe9 50%
    );
  mix-blend-mode: screen;
  pointer-events: none;
  animation: move 1s linear infinite;
} */

@keyframes move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50%);
  }
}

@supports not (mix-blend-mode: multiply) {
  .rainbow-text {
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    background: white
      repeating-linear-gradient(90deg, #14ffe9, #ffc800, #ff00e0, #14ffe9);
    text-shadow: none;
  }

  .rainbow-text::before {
    content: none;
  }
}
.mdv-profile-user-info-table tr td {
  padding: 5px 10px;
  font-size: 0.9rem;
}
.mdv-profile-user-info-table tr td:nth-child(1) {
  font-family: var(--title-font);
}
.mdv-profile-user-info-table tr td:nth-child(2) {
  color: var(--second-main-color);
  font-family: lato-black;
}
.mdv-profile-user-bottom-logs {
  border-top: 1px solid rgba(230, 230, 230, 1);
}
.mdv-profile-user-bottom-logs a {
  color: #2078f4;
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.mdv-profile-user-bottom-logs a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-gear-profile {
  position: fixed;
  right: 10px;
  top: 15%;
  z-index: 100;
  background-color: var(--second-background-color);
  padding: 5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn-gear-profile img {
  width: 40px;
  height: auto;
}
.mdv-profile-canvas.offcanvas-end {
  max-width: 80%;
}
.mdv-profile-canvas .offcanvas-header {
  /* background-color: #fbda61;
  background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%); */
  background-color: var(--main-color);
}
.mdv-profile-canvas .offcanvasRightLabel a {
  font-size: 1.3rem;
  font-family: var(--title-font);
  color: var(--background-color);
}
.mdv-profile-canvas-content-ul li:nth-child(1) a i {
  color: #f5365c;
}
.mdv-profile-canvas-content-ul li:nth-child(2) a i {
  color: #f3a4b5;
}
.mdv-profile-canvas-content-ul li:nth-child(3) a i {
  color: #fb6340;
}
.mdv-profile-canvas-content-ul li:nth-child(4) a i {
  color: #61c0bf;
}
.mdv-profile-canvas-content-ul li:nth-child(5) a i {
  color: #fc5185;
}
.mdv-profile-canvas-content-ul li:nth-child(6) a i {
  color: #121481;
}
.mdv-profile-canvas-content-ul li:nth-child(7) a i {
  color: #6c48c5;
}
.mdv-profile-canvas-content-ul li:nth-child(8) a i {
  color: #ffc6c6;
}
.mdv-profile-canvas-content-ul li:nth-child(9) a i {
  color: #ff0000;
}
.mdv-profile-canvas-content-ul li:nth-child(10) a i {
  color: #ffa62f;
}
.mdv-profile-canvas-content-ul li:nth-child(11) a i {
  color: #a87676;
}
.mdv-profile-canvas-content-ul li a {
  font-size: clamp(1.2rem, 0.894rem + 0.4776vw, 1.3rem);
  color: var(--text-color);
}
.mdv-profile-canvas-content-ul li a img {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mdv-profile-canvas-content-ul li a i {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.mdv-profile-canvas-content-a {
  display: flex;
  padding: 8px 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mdv-profile-canvas-content-a.active {
  font-family: var(--title-font);
  color: var(--background-color);
  /* background-color: #fee140;
  background-image: linear-gradient(90deg, #fee140 0%, #fa709a 100%); */
  background-color: var(--second-main-color);
}
.mdv-profile-canvas-content-a.active i {
  color: var(--background-color) !important;
}
.comment-content-hiep {
  background-color: rgba(249, 249, 249, 1);
  resize: none;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.icon-profile-img {
  width: 19px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.icon-ve-quang-ba {
  min-width: 13px;
  max-width: 13px;
  height: auto;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
/* trang profile end */

/* trang donate đào start */
.icon-dao-donate-img {
  width: 40px;
  height: auto;
}
.mdv-donate-dao-page-item-title span {
  font-family: lato-black;
  color: var(--second-main-color);
  text-transform: uppercase;
  font-size: clamp(1.5rem, -0.0299rem + 2.3881vw, 2rem);
}
.mdv-donate-dao-page-item-content {
  background-color: var(--background-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.mdv-donate-dao-page-subitem-number {
  margin: 0 auto;
  max-width: 170px;
  border: 2px solid rgba(252, 172, 163, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: lato-black;
  color: var(--second-main-color);
  font-size: clamp(1.2rem, 0.2821rem + 1.4328vw, 1.5rem);
}
.icon-dao-img {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
.icon-hat-img {
  width: 35px;
  height: auto;
  margin: 0 auto;
}
.icon-hoa-img {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
.mdv-donate-dao-page-subitem-title {
  font-family: var(--title-font);
  font-size: clamp(0.85rem, 0.391rem + 0.7164vw, 1rem);
}
.mdv-donate-dao-page-subitem .form-control {
  border-color: var(--second-main-color);
}
.mdv-donate-dao-page-subitem .btn-mdv-button-1 {
  font-size: clamp(0.85rem, 0.391rem + 0.7164vw, 1rem);
}
.note-donate-icon {
  width: 20px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.mdv-donate-dao-page-item-content-note-title {
  font-family: var(--title-font);
  color: var(--second-main-color);
  text-transform: capitalize;
  font-size: clamp(1.05rem, 0.591rem + 0.7164vw, 1.2rem);
  min-width: 70px;
}
.mdv-donate-dao-page-item-content-note-ul
  .mdv-donate-dao-page-item-content-note-item:nth-child(2)
  .mdv-donate-dao-page-item-content-note-title {
  color: #654520;
}
.mdv-donate-dao-page-item-content-note-ul
  .mdv-donate-dao-page-item-content-note-item:nth-child(3)
  .mdv-donate-dao-page-item-content-note-title {
  color: #ffb1b1;
}

/* modal qr start */
/* Custom CSS to match the modal design */
.modal-mdv {
  max-width: 600px;
  border-radius: 15px;
  background-color: #fdf1ec;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.modal-mdv .modal-title {
  font-size: 18px;
  font-weight: var(--title-weight);
  margin-bottom: 20px;
  font-family: var(--title-font);
}
.modal-mdv img {
  max-width: 200px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.modal-mdv p {
  font-size: 14px;
  margin: 5px 0;
}
.modal-mdv .time {
  font-size: 24px;
  font-weight: var(--title-weight);
  margin: 10px 0;
}
.modal-mdv .highlight {
  color: #e74c3c; /* Red color */
}
.modal-mdv .description {
  font-size: 12px;
  color: #555;
}
.btn-mdv-button-1 {
  background-color: #007bff; /* Customize button color */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.btn-mdv-button-1:hover {
  background-color: #0056b3;
}
.qr-code-chuyen-tien-img {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
/* modal qr end */

/* trang donate đào end */

/* trang đăng truyện start */
/* Overall styling */
.post-story-form {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Labels */
.post-story-form .form-label {
  font-weight: var(--title-weight);
  margin-bottom: 0.5rem;
}

/* Input and textarea */
.post-story-form .form-control {
  border-radius: 0.25rem;
  box-shadow: none;
}

/* Buttons */

.post-story-form .btn {
  /* min-width: 100px; */
  border-radius: 0.25rem;
}

.post-story-form .btn-primary {
  background-color: #ff6961;
  border-color: #ff6961;
}

.post-story-form .btn-outline-secondary {
  color: #ff6961;
  border-color: #ff6961;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

.post-story-form .btn-outline-secondary:hover {
  background-color: #ff6961;
  color: #fff;
}

/* Input group */
.input-group {
  display: flex;
}

.input-group .form-select {
  flex: 1;
}

.input-group .btn {
  flex-shrink: 0;
}

/* Form Text */
.form-text {
  font-size: 0.875rem;
  color: #ff6961;
}

.btn-dang-truyen-tiep-tuc {
  min-width: 200px;
}
.post-story-form h3 {
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--text-color);
  font-size: clamp(1.4rem, 1.2154rem + 0.9231vw, 2rem);
}
.post-story-form-thong-bao i {
  font-size: 1.5rem;
}
.post-story-form-thong-bao {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.post-story-form-thong-bao a {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-story-form-thong-bao a:hover {
  color: #007bff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.editor-box .ql-editor {
  min-height: 400px;
  max-height: 400px;
  overflow: auto;
}
.text-color-main {
  color: var(--second-main-color);
}
#thongBaoLoaiTruyen {
  color: #399918;
  display: none;
}
.col-select2 .select2-container,
.col-select2 .selection {
  height: 100% !important;
}
.col-select2 .select2-container--default .select2-selection--multiple {
  border-color: #ced4da;
  height: 100%;
  /* border-right: none; */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* Phong cách Select2 và button */
.col-select2 .select2-container .select2-selection--multiple {
  /* border: 1px solid #fbc3d6; */
  border-radius: 4px;
  /* background-color: #fef7fb; */
  min-height: 38px;
  color: var(--main-color);
  font-size: 14px;
  padding: 6px 12px;
}

.col-select2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-image: linear-gradient(
    45deg,
    #ff9a9e 0%,
    #fad0c4 99%,
    #fad0c4 100%
  );
  color: #fff;
  border-color: #fbc3d6;
}

.col-select2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
  border-color: #fbc3d6;
}
.col-select2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: var(--second-text-color);
}
.col-select2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  /* background-color: #e89aa3; */
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

.col-select2 .select2-dropdown {
  background-color: #fef7fb;
  color: var(--main-color);
}

.col-select2 .select2-results__option--highlighted {
  background-color: #fbc3d6;
  color: white;
}

.col-select2 .btn-outline-secondary {
  border-color: #fbc3d6;
  color: var(--main-color);
}

.col-select2 .btn-outline-secondary:hover {
  background-color: #fbc3d6;
  color: #fff;
}

.col-select2 .select2-search__field {
  border-radius: 4px;
  border: 1px solid #fbc3d6;
  color: var(--main-color);
  padding: 6px 12px;
}
.col-select2
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 2px;
}

.col-select2 .select2-container--default .select2-selection--single {
  border-color: #ced4da;
  height: 100%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.col-select2 .select2-container--default .select2-selection--single {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* form thông báo không đủ quyền đăng truyện start */
/* Wrapper của form */
.form-thong-bao-duyet-truyen-wrapper {
  background-color: #ffe4e1; /* Màu hồng đào nhẹ */
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Nội dung chính */
.form-thong-bao-duyet-truyen-content {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ffc1cc;
  padding: 30px;
}

/* Tiêu đề */
.form-thong-bao-duyet-truyen-title {
  font-size: 22px;
  font-weight: var(--title-weight);
  color: #ff69b4;
}

/* Thông báo chính */
.form-thong-bao-duyet-truyen-message {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Điều khoản */
.form-thong-bao-duyet-truyen-terms {
  background-color: #fff5f7;
  border: 1px dashed #ffb6c1;
  border-radius: 8px;
  font-size: 14px;
  color: #444;
  text-align: left;
}

.form-thong-bao-duyet-truyen-terms h5 {
  font-size: 18px;
  font-weight: var(--title-weight);
  color: #ff69b4;
}

.form-thong-bao-duyet-truyen-terms ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Nút hành động */
.form-thong-bao-duyet-truyen-btn {
  background-color: #ff8fa0;
  color: #fff;
  font-size: 16px;
  /* font-weight: var(--title-weight); */
  font-family: var(--title-font);
  border-radius: 5px;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}

.form-thong-bao-duyet-truyen-btn:hover {
  background-color: #ff6882;
  text-decoration: none;
  transform: translateY(-3px);
}

/* form thông báo không đủ quyền đăng truyện end */
.theLoai-control-box {
  border: 1px solid #ced4da;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.theLoai-control,
.theLoai-control-phu {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border: none;
}
.theLoai-control-label,
.theLoai-control-label-phu {
  height: 100%;
  padding: 5px;
  color: #ced4da;
  font-size: 0.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.theLoai-control-label i,
.theLoai-control-label-phu i {
  animation: rotate 1s linear infinite;
  -webkit-animation: rotate 1s linear infinite;
}
.rotate {
  animation: rotate 1s linear infinite;
  -webkit-animation: rotate 1s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.the-loai-chinh-show-item,
.the-loai-phu-show-item {
  font-size: 0.8rem;
  border: 1px solid var(--second-main-color);
  color: var(--second-main-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.the-loai-chinh-show-item:hover,
.the-loai-phu-show-item:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.danh-sach-the-loai-chinh-box,
.danh-sach-the-loai-phu-box {
  position: absolute;
  z-index: 3;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  height: auto;
  background-color: var(--background-color);
  border: 1px solid #ced4da;
  opacity: 0;
  visibility: hidden;
}
.danh-sach-the-loai-chinh-ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.danh-sach-the-loai-chinh-li,
.danh-sach-the-loai-phu-li {
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.danh-sach-the-loai-chinh-li:hover,
.danh-sach-the-loai-phu-li:hover {
  background-color: #ced4da;
  color: var(--text-color);
}
.danh-sach-the-loai-chinh-li:last-of-type,
.danh-sach-the-loai-phu-li:last-of-type {
  border-bottom: none;
}
.danh-sach-the-loai-chinh-text,
.danh-sach-the-loai-phu-text {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  color: var(--text-color);
  font-family: var(--title-font);
}
.danh-sach-the-loai-chinh-box-number,
.danh-sach-the-loai-phu-box-number {
  padding: 3px 5px;
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
  background-color: var(--hiep-color);
  color: var(--background-color);
}

.danh-sach-the-loai-chinh-box {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.theLoai-control-label,
.theLoai-control-label-phu {
  display: none;
  transition: opacity 0.3s ease;
}

.theLoai-control-label.fade-in,
.theLoai-control-label-phu.fade-in {
  display: block;
  opacity: 1;
}

.tacGia-control {
  padding: 10px 10px;
}
.the-loai-chinh-check-box-input {
  display: none;
}
.the-loai-chinh-check-box {
  font-size: 0.8rem;
  border: 1px solid var(--second-main-color);
  color: var(--second-main-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  /* text-transform: capitalize; */
}
.the-loai-chinh-check-box-input:checked ~ .the-loai-chinh-check-box {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
/* trang đăng truyện end */

/*  trang quản lý truyện start */
/* Sidebar icon styles */
.icon-sidebar-img {
  width: 20px;
  height: 20px;
}

/* Story Tabs */
.story-tabs .nav-link {
  font-size: 0.8rem !important;
  display: flex;
  align-items: center;
  background-color: var(--hiep-color);
  color: var(--background-color);
  border: none;
}

.story-tabs .nav-link i {
  margin-right: 5px;
}

.story-tabs .badge {
  margin-left: 5px;
}

/* Search Container */
.search-container input {
  max-width: 200px;
}

/* Story List Table */

.search-container input {
  max-width: 200px;
}

.filters .form-select {
  min-width: 130px;
  max-width: 150px;
}

.manager-story-section-content .manager-story-section-content-title {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  text-transform: uppercase;
}
.manager-story-section-content .nav-tabs .nav-link.active {
  /* background-color: #ffb1b1;
    background-image: linear-gradient(90deg, #ffb1b1 0%, #ffeae3 100%);  */
  border: none;

  /* background-color: var(--second-main-color);
  color: var(--background-color);
  font-family: var(--title-font); */
}
.manager-story-section-content .nav-link .badge.bg-danger {
  background-color: var(--second-main-color) !important;
}
.story-tabs .nav-link {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.story-header {
  background-color: var(--second-background-color);
}
.story-header h5 {
  font-family: var(--title-font);
  color: var(--main-color);
  font-size: clamp(0.9rem, 0.8077rem + 0.4615vw, 1.2rem);
}
.search-container-btn {
  background-color: #ff9a8b;
  background-image: linear-gradient(
    90deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  color: var(--background-color);
  font-family: var(--title-font);
}
.search-container-btn:hover {
  background-image: none;
  background-color: var(--text-color);
  color: var(--background-color);
}
.story-list-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-width: 40px;
  max-width: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.story-list-item-image a,
.story-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-list-title {
  background-color: var(--second-background-color);
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: clamp(1.05rem, 1.0038rem + 0.2308vw, 1.2rem);
}
.story-list-item-content-top-name {
  text-transform: uppercase;
  /* font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem); */
  /* font-size: 0.8rem; */
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  font-family: var(--title-font);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.story-list-item-content-bottom-thong-bao {
  font-size: 0.85rem;
}
.story-list-item-content-top-name:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.story-list-item-content-bottom-button {
  padding: 5px !important;
  font-size: 0.7rem;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
}
.story-list-item-tool-box .btn.btn-secondary {
  background-color: var(--second-main-color);
  border-color: var(--second-main-color);
  font-size: 0.8rem;
  padding: 5px 10px;
}
.story-list-item-tool-box .dropdown-menu {
  background-color: var(--background-color);
  color: var(--text-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.story-list-item-tool-box .dropdown-item {
  color: var(--text-color);
  font-size: 0.9rem;
  text-transform: capitalize;
  font-family: var(--medium-font);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.story-list-item-tool-box .dropdown-item:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.story-list-item-tool-box .dropdown-item:hover.text-danger {
  color: var(--background-color) !important;
}

.story-list-item-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.story-list-item-list-box {
  display: flex;
  flex-direction: column;
}
.story-list-item-list-box .story-list-item-list:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.story-list-item-list-box .story-list-item-list:last-of-type {
  border-bottom: none;
}
.story-list {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.manager-story-section-content {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.story-header-box-border {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
}
.story-header-left small {
  font-style: italic;
}
.btn-xin-quyen-quan-ly {
  font-size: 0.8rem;
  background-color: #fbda61;
  background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%);
  color: var(--background-color);
  border: none !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.btn-xin-quyen-quan-ly:hover {
  background-image: none;
  background-color: var(--second-text-color);
  color: var(--background-color);
}
.story-list-item-content-top-author-name a {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}
.story-list-item-content-top-author-avatar {
  overflow: hidden;
  max-width: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.story-list-item-content-top-author-avatar a,
.story-list-item-content-top-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* form xin quyền quản lý */
.days-remaining-notification {
  background-color: var(--second-background-color);
  border: 1px solid var(--main-color);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  color: #c2185b;
  font-family: "Arial", sans-serif;
  margin-top: 20px;
}
.days-remaining-notification .icon-wrapper {
  font-size: 40px;
  color: #d81b60;
  margin-bottom: 10px;
}
.days-remaining-notification .notification-title {
  font-size: 18px;
  font-weight: var(--title-weight);
  margin-bottom: 10px;
}
.days-remaining-notification .notification-text {
  font-size: 16px;
  color: #880e4f;
}

/* form đăng ký quản lý start */
.exclusive-management-registration-form {
  background-color: var(--second-background-color);
  border: 1px solid var(--main-color);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 20px auto;
}
.exclusive-management-registration-form .form-title {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  color: #d81b60;
  font-weight: var(--title-weight);
  margin-bottom: 10px;
}
.exclusive-management-registration-form .form-label {
  font-size: 16px;
  color: #880e4f;
  margin-bottom: 8px;
}
.exclusive-management-registration-form .exclusive-textarea {
  border: 1px solid var(--main-color);
  border-radius: 6px;
  padding: 10px;
  transition: all 0.3s;
}
.exclusive-management-registration-form .exclusive-textarea:focus {
  border-color: #d81b60;
  box-shadow: 0 0 5px rgba(216, 27, 96, 0.5);
}
.exclusive-management-registration-form .form-check-input {
  accent-color: #d81b60;
}
.exclusive-management-registration-form .exclusive-link {
  color: #d81b60;
  text-decoration: underline;
}
.exclusive-management-registration-form .exclusive-link:hover {
  color: #ad1457;
  text-decoration: none;
}
.exclusive-management-registration-form .btn-exclusive-submit {
  background-color: #d81b60;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  transition: all 0.3s;
}
.exclusive-management-registration-form .btn-exclusive-submit:hover {
  background-color: #ad1457;
}
/* form đăng ký quản lý end */

/* tab yc chờ duyệt start */

.mdv-duyet-truyen-yc-duyet-container {
  /* max-width: 1200px; */
  /* margin: 20px auto; */
  background-color: #fff;
  border-radius: 8px;
  /* padding: 20px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.mdv-duyet-truyen-yc-duyet-title {
  color: var(--second-main-color);
  font-weight: var(--title-weight);
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 1.1385rem + 0.3077vw, 1.4rem);
}

.mdv-duyet-truyen-yc-duyet-table {
  min-width: 100%;
  border-collapse: collapse;
  width: max-content;
  font-size: 0.8rem;
}

.mdv-duyet-truyen-yc-duyet-table th,
.mdv-duyet-truyen-yc-duyet-table td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  max-width: 250px;
}

.mdv-duyet-truyen-yc-duyet-table thead th {
  background-color: var(--main-color);
  color: #fff;
  font-weight: var(--title-weight);
}

.mdv-duyet-truyen-yc-duyet-table tbody tr:hover {
  background-color: #f8f9fa;
}

.mdv-duyet-truyen-yc-duyet-table img {
  /* border-radius: 50%; */
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.mdv-duyet-truyen-yc-duyet-table .btn {
  border-radius: 20px;
  font-size: 14px;
  padding: 5px 15px;
}

.mdv-duyet-truyen-yc-duyet-btn-approve {
  background-color: #e91e63;
  color: #fff;
  border: none;
  font-size: 0.7rem !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.mdv-duyet-truyen-yc-duyet-btn-approve:hover {
  background-color: #d81b60;
}

.mdv-duyet-truyen-yc-duyet-btn-check-author {
  color: #5c6bc0;
  background-color: #e8eaf6;
  border: none;
}
.hinh-cho-duyet-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-width: 50px;
  max-width: 50px;
}
.hinh-cho-duyet-image a,
.hinh-cho-duyet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ten-truyen-cho-duyet {
  color: var(--text-color);
}
.cho-duyet-dsc {
  background-color: #a6a6a6;
  color: var(--text-color);
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
/* tab yc chờ duyệt end */

.story-list-item-hoan-thanh {
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #20c997;
  color: var(--background-color);
  font-size: 0.6rem;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
  padding: 0 5px;
}
.ql-truyen-tim-kim-wrapper {
  display: none;
  flex-direction: column;
}

.ql-truyen-tim-kim-wrapper {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.ql-truyen-tim-kim-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
}

.ql-truyen-tim-kim-wrapper.visible {
  opacity: 1;
  visibility: visible;
}

.spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

/* TAB TẠM NGƯNG START */
.btn-xin-quyen-qly-button {
  font-size: 0.8rem !important;
}
/* TAB TẠM NGƯNG END */

/* TAB NHẬT KÝ START */
.nhat-ky-info-alert {
  font-size: clamp(14px, 1.5vw, 16px);
  display: flex;
  align-items: center;
  gap: 8px;
}
.nhat-ky-info-alert a {
  color: var(--second-text-color);
  font-family: var(--title-font);
}

.nhat-ky-table {
  font-size: clamp(12px, 1.2vw, 14px);
  text-align: center;
  color: #333;
  min-width: 100%;
  width: max-content;
}

.nhat-ky-table th {
  background-color: #f8f9fa;
  font-weight: var(--title-weight);
  font-size: clamp(14px, 1.5vw, 16px);
}

.nhat-ky-table td {
  vertical-align: middle;
}

.nhat-ky-user {
  /* display: flex;
  align-items: center;
  gap: 10px; */
}

.nhat-ky-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ddd;
  object-fit: cover;
}

.nhat-ky-user-name {
  font-family: var(--title-font);
  font-size: clamp(14px, 1.5vw, 16px);
  color: var(--text-color);
}

.text-pink-mod {
  color: #ff66b3;
}

.nhat-ky-time {
  color: #6c757d;
  font-size: clamp(12px, 1.2vw, 14px);
}

/* TAB NHẬT KÝ END */

/* trang quản lý truyện end */

/* trang danh sách chương start */
.chapter-list-section {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cover-container {
  max-width: 200px;
  margin: 0 auto;
}

.btn-upload-cover {
  background-color: #ff6961;
  border-color: #ff6961;
  color: #fff;
}

.story-info {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  color: #333;
}
.story-info a {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.story-info a:hover {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.request-approval {
  color: #ff6961;
  font-size: 1rem;
}
.function-buttons {
  position: relative;
}
.function-buttons::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: radial-gradient(
    circle 817.6px at 10% 20%,
    rgba(178, 34, 34, 1) 0%,
    rgba(255, 87, 51, 1) 41.9%,
    rgba(255, 165, 0, 1) 100.2%
  );
  bottom: 0;
  left: 0;
}
.function-buttons .btn {
  border-radius: 0.25rem;
}

.add-chapter .btn-add-chapter {
  background-color: #ff6961;
  border-color: #ff6961;
  color: #fff;
  font-size: 1.25rem;
}

.chapter-item-list {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.chapter-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.chapter-item.nhap {
  opacity: 0.7;
}
.chapter-item-list .chapter-item:last-of-type {
  border-bottom: none;
}
.chapter-item .btn-outline-danger {
  border-color: #ff6961;
  color: #ff6961;
}

.chapter-item .btn-outline-secondary {
  border-color: #ccc;
  font-size: 0.8rem;
}

.chapter-item img {
  border-radius: 50%;
}
.comic-image-box {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
}
.comic-image-box a,
.comic-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.btn-upload-cover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: clamp(0.83rem, 0.7777rem + 0.2615vw, 1rem);
  background-color: rgba(255, 122, 122, 1);
  background-image: linear-gradient(
    62deg,
    rgba(255, 122, 122, 1) 0%,
    rgba(255, 207, 207, 1) 100%
  );
  font-family: var(--title-font);
  color: var(--background-color);
}
.btn-upload-cover:hover {
  background-image: none;
  background-color: #007bff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cover-container {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.manage-title-text {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
}
.manager-comic-name-text {
  font-family: var(--title-font);
  color: var(--second-main-color);
  font-size: clamp(1.35rem, 1.2115rem + 0.6923vw, 1.8rem);
  text-transform: capitalize;
}
.story-info i {
  background: -webkit-linear-gradient(
    rgba(255, 122, 122, 1),
    rgba(255, 207, 207, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.request-approval:hover {
  color: #007bff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.function-buttons-box {
  /* border: 1px solid rgba(219, 219, 219, 1); */
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 4px 0px inset;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.btn-mdv-button-tool {
  /* border: 1px solid var(--second-main-color); */

  /* font-family: var(--title-font); */
  font-family: var(--normal-font);
  text-transform: capitalize;
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  border-left: none;
}
.btn-mdv-button-tool:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.btn-mdv-button-tool.active {
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.function-buttons-top .btn-mdv-button-tool:first-of-type,
.function-buttons-bottom .btn-mdv-button-tool:first-of-type {
  border-left: 1px solid var(--second-main-color);
}
.chapter-number {
  background-color: var(--text-color);
  color: var(--background-color);
  font-size: 0.6rem;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.btn-add-chapter {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem) !important;
}
.chapter-item img {
  object-fit: cover;
}
.dropdown-menu-edit-chuong {
  background-color: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  min-width: 150px;
  width: max-content;
  overflow: hidden;
}
.dropdown-menu-edit-chuong .dropdown-item {
  color: var(--text-color);
  font-family: var(--title-font);
}
.dropdown-menu-edit-chuong .dropdown-item:hover {
  background-color: #f8f9fa;
}
.dropdown-menu-edit-chuong li:nth-child(1) .dropdown-item {
  color: #007bff;
}
.dropdown-menu-edit-chuong li:nth-child(2) .dropdown-item {
  color: var(--second-text-color);
}
.btn-edit-chapter {
  font-size: 0.8rem;
  padding: 3px 10px !important;
}
.btn-edit-chapter:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.chapter-item-chapter-name {
  font-size: 0.9rem;
  font-family: var(--medium-font);
  color: var(--text-color);
}
.chapter-item-chapter-name:hover {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.chapter-item-stt {
  min-width: 25px;
  max-width: 30px;
  font-family: var(--title-font);
}
/* Hiệu ứng highlight màu nền cho item được thay đổi */
/* CSS cho hiệu ứng highlight item vừa thay đổi */
@keyframes highlightFade {
  0% {
    background-color: var(--background-color);
    background-image: none;
  }
  20% {
    background-image: linear-gradient(
      109.6deg,
      rgba(112, 246, 255, 0.33) 11.2%,
      rgba(221, 108, 241, 0.26) 42%,
      rgba(229, 106, 253, 0.71) 71.5%,
      rgba(123, 183, 253, 1) 100.2%
    );
  }

  50% {
    background-color: var(--background-color);
    background-image: none;
  }
  60% {
    background-image: linear-gradient(
      109.6deg,
      rgba(112, 246, 255, 0.33) 11.2%,
      rgba(221, 108, 241, 0.26) 42%,
      rgba(229, 106, 253, 0.71) 71.5%,
      rgba(123, 183, 253, 1) 100.2%
    );
  }
  70% {
    background-color: var(--background-color);
    background-image: none;
  }
  80% {
    background-image: linear-gradient(
      109.6deg,
      rgba(112, 246, 255, 0.33) 11.2%,
      rgba(221, 108, 241, 0.26) 42%,
      rgba(229, 106, 253, 0.71) 71.5%,
      rgba(123, 183, 253, 1) 100.2%
    );
  }
  100% {
    background-color: var(--background-color);
    background-image: none;
  }
}

.highlight-item {
  animation: highlightFade 2s ease-in-out; /* Áp dụng hiệu ứng chuyển màu trong 2 giây */
}
#so-chuong-number {
  color: var(--second-text-color);
  font-family: var(--title-font);
}
.story-list-item-list-label-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.story-list-item-list-label {
  position: absolute;
  right: -40px;
  top: 20px;
  background-color: var(--second-text-color);
  color: var(--background-color);
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 160px;
  height: auto;
  transform: rotate(10deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  font-size: 0.8rem;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.story-list-item-list-label.disable {
  background-color: #6c757d;
}
.da-xuat-ban-title {
  background-color: var(--second-text-color);
  color: var(--background-color);
  font-size: 1rem;
  padding: 5px 10px;
  width: max-content;
  margin-top: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
/* button danh sách chương */
.add-chapter-dropdown {
  position: relative;
  display: inline-block;
}

.btn-add-chapter-dropdown {
  background-color: rgb(255, 204, 213);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "Arial", sans-serif;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 170, 255, 0.4),
    0 0.0625rem 0.125rem rgba(255, 170, 255, 0.5);
  transition: all 0.3s ease;
}

.btn-add-chapter-dropdown:hover {
  background-color: #ffb3c2;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 100, 150, 0.4),
    0 0.0625rem 0.125rem rgba(255, 100, 150, 0.5);
}

.add-chapter-dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 204, 213, 0.4),
    0 0.0625rem 0.125rem rgba(255, 204, 213, 0.5);
  padding: 0.5rem;
  font-family: "Arial", sans-serif;
  min-width: 200px;
}

.add-chapter-option,
.add-multiple-chapter-option {
  color: #ff6b81;
  transition: background-color 0.3s ease;
  padding: 0.5rem 1rem;
}

.add-chapter-option:hover,
.add-multiple-chapter-option:hover {
  background-color: #ffe6ea;
  border-radius: 5px;
  color: #ff3d61;
}

.function-buttons-top,
.function-buttons-bottom {
  white-space: nowrap; /* Không cho phép xuống dòng */
  /* overflow-x: auto; Cho phép cuộn ngang nếu cần */
}

.btn-mdv-button-tool {
  width: max-content; /* Đảm bảo các nút có kích thước tối đa cần thiết */
}
.function-buttons-admin-ul .btn-mdv-button-tool-admin:first-of-type {
  /* border-left: 1px solid var(--second-main-color); */
  /* border-top-left-radius: 5px !important; */
}
.function-buttons-admin-ul .btn-mdv-button-tool-admin:last-of-type {
  /* border-top-right-radius: 5px !important; */
}
/* trang danh sách chương end */

/* trang mua combo start */
.request-approval .fa-gear {
  animation: gear-rotate 1s linear infinite;
  -webkit-animation: gear-rotate 1s linear infinite;
}
.function-buttons-admin {
  /* overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #f9a8d4 #ffe5ec; */
}
.function-buttons-admin-ul {
  white-space: nowrap;
}
@keyframes gear-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
/***** Form Mua Combo Truyện Start *****/
.combo-purchase-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.combo-purchase-card {
  background: rgb(255, 246, 248);
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 0.125rem 0.625rem rgba(249, 168, 212, 0.4),
    0 0.0625rem 0.125rem rgba(249, 168, 212, 0.5);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.combo-title {
  text-align: center;
  font-size: 24px;
  font-weight: var(--title-weight);
  color: #d96482; /* Màu hồng đậm */
  margin-bottom: 10px;
}

.combo-description {
  text-align: center;
  color: #d96482;
  margin-bottom: 20px;
  font-style: italic;
}

.combo-info-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.combo-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.combo-label {
  font-weight: var(--title-weight);
  color: #d96482;
  flex: 1;
}

.combo-input {
  border: 2px solid rgb(249, 168, 212);
  border-radius: 10px;
  padding: 8px;
  width: 150px;
  background: #fff;
  color: #d96482;
  font-weight: var(--title-weight);
  text-align: right;
  box-shadow: 0 0.125rem 0.625rem rgba(249, 168, 212, 0.4),
    0 0.0625rem 0.125rem rgba(249, 168, 212, 0.5);
  outline: none;
}

.combo-action-section {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.combo-buy-button {
  background: rgb(249, 168, 212);
  border: none;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.625rem rgba(249, 168, 212, 0.4),
    0 0.0625rem 0.125rem rgba(249, 168, 212, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
}
.combo-buy-button:hover {
  background-color: var(--hiep-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 19, 90, 0.4),
    0 0.0625rem 0.125rem rgba(255, 19, 90, 0.5);
}

.combo-buy-button i {
  margin-right: 8px;
}
#gia-dao-tieu-ton {
  color: var(--hiep-color);
}
/***** Form Mua Combo Truyện End *****/

/***** Form Bán Combo Truyện Start *****/
.combo-sell-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.combo-sell-card {
  background: #fff6f8; /* Nền màu hồng đào nhạt */
  border-radius: 20px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 0.125rem 0.625rem rgba(249, 168, 212, 0.4),
    0 0.0625rem 0.125rem rgba(249, 168, 212, 0.5);
}

.combo-title {
  text-align: center;
  font-size: 24px;
  font-weight: var(--title-weight);
  color: #d96482; /* Màu hồng đậm */
  margin-bottom: 10px;
}

.combo-description {
  text-align: center;
  color: #d96482;
  margin-bottom: 20px;
  font-style: italic;
}

.combo-info-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.combo-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.combo-label {
  font-weight: var(--title-weight);
  color: #d96482;
  flex: 1;
}

.combo-input {
  border: 2px solid #f9a8d4;
  border-radius: 10px;
  padding: 8px;
  width: 150px;
  background: #fff;
  color: #d96482;
  font-weight: var(--title-weight);
  text-align: right;
  box-shadow: 0 0.125rem 0.625rem rgba(249, 168, 212, 0.4),
    0 0.0625rem 0.125rem rgba(249, 168, 212, 0.5);
  outline: none;
}

.combo-action-section {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.combo-sell-button {
  background: #f9a8d4;
  border: none;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.625rem rgba(249, 168, 212, 0.4),
    0 0.0625rem 0.125rem rgba(249, 168, 212, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
}

.combo-sell-button:hover {
  background: var(--hiep-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: var(--background-color);
}

.combo-sell-button i,
.combo-buy-button i {
  margin-right: 8px;
}

/***** Form Bán Combo Truyện End *****/

.combo-purchase-success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #ffe6f0;
  border-radius: 10px;
  margin-top: 20px;
}

.combo-purchase-success-card {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.combo-title {
  color: #ff6392;
  font-weight: var(--title-weight);
}

.combo-description {
  color: #333;
  font-size: 1.1em;
}
.combo-purchase-success a {
  color: var(--btn-primary-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  font-family: JosefinSans-Medium;
}
.combo-purchase-success a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-thong-bao-truyen-chua-xuat-ban {
  /* max-width: 600px; */
  margin: 0 auto;
}

.mdv-up-top-warning-box {
  background-color: #fff0f5; /* màu hồng đào nhạt */
  border: 1px solid rgb(255, 182, 193); /* màu viền hồng đào */
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 182, 193, 0.4),
    0 0.0625rem 0.125rem rgba(255, 182, 193, 0.5); /* box-shadow mềm mại */
  /* max-width: 600px; */
  margin: 0 auto; /* Căn giữa box */
}

.mdv-warning-content {
  padding: 10px;
}

.mdv-warning-icon {
  width: 80px;
  height: 80px;
}

.mdv-warning-title {
  font-size: 1.5rem;
  color: #d2691e; /* màu hồng cam đậm */
  margin-bottom: 15px;
  font-weight: var(--title-weight);
}

.mdv-warning-text {
  font-size: 1rem;
  color: #8b0000; /* màu đỏ đậm */
  line-height: 1.6;
  font-family: "Arial", sans-serif;
}

/* trang mua combo end */

/* trang Quảng Bá start */
/* Info Box */
.info-box {
  background-color: #e8f4fd;
  border: 1px solid #cfe2ff;
  border-radius: 5px;
}

/* Info Box Text */
.info-box-text {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Payment Section */
.payment-label {
  font-weight: var(--title-weight);
  font-size: 1rem;
}

.payment-select {
  max-width: 100%;
  border-radius: 5px;
}

/* Notice Section */
.notice-text {
  font-size: 0.85rem;
  margin-top: 1rem;
}
.btn-mua-bo-cao {
  background-color: var(--second-main-color);
  color: var(--background-color);
  font-family: var(--title-font);
}
.btn-mua-bo-cao:hover {
  background-color: var(--second-text-color);
  color: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/*  */
.promotion-section-item {
  background-color: var(--second-background-color);
  border: 1px solid var(--main-color);
  color: var(--text-color);
}
.promotion-section-item .info-box {
  background-color: transparent;
  color: var(--text-color);
  border: none;
}
.promotion-section-item .payment-label {
  color: var(--text-color);
  font-weight: var(--title-weight);
}
.promotion-section-item .custom-payment-select {
  border: 1px solid #f5b6c7;
  background-color: #fff;
  color: var(--text-color);
}
.promotion-section-item .custom-payment-select:focus {
  border-color: #f4959c;
  box-shadow: 0 0 0 0.2rem rgba(244, 149, 156, 0.25);
}
.promotion-section-item .btn-custom-promote {
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}

.promotion-section-item .notice-text {
  color: var(--hiep-color);
  font-size: 0.95rem;
  margin-top: 1.5rem;
}
/* trang Quảng Bá end */

/* trang lưu vào tủ truyện start */
/* From Uiverse.io by arghyaBiswasDev */
/* The switch - the box around the slider */
.form-check-vh .switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
}

/* Hide default HTML checkbox */
.form-check-vh .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.form-check-vh .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #adb5bd;
  transition: 0.4s;
  border-radius: 30px;
}

.form-check-vh .slider:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  border-radius: 20px;
  left: 0.27em;
  bottom: 0.18em;
  background-color: #adb5bd;
  transition: 0.4s;
}

.form-check-vh input:checked + .slider {
  background-color: #007bff;
  border: 1px solid #007bff;
}

.form-check-vh input:focus + .slider {
  box-shadow: 0 0 1px #007bff;
}

.form-check-vh input:checked + .slider:before {
  transform: translateX(0.9em);
  background-color: #fff;
  -webkit-transform: translateX(0.9em);
  -moz-transform: translateX(0.9em);
  -ms-transform: translateX(0.9em);
  -o-transform: translateX(0.9em);
}
.luu-vao-tu-truyen-label,
.nhan-thong-bao-tu-truyen-label {
  font-family: var(--title-font);
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.luu-vao-tu-truyen-label:hover,
.nhan-thong-bao-tu-truyen-label:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-tu-truyen-section-item {
  background-color: #fff0f5; /* Màu hồng đào nhạt */
  border: 1px solid rgb(255, 240, 245); /* Viền hồng đào */
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 240, 245, 0.4),
    0 0.0625rem 0.125rem rgba(255, 240, 245, 0.5); /* Box shadow nhẹ nhàng */
}

.mdv-library-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.mdv-tu-truyen-section-item .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.mdv-tu-truyen-section-item .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.mdv-tu-truyen-section-item .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.mdv-tu-truyen-section-item .slider.round {
  border-radius: 34px;
}

.mdv-tu-truyen-section-item .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.mdv-tu-truyen-section-item input:checked + .slider {
  background-color: #ff69b4; /* Màu hồng nổi bật */
}

.mdv-tu-truyen-section-item input:checked + .slider:before {
  transform: translateX(26px);
}

.mdv-save-library-label {
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  color: #d2691e;
  font-family: var(--title-font);
}
.mdv-tu-truyen-section .form-check-vh input + .slider {
  border-color: #ff69b4 !important;
}
.mdv-tu-truyen-section .form-check-vh input:checked + .slider {
  border: none !important;
}
/* trang lưu vào tủ truyện end */

/* trang đề cử truyện start */
/* Notification Box */
.mdv-de-cu-info-box {
  background-color: var(--main-color-pretty);
  border-color: var(--hiep-color);
  color: var(--text-color);
  font-size: 0.9rem;
}

/* Icons and Labels */
.mdv-de-cu-icon {
  font-weight: var(--title-weight);
  font-family: var(--title-font);
  color: #333;
  min-width: 100px;
  display: flex;
  align-items: center;
}

/* Inputs */
.mdv-de-cu-input {
  box-shadow: none;
  border-radius: 0.25rem;
}

/* Submit Button */
.mdv-de-cu-submit-btn {
  color: var(--text-color);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  /* background-color: #21d4fd;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%); */
  font-family: var(--title-font);
  background-color: var(--background-color);
  border: 1px solid var(--main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mdv-de-cu-submit-btn:hover {
  background-image: none;
  background-color: var(--second-text-color);
  border-color: var(--second-text-color);
  color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(191, 35, 35, 0.4),
    0 0.0625rem 0.125rem rgba(191, 35, 35, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Note Section */
.mdv-de-cu-note {
  font-size: 0.875rem;
  color: #e74c3c;
}
.de-cu-bong-icon {
  width: 20px;
  height: auto;
  transform: translateY(-1.5px);
  -webkit-transform: translateY(-1.5px);
  -moz-transform: translateY(-1.5px);
  -ms-transform: translateY(-1.5px);
  -o-transform: translateY(-1.5px);
}
.text-bong {
  color: #ff33ff;
}
/* CSS for gentle notification with peach pink color scheme */
.mdv-de-cu-truyen-alert {
  background-color: #ffe4e6; /* Light peach pink background */
  border: 1px solid #ffb3c2; /* Border with a slightly darker shade */
  color: #5a5a5a; /* Text color */
  box-shadow: 0 2px 15px rgba(255, 179, 194, 0.4); /* Soft shadow */
  border-radius: 10px;
}

.mdv-alert-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mdv-alert-icon {
  width: 60px; /* Icon size */
  height: 60px;
}

.mdv-alert-text {
  font-family: var(--title-font);
  font-size: 1.1rem;
  font-weight: 500;
  color: #d9534f; /* Gentle red to make the message noticeable */
  margin-top: 10px;
}
/* trang đề cử truyện end */

/* trang up top start */
/* Info Box */
.mdv-up-top-info-box {
  background-color: var(--main-color-pretty);
  border-color: var(--main-color-pretty);
  color: var(--text-color);
  font-size: 0.9rem;
}

/* Title */
.mdv-up-top-title {
  font-size: 1rem;
  font-weight: var(--title-weight);
  margin-bottom: 0.5rem;
}

.mdv-up-top-note {
  font-size: 0.95rem;
  font-weight: var(--title-weight);
  margin-top: 1rem;
}

/* Icons and Labels */
.mdv-up-top-icon {
  font-weight: var(--title-weight);
  color: #333;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.mdv-up-top-icon i {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.dao-up-top-icon {
  width: 20px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
/* Inputs */
.mdv-up-top-input {
  box-shadow: none;
  border-radius: 0.25rem;
}

/* Submit Button */
.mdv-up-top-btn {
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.mdv-up-top-btn:hover {
  background-image: none;
  background-color: var(--second-text-color);
  color: #fff;
}
.mdv-up-top-warning-box {
  background-color: #fff0f5; /* màu hồng đào nhạt */
  border: 1px solid rgb(255, 182, 193); /* màu viền hồng đào */
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 182, 193, 0.4),
    0 0.0625rem 0.125rem rgba(255, 182, 193, 0.5); /* box-shadow mềm mại */
  /* max-width: 600px; */
  width: 100%;
  margin: 0 auto; /* Căn giữa box */
}

.mdv-warning-content {
  padding: 10px;
}

.mdv-warning-icon {
  width: 80px;
  height: 80px;
}

.mdv-warning-title {
  font-size: 1.5rem;
  color: #d2691e; /* màu hồng cam đậm */
  margin-bottom: 15px;
}

.mdv-warning-text {
  font-size: 1rem;
  color: #8b0000; /* màu đỏ đậm */
  line-height: 1.6;
  font-family: "Arial", sans-serif;
}

/* thông báo khóa up top start */
.custom-up-top-alert {
  background-color: #ffe5e9; /* Màu nền hồng đào nhạt */
  color: #b71c1c; /* Màu chữ đỏ đậm */
  border: 1px solid #f48fb1; /* Viền hồng đào nhẹ hơn */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
}

.custom-alert-title {
  color: #c2185b; /* Màu tiêu đề đậm hơn */
  font-weight: var(--title-weight);
  font-size: 18px;
  margin-bottom: 12px;
}

.custom-alert-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #880e4f; /* Màu chữ nhấn */
}

/* thông báo khóa up top end */

/* trang up top end */

/* trang sửa truyện start */
/* Styles for edit story form */
.mdv-sua-truyen-section-item .form-label {
  font-weight: var(--title-weight);
  display: flex;
  align-items: center;
  color: #333;
}

.mdv-sua-truyen-section-item .form-label i {
  margin-right: 5px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.mdv-sua-truyen-section-item .badge {
  margin-right: 5px;
}

.mdv-sua-truyen-section-item .btn-primary {
  background-color: #ff6961; /* Màu sắc nút "Sửa Truyện" */
  border-color: #ff6961;
}

.mdv-sua-truyen-section-item .btn-outline-secondary {
  color: #ff6961;
  border-color: #ff6961;
  height: 100%;
}

.mdv-sua-truyen-section-item .btn-outline-secondary:hover {
  background-color: #ff6961;
  color: #fff;
}

.mdv-sua-truyen-section-item .form-text {
  color: #ff6961;
}

.mdv-sua-truyen-section-item .btn-custom {
  background-color: #ff6961;
  border-color: #ff6961;
  min-width: 200px;
}

.mdv-sua-truyen-section-item .selected-categories .badge {
  margin-right: 5px;
}
.mdv-sua-truyen-section-item label {
  font-family: var(--title-font);
}
.mdv-sua-truyen-section-item .input-group .form-control:focus {
  border-right-color: #ff6961;
}
.page-manager-edit-comic .ql-editor {
  min-height: 350px;
  max-height: 450px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #f08080 #fff;
}
.editor-box-form.ql-container.ql-snow {
  height: max-content;
}
.ql-editor,
.vh-scrollbar,
.profile-chu-ky {
  scrollbar-width: thin;
  scrollbar-color: #f08080 #fff;
}
.ql-editor::-webkit-scrollbar,
.vh-scrollbar::-webkit-scrollbar,
.emojionearea .emojionearea-editor::-webkit-scrollbar,
.profile-chu-ky::-webkit-scrollbar {
  width: 8px;
}
.ql-editor::-webkit-scrollbar-thumb,
.vh-scrollbar::-webkit-scrollbar-thumb,
.emojionearea .emojionearea-editor::-webkit-scrollbar-thumb,
.profile-chu-ky::-webkit-scrollbar-thumb {
  background-color: #f08080;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.emojionearea .emojionearea-editor {
  scrollbar-width: thin;
  scrollbar-color: #f08080 #fff;
}

/* trang sửa truyện end */

/* trang set vip đồng loạt start */
/* Styles for the form */
.mdv-set-vip-section-item .form-label {
  font-weight: var(--title-weight);
  display: flex;
  align-items: center;
  color: #333;
}

.mdv-set-vip-section-item .form-label i {
  margin-right: 5px;
}

.mdv-set-vip-section-item .btn-primary {
  background-color: #ff6961; /* Màu sắc nút "Xem Thử" */
  border-color: #ff6961;
}

.mdv-set-vip-section-item .form-text {
  color: #333;
}

.mdv-set-vip-section-item .btn-custom {
  background-color: #ff6961;
  border-color: #ff6961;
  min-width: 200px;
}

.mdv-set-vip-section-item .form-check-input {
  background-color: #ff6961;
  border-color: #ff6961;
}

.mdv-set-vip-section-item .form-check-input:checked {
  background-color: #ff6961;
  border-color: #ff6961;
}
.mdv-set-vip-section-item label {
  font-family: var(--title-font);
}
.setvip-icon-dao {
  width: 20px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.setvip-icon-hat {
  width: 18px;
  height: auto;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.form-check-vh.form-check-set-vip input:checked + .slider {
  background-color: var(--second-main-color);
  border-color: var(--second-main-color) !important;
}
.text-dao {
  color: var(--second-main-color);
}
.text-hat {
  color: #a87676;
}

/* form modal xem trước start */
.custom-modal-pink .modal-content {
  background-color: #fce4ec; /* Hồng nhạt */
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  color: #880e4f; /* Màu chữ hồng đậm */
}

.custom-modal-pink .modal-header {
  background-color: var(--main-color); /* Hồng pastel */
  border-bottom: 2px solid var(--hiep-color); /* Viền đậm hơn */
}

.custom-modal-pink .modal-header .modal-title {
  font-size: clamp(1.2rem, 1.1692rem + 0.1538vw, 1.3rem);
  font-family: var(--title-font);
  color: var(--background-color); /* Màu chữ nổi bật */
}

.custom-modal-pink .modal-body {
  background-color: var(--second-background-color); /* Nền hồng nhạt */
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #6a1b9a; /* Màu chữ */
}

.custom-modal-pink .modal-footer {
  background-color: var(--main-color); /* Nền chân modal */
  border-top: 2px solid var(--hiep-color);
  display: flex;
  justify-content: center;
}

.custom-modal-pink .btn-close-modal {
  background-color: #ec407a;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: var(--title-weight);
  transition: all 0.3s ease;
}

.custom-modal-pink .btn-close-modal:hover {
  background-color: #d81b60;
}

.custom-modal-pink .custom-modal-table th {
  background-color: #f8bbd0;
  color: #880e4f;
  font-weight: var(--title-weight);
}

.custom-modal-pink .custom-modal-table td {
  background-color: #fce4ec;
  color: #6a1b9a;
  border: 1px solid #f48fb1;
}
.custom-modal-pink table {
  border-color: var(--text-dark-color);
}
.custom-modal-pink table thead {
  background: var(--hiep-color) !important;
  color: var(--background-color);
  border-color: var(--text-dark-color);
}
.alert-mdv {
  background-color: var(--main-color-pretty);
  color: var(--text-color);
}
.chapter-checkbox:checked {
  background-color: var(--hiep-color) !important;
}
/* form modal xem trước end */

/* trang set vip đồng loạt end */

/* trang độc quyền start */

.mdv-manager-copyright-section-item-title {
  background-color: rgba(255, 207, 207, 1);
  color: var(--text-color);
  position: relative;
  font-size: clamp(1rem, 0.694rem + 0.4776vw, 1.1rem);
  font-family: var(--title-font);
}
.mdv-manager-copyright-section-item-title::before {
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(255, 207, 207, 1) transparent transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.warning-section .mdv-manager-copyright-section-item-title {
  color: rgba(235, 77, 82, 1);
}
.content-text a {
  color: var(--second-main-color);
}

/* form đăng ký độc quyền start */
.exclusive-registration-form {
  background-color: #fff0f5; /* Màu nền hồng đào nhạt */
  border: 1px solid var(--border-color-pretty); /* Viền hồng đào nhẹ */
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: var(--text-color); /* Màu chữ nhẹ nhàng */
}

.exclusive-registration-form .form-title {
  font-weight: var(--title-weight);
  color: #c2185b; /* Màu hồng đậm */
}

.exclusive-registration-form .form-label {
  font-weight: 500;
  color: #b71c1c; /* Màu chữ đậm hơn */
}

.exclusive-registration-form .exclusive-input {
  border: 1px solid #f48fb1; /* Viền nhẹ hồng đào */
  border-radius: 6px;
  padding: 8px 12px;
  width: 100%;
  color: #880e4f;
  background-color: #fff;
}

.exclusive-registration-form .exclusive-input:focus {
  outline: none;
  border-color: #e57373; /* Màu viền khi focus */
  box-shadow: 0 0 5px rgba(230, 115, 115, 0.5); /* Đổ bóng nhẹ khi focus */
}

.exclusive-registration-form .form-check-label {
  font-size: 14px;
  color: #880e4f;
}

.exclusive-registration-form .exclusive-link {
  color: #c2185b;
  text-decoration: none;
}

.exclusive-registration-form .exclusive-link:hover {
  text-decoration: underline;
}

.exclusive-registration-form .btn-exclusive-submit {
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}

.exclusive-registration-form .btn-exclusive-submit:hover {
  background-color: #e91e63; /* Màu hồng đậm hơn khi hover */
}
.exclusive-input:disabled,
.exclusive-input[readonly] {
  background-color: #fff0ed;
}
.exclusive-registration-form-box .form-check-label {
  display: inline;
}

.exclusive-waiting-notification {
  background-color: #ffeef1;
  border: 1px solid #fcb7c3;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.exclusive-waiting-notification .waiting-icon i {
  font-size: 3rem;
  color: #f07282;
}

.exclusive-waiting-notification .notification-title {
  color: #f07282;
  font-weight: var(--title-weight);
}

.exclusive-waiting-notification .notification-text {
  color: #c94b59;
  font-size: 1rem;
}

/* form đăng ký độc quyền end */

/* form thông báo đã xin quản lý độc quyền start */
.management-status-notification {
  background-color: #fbe4e8;
  border: 1px solid #f5c6cb;
  color: #b23b5d;
}
.management-status-notification .status-title {
  color: #b23b5d;
  font-weight: var(--title-weight);
}
.management-status-notification .status-message {
  background-color: #fff;
  color: #b23b5d;
  border: 1px solid #f8d7da;
}
.management-status-notification .status-icon {
  font-size: 2rem;
  color: #e57373;
}
.management-status-notification .status-text {
  font-size: 1rem;
  margin: 0;
}
.management-status-notification .btn-back-to-home {
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
  padding: 8px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}

/* form thông báo đã xin quản lý độc quyền end */

/* thông báo độc quyền start */
.exclusive-success-notification {
  background-color: var(--second-background-color);
  color: var(--hiep-color);
  border: 1px solid var(--main-color);
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.success-icon {
  font-size: 48px;
  color: #e91e63;
}

.notification-title {
  font-size: 24px;
  font-weight: var(--title-weight);
  color: #d81b60;
}

.notification-text {
  font-size: 16px;
  color: #ad1457;
}

/* thông báo độc quyền end */

/* trang độc quyền end */

/* trang thêm quản lý start */
/* Styles for Danh Sách Section */

.danh-sach-box h5 {
  font-family: var(--title-font);
}
.danh-sach-quan-ly-avatar {
  overflow: hidden;
  min-width: 70px;
  max-width: 70px;
  min-height: 100%;
}
.danh-sach-quan-ly-avatar a,
.danh-sach-quan-ly-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.danh-sach-content {
  background-color: #e9ecef;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

/* Styles for Thêm Mới hoặc Cập Nhật Section */
.them-moi-box {
  background-color: #f8f9fa; /* Light background */
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.mdv-manager-copyright-section-list .badge.bg-primary {
  background-color: #17a2b8;
}

.member-info ul li {
  margin-bottom: 5px;
}

.member-info ul li i {
  color: #17a2b8; /* Icon color */
  margin-right: 5px;
}

.mdv-manager-copyright-section-list .btn-success {
  background-color: #20c997; /* Button color */
  border: none;
}
.danh-sach-quan-ly-content {
  font-size: clamp(0.85rem, 0.391rem + 0.7164vw, 1rem);
}
.danh-sach-box-item {
  border-bottom: 1px dashed #e0e0e0;
}
.danh-sach-box .danh-sach-box-item:last-of-type {
  border-bottom: none;
}
.quan-ly-truyen-info ul {
  list-style-type: disclosure-closed;
}
.mdv-badge-item {
  font-size: 0.7rem;
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid var(--second-main-color);
  color: var(--second-main-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-badge-item i {
  transform: translateY(0.7px);
  -webkit-transform: translateY(0.7px);
  -moz-transform: translateY(0.7px);
  -ms-transform: translateY(0.7px);
  -o-transform: translateY(0.7px);
}
.mdv-badge-item:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
/* form resut danh sách */
.tim-kiem-thanh-vien-result {
  background-color: #ffe4e1; /* Màu hồng đào */
  border: 1px solid #ffb6c1; /* Viền hồng đào */
  /* border-radius: 15px; */
  box-shadow: 0 0.125rem 0.625rem rgba(255, 182, 193, 0.4),
    0 0.0625rem 0.125rem rgba(255, 182, 193, 0.5);
  max-height: 350px;
  overflow-y: auto;
  padding: 10px;
  margin-top: 10px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  scrollbar-width: thin;
}

.tim-kiem-thanh-vien-item {
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 5px;
}
.tim-kiem-thanh-vien-item:hover {
  background-color: #f8d7da; /* Màu hồng nhạt hơn khi hover */
}
.mdv-badge-item i {
  cursor: pointer;
}
.dong-quan-ly-thong-bao {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.btn-xoa-dong-quan-ly {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: var(--second-text-color);
  font-size: 1.7rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.btn-xoa-dong-quan-ly:hover {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.danh-sach-box-item:hover .btn-xoa-dong-quan-ly {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* trang thêm quản lý end */

/* trang thống kê start */
/* Styles for the stat boxes */
.mdv-thong-ke-section-item .stat-box {
  background-color: #fff;
  /* border: 1px solid #e0e0e0; */
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mdv-thong-ke-section-item .icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  /* transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px); */
  position: absolute;
  top: -40px;
  left: 0;
}
.mdv-thong-ke-section-item .icon-box img {
  width: 40px;
  height: auto;
}
.bg-pink-nhat {
  background-color: var(--second-background-color);
}
.bg-pink {
  background-color: #f46b6b;
}

.bg-green {
  background-color: #6bbf59;
}

.bg-orange {
  background-color: #f4a641;
}

.bg-blue {
  background-color: #69a7d1;
}

.mdv-thong-ke-section-item h6 {
  font-size: 16px;
  font-weight: var(--title-weight);
}

.mdv-thong-ke-section-item ul.list-unstyled {
  padding-left: 0;
}

.mdv-thong-ke-section-item ul.list-unstyled li {
  padding: 5px 0;
  /* border-top: 1px solid #e0e0e0; */
}

.mdv-thong-ke-section-item ul.list-unstyled li:first-child {
  border-top: none;
}

.mdv-thong-ke-section-item .float-end {
  float: right;
  color: #666;
}
.mdv-thong-ke-section-item .list-unstyled .float-end,
.mdv-thong-ke-section-item .stat-box .float-end {
  color: rgba(168, 168, 168, 1);
}
.text-xam {
  color: rgba(168, 168, 168, 1);
}
/* trang thống kê end */

/* trang duyệt truyện start */
/* Styles for the review page */
.bqt-section {
  background-color: #ffe4e9; /* Adjust to match the image */
}

.bqt-btn {
  color: #ff6666;
  border-color: #ff6666;
}

.bqt-btn:hover {
  background-color: #ff6666;
  color: white;
}

.bqt-btn-danger {
  color: #fff;
  background-color: #ff6666;
  border-color: #ff6666;
}

.custom-btn-outline {
  color: #ff6666;
  border: 1px solid #ff6666;
  background: none;
}

.custom-btn-outline:hover {
  background-color: #ff6666;
  color: white;
}

.custom-btn-danger {
  background-color: #ff6666;
  border: none;
  color: white;
}

.custom-btn-danger:hover {
  background-color: #cc5259;
}

.custom-card {
  border-color: #f88c94;
}

.custom-card-header {
  background-color: #f88c94;
  color: white;
  border-color: #f88c94;
}

.custom-list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-icon {
  color: #ff6666;
}

.custom-input {
  border: 1px solid #ff6666;
}

.custom-select {
  border: 1px solid #ff6666;
}

.form-label {
  color: #333;
}
.mdv-duyet-truyen-section .mdv-manager-copyright-section-item-title {
  background-color: rgba(255, 207, 207, 1);
  background-image: linear-gradient(
    62deg,
    rgba(255, 207, 207, 1) 0%,
    rgba(255, 122, 122, 1) 100%
  );
}
.mvd-duyet-truyen-icon-box {
  max-width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(255, 207, 207, 1);
  background-image: linear-gradient(
    -62deg,
    rgba(255, 207, 207, 1) 0%,
    rgba(255, 122, 122, 1) 100%
  );
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -o-transform: translateY(-15%);
}
.mvd-duyet-truyen-icon-box i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.1rem, 0.4881rem + 0.9552vw, 1.3rem);
}
.mdv-duyet-truyen-box-check-content li {
  color: rgba(255, 122, 122, 1);
}
.mdv-duyet-truyen-box-check-content {
  border: 1px solid rgba(219, 219, 219, 1);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mdv-duyet-truyen-box-bqt-check-content {
  color: var(--text-color);
  border: 1px solid rgba(219, 219, 219, 1);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mdv-duyet-truyen-box-bqt-check-content a {
  color: #007bff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-duyet-truyen-box-bqt-check-content a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-duyet-truyen-box-dieu-khoan-content {
  border: 1px solid rgba(219, 219, 219, 1);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mdv-duyet-truyen-box-dieu-khoan-item {
  border-bottom: 1px solid rgba(245, 245, 245, 1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-duyet-truyen-box-dieu-khoan-item:hover {
  background-color: #f8f9fa;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mvd-duyet-truyen-icon-box {
  position: relative;
  z-index: 2;
}
.mvd-duyet-truyen-icon-box-container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.mvd-duyet-truyen-icon-box-line {
  width: 4px;
  height: 100%;
  background-color: rgba(255, 207, 207, 1);
  background-image: linear-gradient(
    62deg,
    rgba(255, 207, 207, 1) 0%,
    rgba(255, 122, 122, 1) 100%
  );

  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mdv-duyet-truyen-box-bqt-check-item {
  border-bottom: 1px solid rgba(245, 245, 245, 1);
}
.mdv-duyet-truyen-box-bqt-check-item:hover {
  background-color: #f8f9fa;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
}
/* trang duyệt truyện end */

/* giao diện trang xóa truyện start */
.mdv-xoa-truyen-section-item-subitem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.mdv-xoa-truyen-section-item-subitem:last-of-type {
  border-bottom: none;
}
.btn-xoa-truyen {
  background-image: radial-gradient(
    circle 986.6px at 10% 20%,
    rgba(251, 6, 6, 0.94) 0%,
    rgba(3, 31, 213, 1) 82.8%,
    rgba(248, 101, 248, 1) 87.9%
  );
  color: var(--background-color);
  border: none;
  min-width: 180px;
  text-transform: capitalize;
}
.btn-xoa-truyen:hover {
  background-image: none;
  background-color: var(--text-color);
  color: var(--background-color);
}

.modal-dialog-scrollable {
  scrollbar-width: thin;
}
/* trang xóa truyện end */

/* trang quản lý bình luận start */
/* Styles cho phần quản lý bình luận */
.comment-management-header {
  /* background-color: #fff8f0;
  padding: 15px;
  border: 1px solid #f5e0d3;
  border-radius: 8px; */
}
.comment-management-header h2 {
  font-family: var(--title-font);
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
}
.comment-management-btn-group .btn {
  border-color: #f28a5e;
  color: #f28a5e;
  background-color: #fff8f0;
  margin-right: 8px;
}

.comment-management-btn-group .btn:hover {
  background-color: #f28a5e;
  color: white;
}

.comment-management-table {
  /* background-color: #fff8f0;
  border: 1px solid #f5e0d3; */
  /* border-radius: 8px; */
  /* padding: 10px; */
}

.comment-management-table .table {
  margin-bottom: 0;
}

.comment-management-table .table th {
  color: #333;
  font-weight: var(--title-weight);
}

.comment-management-table .table tbody tr {
  /* background-color: #fff8f0; */
}

.comment-management-table .table tbody tr td {
  vertical-align: middle;
}

.comment-management-table .table tbody tr td img {
  width: 50px;
  height: 50px;
}

.comment-management-table .table tbody tr td div.text-danger {
  color: #ff6666;
}
.bqt-last-check-oke-btn {
  cursor: pointer;
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
  color: #20c997;
}
.bqt-last-check-destroy-btn {
  cursor: pointer;
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
}
.btn-view-bqt-comment {
  cursor: pointer;
}
.bqt-check-comment-list-avatar {
  overflow: hidden;
  min-width: 50px;
  max-width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.bqt-check-comment-list-avatar a,
.bqt-check-comment-list-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bqt-check-comment-list-name {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
/* Custom CSS cho modal */
.custom-modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #fef4f2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-modal-header {
  border-bottom: none;
  text-align: center;
  font-size: 1.2rem;
  background-color: #fef4f2;
}

.custom-close-btn {
  background-image: radial-gradient(
    circle 817.6px at 10% 20%,
    rgba(178, 34, 34, 1) 0%,
    rgba(255, 87, 51, 1) 41.9%,
    rgba(255, 165, 0, 1) 100.2%
  );
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-close-btn:hover {
  background-image: none;
  background-color: #000;
  color: var(--background-color);
}
.comment-modal-list-image {
  overflow: hidden;
  max-width: 150px;
  min-width: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.comment-modal-list-image a,
.comment-modal-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-management-table-button-duyet {
  background-color: rgba(40, 167, 69, 1);
  color: var(--background-color);
  overflow: hidden;
  box-shadow: 0 0.125rem 0.625rem rgba(40, 167, 69, 0.4),
    0 0.0625rem 0.125rem rgba(40, 167, 69, 0.5);
  border: none;
  min-width: 100px;
  text-align: center;
  font-size: 0.9rem;
}
.comment-management-table-button-xoa {
  background-color: rgba(220, 53, 69, 1);
  color: var(--background-color);
  overflow: hidden;
  box-shadow: 0 0.125rem 0.625rem rgba(220, 53, 69, 0.4),
    0 0.0625rem 0.125rem rgba(220, 53, 69, 0.5);
  border: none;
  min-width: 100px;
  text-align: center;
  font-size: 0.9rem;
}
.quan-ly-noi-dung-nav-menu-a {
  padding: 8px 10px;
  border: 1px solid var(--second-main-color);
  border-top: 1px solid var(--second-main-color) !important;
  color: var(--second-main-color);
  /* font-family: var(--title-font); */
  font-family: var(--normal-font);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.quan-ly-noi-dung-nav-menu-a:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.quan-ly-noi-dung-nav-menu-li.active .quan-ly-noi-dung-nav-menu-a {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.mdv-binh-luan-box-table-top {
  max-width: 200px;
}
/* trang quản lý bình luận end */

/* trang sự kiện start */
/* Event Card Styles */
.event-card {
  border: 1px solid var(--main-color);
  border-radius: 10px;
  /*overflow: hidden;
  */
  text-align: center;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  background-color: #f8f9fa;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.event-card:hover {
  background-color: var(--second-background-color);
  box-shadow: rgba(252, 172, 163, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.event-card-header {
  padding: 10px;
  font-size: 0.9rem;
  font-weight: var(--title-weight);
  display: inline-flex;
  justify-content: center;
  align-items: center;

  /* background-image: linear-gradient(
    109.6deg,
    rgba(254, 87, 98, 1) 11.2%,
    rgba(255, 107, 161, 1) 99.1%
  ); */
  background-color: rgba(255, 122, 122, 1);
  background-image: linear-gradient(
    62deg,
    rgba(255, 122, 122, 1) 0%,
    rgba(255, 207, 207, 1) 100%
  );
  color: var(--background-color);
  min-width: 80%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.event-card-body {
  padding: 20px;
}

.event-card-footer {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 50px;
  height: 50px;
  /* background-image: linear-gradient(
    109.6deg,
    rgba(254, 87, 98, 1) 11.2%,
    rgba(255, 107, 161, 1) 99.1%
  ); */

  font-size: 1.3rem;
  /* color: var(--background-color); */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  background-color: #feece8;
  background-image: linear-gradient(90deg, #feece8 0%, #ffeae3 100%);
  color: var(--text-color);
}

.event-card-footer i {
  display: block;
}

.event-stat {
  font-size: 0.8rem;
  font-weight: var(--title-weight);
  color: var(--text-color);
}

.event-card.inactive .event-card-header {
  background-image: none;
  background-color: #6c757d;
}

.event-card.inactive .event-card-footer {
  background-image: none;
  background-color: #6c757d;
  color: var(--text-color);
}

.event-card.inactive .event-stat {
  color: #6c757d;
}

.mdv-su-kien-section {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.mdv-su-kien-section h2 {
  font-family: var(--title-font);
  color: var(--main-color);
}
.event-card-body-dang-dien-ra {
  color: var(--text-color);
}
.event-card-body-ap-dung-truyen {
  color: var(--text-color);
  font-size: 0.9rem;
  font-style: italic;
}
.event-card.inactive {
  border-color: #6c757d;
  cursor: no-drop;
}
.event-card.inactive:hover {
  background-color: #bbbbbb;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
/* trang sự kiện end */

/* trang tủ truyện start */
.mdv-tu-truyen-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.text-pink {
  /* color: var(--main-color); */
  color: #fd8f8e !important;
}

.mdv-tu-truyen-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  font-size: clamp(0.8rem, 0.494rem + 0.4776vw, 0.9rem);
  padding: 0.5rem 0.5rem;
  background-color: var(--background-color);
  border: 1px solid var(--second-main-color);
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--text-color);
  border-left: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: initial;
  /* font-family: var(--title-font); */
  font-family: var(--normal-font);
}
.mdv-tu-truyen-tabs .nav-link:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  /*border: 1px solid var(--second-main-color);
  */
  border-color: var(--second-main-color);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.mdv-tu-truyen-tabs .nav-link.active {
  /* border-bottom: 2px solid var(--hiep-color); */
  /* border-color: var(--hiep-color); */
  background-color: var(--second-main-color);
  color: var(--background-color);
  /* font-weight: var(--title-weight); */
  border: 1px solid var(--second-main-color);
}
.mdv-tu-truyen-tabs .nav-item:first-of-type .nav-link {
  border-left: 1px solid var(--second-main-color);
}
.mdv-tu-truyen-list .mdv-tu-truyen-item {
  border-bottom: 1px solid #f8d7da;
  padding-bottom: 10px;
}
.mdv-tu-truyen-item:last-of-type {
  border-bottom: none;
}
.mdv-tu-truyen-image {
  width: 80px;
  height: 100px;
  object-fit: cover;
  background-color: #ffe4e6;
}

.mdv-tu-truyen-info {
  flex: 1;
}

.mdv-tu-truyen-info h4 {
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.mdv-tu-truyen-info a:hover {
  color: var(--main-color);
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.mdv-tu-truyen-info p {
  margin: 0;
  font-size: 14px;
}
.mdv-tu-truyen-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  max-width: 70px;
  cursor: pointer;
}
.mdv-tu-truyen-item-image:hover {
  cursor: pointer;
}
.mdv-tu-truyen-item-image a,
.mdv-tu-truyen-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-tu-truyen-chuong-text {
  font-size: 0.9rem;
}
.chuong-dang-doc-text {
  background-color: var(--second-background-color);
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
}
.chuong-moi-cap-nhat-text {
  background-color: var(--main-color);
  font-family: var(--title-font);
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
}
.chuong-moi-cap-nhat-text i {
  color: var(--background-color);
}
.btn-huy-theo-doi-button {
  font-size: 0.7rem !important;
  text-transform: none !important;
}
.mdv-tu-truyen-date-text {
  font-size: 0.8rem;
}
.mdv-tu-truyen-item {
  transition: all 0.3s ease-in-out;
}
.mdv-tu-truyen-item.fade-out {
  opacity: 0;
  transform: translateX(-10px);
}

/* danh sách đọc start */
/* Phong cách tổng thể cho tab Danh Sách Đọc */
#danhSachDoc {
  background-color: #fff; /* Nền trắng */
  border-radius: 8px;
}

/* Tiêu đề chính */
#danhSachDoc h4.text-pink {
  color: #e57373; /* Màu hồng đào nhạt */
  font-weight: var(--title-weight);
  font-size: 1.5rem;
}

/* Danh sách đọc */
.mdv-tu-truyen-list {
  border-top: 2px solid #fce4ec; /* Đường phân cách màu hồng nhạt */
  margin-top: 20px;
  padding-top: 10px;
}

/* Mỗi item trong danh sách đọc */
#danhSachDocList .mdv-tu-truyen-item {
  border: 1px solid #fce4ec; /* Đường viền hồng nhạt */
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
}

/* Hiệu ứng khi di chuột qua item */
#danhSachDocList .mdv-tu-truyen-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Hiệu ứng nổi khi hover */
  background-color: #fff; /* Nền trắng */
  cursor: pointer;
}

/* Nút xóa danh sách */
.btn-xoa-danh-sach {
  background-color: #f06292; /* Hồng đậm */
  border: none;
  color: white;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-xoa-danh-sach:hover {
  background-color: #c2185b; /* Đỏ đậm hơn khi hover */
}

/* Form thêm danh sách */
#modalThemDanhSach .modal-header {
  background-color: #f8bbd0; /* Nền hồng nhạt */
  color: #fff;
}

#modalThemDanhSach .btn-primary {
  background-color: #e57373; /* Màu hồng đào */
  border: none;
}

#modalThemDanhSach .btn-primary:hover {
  background-color: #c2185b; /* Đỏ đậm hơn */
}

/* Input trong form */
#modalThemDanhSach input {
  border: 1px solid #f8bbd0; /* Viền hồng nhạt */
  border-radius: 4px;
}

#modalThemDanhSach input:focus {
  border-color: #e57373; /* Viền đậm hơn khi focus */
  box-shadow: 0 0 5px rgba(231, 115, 115, 0.5);
}

/* Nút thêm danh sách */
#btnThemDanhSach {
  background-color: #f06292; /* Màu hồng đậm */
  color: white;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#btnThemDanhSach:hover {
  background-color: #c2185b; /* Đỏ đậm hơn */
  color: white;
}

/* Hiệu ứng fade nhẹ nhàng */
.mdv-tu-truyen-item.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

/* danh sách đọc end */

/* trang tủ truyện end */

/* trang rút đào start */
/* Custom styles for withdrawal section */

.info-box {
  background-color: #e9f8f5;
  border-left: 4px solid #00bfa5;
}
.info-box a {
  color: #007bff;
}
.alert-danger {
  display: flex;
  align-items: center;
}

.alert-danger i {
  margin-right: 10px;
}
.thong-bao-rut-dao-ngan-hang-duoi i {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}
/* Form Control Focus Effect */
.withdrawal-form .form-control:focus {
  box-shadow: 0 0 5px #feb9d5;
  border-color: #feb9d5;
}

.withdrawal-form .form-select,
.withdrawal-form .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
}
.mdv-rut-dao-section {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.mdv-rut-dao-section-title {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-family: var(--title-font);
  text-transform: capitalize;
}
.withdrawal-form .col-form-label {
  font-family: var(--title-font);
}
.withdrawal-form .col-form-label i {
  margin-right: 5px;
}
.withdrawal-form .row:nth-child(1) i {
  color: #c82333;
}
.withdrawal-form .row:nth-child(2) i {
  color: #ffa36c;
}
.withdrawal-form .row:nth-child(3) i {
  color: #6a197d;
}
.withdrawal-form .row:nth-child(4) i {
  color: #799351;
}
.withdrawal-form .row:nth-child(5) i {
  color: #ea2c62;
}
.withdrawal-form .row:nth-child(6) i {
  color: #9088d4;
}
.withdrawal-form .row:nth-child(7) i {
  color: #70adb5;
}
.withdrawal-form .row:nth-child(8) i {
  color: #91d18b;
}
.withdrawal-form .row:nth-child(9) i {
  color: #be5683;
}
.withdrawal-form .row:nth-child(10) i {
  color: #383e56;
}
.thong-bao-rut-dao-ngan-hang-duoi a {
  color: #900c3f;
  font-family: var(--title-font);
}
/* trang rút đào end */

/* trang thành viên start */
/* Custom styles for member section */
.mdv-thanh-vien-tabs .nav-link {
  border: none;
  font-weight: var(--title-weight);
  color: #333;
}

.mdv-thanh-vien-tabs .nav-link.active {
  color: #fff;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(253, 101, 133, 1) 0%,
    rgba(255, 211, 165, 1) 90%
  );
}

.mdv-member-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.mdv-member-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.mdv-member-card .member-name {
  font-size: 1.1rem;
  font-weight: var(--title-weight);
}

.mdv-member-card .member-info {
  font-size: 0.9rem;
  color: #666;
}

/* Button Styles */
.mdv-member-card .btn-unfollow {
  background-color: #dc3545;
  color: #fff;
}

.mdv-member-card .btn-follow-back {
  background-color: #28a745;
  color: #fff;
}

.mdv-thanh-vien-section {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* custom lại thành viên start */
.mdv-thanh-vien-wrapper {
  font-family: Arial, sans-serif;
}
.mdv-thanh-vien-tab {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-size: 0.9rem;
}
.mdv-thanh-vien-tab {
  background-color: var(--second-background-color);
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  gap: 5px;
}

.mdv-thanh-vien-tab .badge {
  background-color: var(--hiep-color);
  color: var(--background-color);
}
.mdv-thanh-vien-tab:hover {
  color: var(--text-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.mdv-thanh-vien-tab.active .badge {
  color: var(--text-color);
  background-color: var(--background-color);
}
.mdv-thanh-vien-tab.active {
  background-color: var(--second-main-color);
  color: var(--background-color);
  /* font-family: var(--title-font); */
  /* text-transform: uppercase; */
  /* box-shadow: 0 0.125rem 0.625rem rgba(255, 19, 90, 0.4),
    0 0.0625rem 0.125rem rgba(255, 19, 90, 0.5); */
  /* border: none; */
  /* font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem); */
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
}
.mdv-thanh-vien-tab.active:hover {
  /* background-color: #ad1457; */
  color: var(--background-color);
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
}
.mdv-thanh-vien-tabs .badge {
  font-size: 12px;
  padding: 2px 6px;
}

.mdv-thanh-vien-search input {
  height: 45px;
  border-radius: 25px;
  border: 1px solid #ddd;
  padding-left: 15px;
}

.mdv-thanh-vien-table-wrapper .table {
  font-size: 0.8rem;
}

.mdv-thanh-vien-avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.mdv-thanh-vien-table-wrapper table td {
  vertical-align: middle;
}
.table-responsive {
  scrollbar-width: thin;
}
/*  */
.btn-sm.btn-primary {
  box-shadow: 0 0.125rem 0.625rem rgba(0, 128, 255, 0.4),
    0 0.0625rem 0.125rem rgba(0, 128, 255, 0.5);
}
.btn-sm.btn-danger {
  box-shadow: 0 0.125rem 0.625rem rgba(220, 53, 69, 0.4),
    0 0.0625rem 0.125rem rgba(220, 53, 69, 0.5);
}
.btn-sm.btn-success {
  box-shadow: 0 0.125rem 0.625rem rgba(25, 135, 84, 0.4),
    0 0.0625rem 0.125rem rgba(25, 135, 84, 0.5);
}
.banned {
  text-decoration: line-through;
  color: #5a5a5a;
  font-weight: var(--title-weight);
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.1rem 0.25rem;
  font-size: 0.7rem;
}

/* form sửa thông tin start */
.mdv-thanh-vien-form-sua-thong-tin {
  background-color: var(--second-background-color);
  border: 1px solid #f2c9df;
  color: #874b5d;
  display: none;
}

.mdv-thanh-vien-form-sua-thong-tin h3 {
  color: #d63384;
}

.mdv-thanh-vien-form-sua-thong-tin .form-label {
  font-weight: var(--title-weight);
}

.btn-pink {
  background-color: #d63384;
  color: #fff;
  border: none;
}

.btn-pink:hover {
  background-color: #c62674;
}
.table-tim-kiem-thanh-vien-wrapper {
  display: none;
}
/* form sửa thông tin end */

/* trang thành viên end */

/* trang cài đặt hệ thống start */
.mdv-cai-dat-he-thong-section {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* Custom CSS for Settings Section */
.mdv-settings-tabs .nav-link {
  color: #000;
  border-radius: 0;
}

.mdv-settings-tabs .nav-link.active {
  /* background-color: #00a19d; */
  color: #000;
  background-image: radial-gradient(
    circle farthest-corner at 5.3% 17.2%,
    rgba(255, 208, 253, 1) 0%,
    rgba(255, 237, 216, 1) 90%
  );
}

.mdv-cai-dat-he-thong-section .form-control:focus {
  box-shadow: 0 0 5px #feb9d5;
}

.mdv-cai-dat-he-thong-section .btn-upload-qr {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

.cai-dat-he-thong-tttt-box,
.cai-dat-he-thong-ttlh-box {
  background-color: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 4px 0px inset;
  overflow: hidden;
}
.cai-dat-he-thong-tttt-box h5,
.cai-dat-he-thong-ttlh-box h5 {
  font-family: var(--title-font);
  /* background-color: #007bff; */
  color: var(--background-color);
  background-image: radial-gradient(
    circle farthest-corner at 22.4% 21.7%,
    rgba(4, 189, 228, 1) 0%,
    rgba(2, 83, 185, 1) 100.2%
  );
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.cai-dat-he-thong-tttt-box-item .row .col-form-label {
  font-family: var(--title-font);
}
.cai-dat-he-thong-tttt-box-item .row .col-form-label i {
  margin-right: 5px;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(1) i {
  color: #c82333;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(2) i {
  color: #ffa36c;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(3) i {
  color: #6a197d;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(4) i {
  color: #799351;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(5) i {
  color: #ea2c62;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(6) i {
  color: #9088d4;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(7) i {
  color: #70adb5;
}
.cai-dat-he-thong-tttt-box-item .row:nth-child(8) i {
  color: #91d18b;
}
.cai-dat-he-thong-ttlh-box-item .row:nth-child(1) i {
  color: #be5683;
}
.cai-dat-he-thong-ttlh-box-item .row:nth-child(2) i {
  color: #24a1de;
}
.cai-dat-he-thong-ttlh-box-item .row:nth-child(3) i {
  color: #24a1de;
}
/* trang cài đặt hệ thống end */

/* trang quản lý thông báo start */
.mdv-thong-bao-section {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* Pink Peach Theme for Messages */

.mdv-tabs-peach .nav-tabs .nav-link {
  color: #ff80ab;
  border: 1px solid #ffccdf;
  border-radius: 0;
}

.mdv-tabs-peach .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff80ab;
  border-color: #ff80ab;
}

.message-list {
  /* max-height: 500px; */
  /* overflow-y: auto; */
}

.message-item {
  /* background-color: #fff0f5; */
  /* border: 1px solid #ffccd5; */
  /* box-shadow: 0 2px 5px rgba(255, 192, 203, 0.2); */
}

.message-item:hover {
  /* background-color: #ffebf0; */
}

.message-sender i,
.message-time i {
  color: var(--main-color);
  margin-right: 5px;
}

.message-content {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ffccd5;
  border-radius: 5px;
  color: #333;
}
.message-content a {
  color: var(--main-color);
  text-decoration: underline;
}
/* Add some padding to the message sender and time */
.message-sender,
.message-time {
  font-size: 14px;
  position: relative;
  z-index: 5;
  background-color: var(--background-color);
}

.mdv-rut-dao-section-title {
  color: var(--main-color);
  font-weight: var(--title-weight);
}
.nav-tabs.mdv-tabs-peach .nav-link {
  color: var(--text-color);
  border: none;
}
.nav-tabs.mdv-tabs-peach .nav-link.active {
  /* background-image: radial-gradient(
    circle farthest-corner at 5.3% 17.2%,
    rgba(255, 208, 253, 1) 0%,
    rgba(255, 237, 216, 1) 90%
  ); */
  font-weight: initial;
  font-family: var(--title-font);
  /* color: var(--background-color); */
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.menu-view-thong-bao-li a {
  font-size: 0.8rem;
}
.menu-view-thong-bao-li.active a {
  background: transparent;
  /* border: 2px solid var(--hiep-color); */
  color: var(--text-color);
}
.btn-da-doc {
  background-color: rgba(0, 123, 255, 1);
  color: var(--background-color);
  overflow: hidden;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 123, 255, 0.4),
    0 0.0625rem 0.125rem rgba(0, 123, 255, 0.5);
  border: none;
  text-align: center;
  font-size: 0.9rem;
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.message-content-state {
  display: none;
}
.message-content-state.active {
  display: flex;
}
.btn-check-all-tn {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 5;
}
.btn-view-box-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  width: 3px;
  height: 190%;
  background-color: var(--text-color);
}
.btn-da-doc-box {
  position: relative;
  z-index: 5;
}

.btn-view-box .btn-view-box-line {
  height: 200%;
}
.btn-view-box .btn-view-box-line::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -2px;
  left: 50%;
  background-color: var(--text-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.message-item:last-of-type .btn-view-box-line::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -2px;
  left: 50%;
  background-color: var(--text-color);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* trang quản lý thông báo end */

/* trang truyện sản phẩm start */
.product-card {
  position: relative;
  /* background-color: #fff; */
  /* border: 1px solid #eee; */
  /* border-radius: 8px; */
  /* overflow: hidden; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s;
}

.product-card:hover {
  /* transform: translateY(-5px); */
}

.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}

.vip-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: gold;
  color: white;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: var(--title-weight);
}

.product-info {
  padding: 5px;
}

.product-title {
  font-size: 0.9rem;
  font-family: var(--title-font);
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-category {
  font-size: 12px;
  color: #777;
  /* margin-bottom: 10px; */
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #ff928f;
}

.pagination-page .pagination-sm {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.pagination-page .pagination-sm li {
  margin: 0 5px;
}

.pagination-page .pagination-sm li a {
  /* color: #f39c12; */
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
  /* border: 1px solid #f39c12; */
  transition: background-color 0.3s;
}

.pagination-page .pagination-sm li a:hover {
  background-color: #f39c12;
  color: #fff;
}

.pagination-page .pagination-sm .active a {
  background-color: var(--second-background-color);
  color: var(--text-color);
}
.pagination-page .pagination-sm .active a:hover {
  background-color: var(--text-color);
  border-color: var(--text-color);
}
.mdv-comic-book-item .cover {
  height: 100%;
}
.mdv-comic-book-item .cover-comic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-product-title-text {
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--main-color);
}
.msv-product-page-content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mdv-product-page {
  background-color: #fef7fb;
  padding-bottom: 100px;
}
.msv-product-page-content {
  background-color: var(--background-color);
}
.icon-sidebar-img-product-item-img {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.rating-value {
  font-family: var(--title-font);
}
.icon-sidebar-img-product-item-img.disabled {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/* Dạng Lưới */
.product-card.grid-view {
  display: block;
  text-align: center;
}

/* Dạng Ngang */
.product-card.list-view {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.product-card.list-view .msv-comic-book-item {
  width: 60px; /* Ảnh bìa nhỏ hơn */
  margin-bottom: 0 !important;
}

/* Dạng Lưới */
.grid-view .col {
  flex: 0 0 16.6667%; /* 6 cột cho màn hình lớn */
  max-width: 16.6667%;
}

/* Dạng Ngang */
.list-view {
  flex-wrap: nowrap; /* Ngăn các cột xuống hàng */
  overflow-x: auto; /* Tạo thanh cuộn ngang nếu cần */
}
.list-view.row {
  flex-wrap: wrap;
}
.list-view .col {
  flex: 0 0 25%; /* 2 cột cho chế độ list-view */
  max-width: 25%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.list-view .product-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  width: 100%;
}

.list-view .msv-comic-book-item {
  width: 120px; /* Ảnh nhỏ hơn cho chế độ ngang */
  height: auto;
  flex-shrink: 0;
}

.list-view .product-info {
  flex: 1;
  text-align: left;
  max-width: calc(100% - 60px);
}
.product-card.list-view .product-info .product-title {
  /* white-space: initial; */
  margin-bottom: 0;

  white-space: nowrap;
}
.product-card.list-view img {
  max-width: 100px;
}
.san-pham .msv-comic-book-item .book:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.product-card.list-view .mdv-logo-18-wrapper {
  top: -5%;
  right: -15%;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.mdv-truyen-item-gioi-thieu-box {
  font-size: 0.7rem;
  display: none;
}
.product-card.list-view .mdv-truyen-item-gioi-thieu-box {
  display: block;
}
.btn-xem-dang {
  background: transparent;
  border: none;
  outline: none;
  color: var(--main-color);
  font-size: 1.5rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-xem-dang.active {
  color: var(--second-main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-xem-dang:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* thanh thể loại truyện start */
.mdv-the-loai-container {
  white-space: nowrap;
  gap: 5px;
  padding: 10px 0;
}
.mdv-the-loai-container::-webkit-scrollbar {
  display: block;
  height: 6px;
}
.mdv-the-loai-container::-webkit-scrollbar-thumb {
  background: var(--main-color);
}
.mdv-the-loai-container .form-check {
  /* background-color: var(--background-color);
  border: 1px solid var(--main-color); */
  /* color: var(--main-color); */
  /* border-radius: 20px; */
  /* padding: 6px 12px; */
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 0;
}

.mdv-the-loai-container .form-check-input {
  display: none;
}

.mdv-the-loai-container .form-check-input:checked + .form-check-label {
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mdv-the-loai-container .form-check-label {
  cursor: pointer;
  border: 1px solid var(--main-color);
  color: var(--text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: clamp(0.85rem, 0.8192rem + 0.1538vw, 0.95rem);
}
.mdv-the-loai-container .form-check-label:hover {
  background-color: var(--second-background-color);
  border-color: var(--second-background-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* thanh thể loại truyện end */

/* trang sản phẩm end */

/* trang thể loại start */
.category-section {
  background-color: #fef7fb;
  padding-bottom: 100px;
}

.category-title {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 40px;
  /* text-transform: capitalize; */
}

.category-item {
  text-decoration: none;
  transition: all 0.3s ease;
}

.category-box {
  border: 2px solid var(--second-main-color);
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding: 20px;
  height: 100%;
}

.category-box:hover {
  background-color: var(--second-main-color);
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.category-box:hover .category-name {
  color: var(--background-color);
}
.category-icon {
  font-size: 1.3rem;
  color: var(--main-color);
}

.category-name {
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
  color: #333;
  font-weight: var(--title-weight);
  text-transform: capitalize;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-show-more {
  background-color: var(--main-color);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-show-more:hover {
  color: var(--background-color);
  background-color: var(--second-main-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Gradient effect khi các mục bị ẩn */
.category-list.with-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fef7fb);
  pointer-events: none;
  z-index: 1;
}

.category-list {
  position: relative;
}

/* trang thể loại end */

/* trang tin tức start */
/* Section Tabs Tin Tức và Thông Báo */
.news-notification-tabs {
  background-color: #fef7fb;
  padding-bottom: 100px;
}

/* Tiêu đề tab */
.news-title,
.notification-title,
.nav-link {
  /* font-size: clamp(1.5rem, 1.125rem + 1.5vw, 2rem); */
  font-size: clamp(1rem, 0.8462rem + 0.7692vw, 1.2rem);
  color: var(--main-color);
  font-weight: 700;
}

/* Tab Active */
.news-notification-tabs .nav-tabs .nav-link {
  font-size: clamp(1rem, 0.8462rem + 0.7692vw, 1.5rem);
  border: none;
}
.news-notification-tabs .nav-tabs .nav-link:hover {
  color: var(--text-color);
}
.news-notification-tabs .nav-tabs .nav-link:hover {
  border: none;
}
.news-notification-tabs .nav-tabs .nav-link:focus {
  border: none;
  border-color: transparent;
}
.news-notification-tabs .nav-tabs .nav-link.active {
  /*background-color: #fce4ec;
    */ /*border-color: #fbc3d6;
    */
  border-color: transparent;
  border: none;
  /*background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
    */
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  box-shadow: rgba(255, 97, 102, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  color: var(--background-color);
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
}
.news-notification-tabs .nav-tabs {
  border-color: var(--main-color);
  border-bottom: none;
}
/* Tin Tức */
.news-list .news-item,
.notification-list .notification-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fbc3d6;
  padding-bottom: 10px;
}

.news-meta,
.notification-meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.8rem, 0.7rem + 0.5vw, 1rem);
  color: #999;
  gap: 5px;
}

.news-title,
.notification-title {
  font-size: clamp(1rem, 0.875rem + 1vw, 1.25rem);
  font-weight: var(--title-weight);
  color: #333;
  text-decoration: none;
}

.news-item:hover .news-title,
.notification-item:hover .notification-title {
  color: var(--main-color);
}

.news-item {
  background-color: var(--background-color);
  border: 2px solid #fbc3d6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.news-item:hover {
  background-color: #fce4ec;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.news-author,
.news-date {
  color: #999;
}
/* trang tin tức end */

/* trang bảng xếp hạng start */
/* Phong cách chung */
.top-section {
  background-color: #fef7fb;
  padding-bottom: 150px;
}

.top-title {
  font-size: clamp(1.3rem, 1.2rem + 1vw, 1.7rem);
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 15px;
}

.top-list {
  background-color: #fff;
  border: 1px solid #fbc3d6;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.top-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #fbc3d6;
}
.top-item:last-of-type {
  border-bottom: none;
}
.top-item:first-child {
  border-bottom: none;
}

.top-item.top-item-first {
  display: flex;
  align-items: center;
}

.top-number {
  font-weight: var(--title-weight);
  color: #ff5c5c;
  font-size: 1.2rem;
}

.no1 {
  font-size: 0.9rem;
  color: var(--background-color);
  background-color: var(--second-main-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 3px 10px;
}

.top-name {
  font-weight: var(--title-weight);
  font-size: clamp(0.9rem, 0.8385rem + 0.3077vw, 1.1rem);
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.top-info {
  color: #666;
  font-size: 0.9rem;
}
.top-item.top-item-first .top-info {
  color: var(--second-text-color);
  font-size: clamp(1.2rem, 1.1385rem + 0.3077vw, 1.4rem);
  font-family: tet-2;
}
.top-author {
  font-size: 0.85rem;
  color: #888;
}
.top-item-comic-image-book-cover {
  z-index: 4;
  transform: perspective(200px) rotateY(-25deg);
  -webkit-transform: perspective(200px) rotateY(-25deg);
  -moz-transform: perspective(200px) rotateY(-25deg);
  -ms-transform: perspective(200px) rotateY(-25deg);
  -o-transform: perspective(200px) rotateY(-25deg);
}
.top-item-comic-image-book-cover::after {
  position: absolute;
  z-index: 2;
  top: 2%;
  left: 100%;
  width: 10%;
  height: 95%;
  content: " ";
  -webkit-transform: perspective(60px) rotateY(30deg);
  -moz-transform: perspective(60px) rotateY(30deg);
  transform: perspective(60px) rotateY(30deg);
  background-color: #efefef;
  box-shadow: inset 0 0 5px #333;
}
.top-item-comic-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-width: 70px;
  max-width: 70px;
  transform: translateZ(10px);
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  -o-transform: translateZ(10px);
}
.top-item-comic-image a,
.top-item-comic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-name:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.top-item-extra-left .top-name {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.bang-xep-hang .mdv-charts-box-content {
  padding: 0;
}
.top-section .nav.nav-tabs {
  border-bottom: none;
  gap: 10px;
}
.top-section .nav-tabs .nav-link {
  border: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.top-section .nav-tabs .nav-link:hover {
  border: none;
  color: var(--text-color);
}
.top-section .nav-tabs .nav-link.active {
  color: var(--background-color);
  /* background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%); */
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  box-shadow: rgba(255, 97, 102, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
/* trang bảng xếp hạng end */

/* trang tìm thể loại start */
.mdv-tim-the-loai-section {
  padding-bottom: 150px;
  background-color: #fef7fb;
}
.msv-product-page-text-special {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--main-color);
  font-weight: 700;
  text-transform: capitalize;
}
/* trang tìm thể loại end */

/* trang sản phẩm detail (truyện detail) start */

.mdv-san-pham-detail {
  background-color: #fef7fb;
  overflow: visible;
  padding-bottom: 150px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mdv-san-pham-detail-box {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.mdv-doc-truyen-breadcrumb {
  background-color: var(--second-background-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mdv-doc-truyen-breadcrumb .breadcrumb-item {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}
.mdv-doc-truyen-breadcrumb .breadcrumb-item a {
  /*color: #f97892;
  */
  color: var(--second-main-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mdv-doc-truyen-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.mdv-san-pham-detail-chuong-title {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mdv-san-pham-detail-chuong-title-text {
  text-transform: capitalize;
}
.mdv-san-pham-detail-tgian i {
  color: #f43138;
}
.mdv-san-pham-detail-lx i {
  color: #b721ff;
}
.mdv-san-pham-detail-bl i {
  color: var(--second-main-color);
}
.mdv-chuong-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, var(--main-color), #fbaebe);
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 135px;
  gap: 10px;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mdv-chuong-button:hover {
  background: linear-gradient(
    to right,
    var(--second-main-color),
    var(--second-main-color)
  );
  color: var(--background-color);
}
.mdv-chuong-button-truoc {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.mdv-chuong-button-sau {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mdv-san-pham-detail-khung-tool {
  position: absolute;
  top: 0px;
  left: calc(100% - 10px);
  width: max-content;
  height: 100%;
  z-index: 20;
}
.mdv-san-pham-detail-khung-tool-box {
  top: 0px;
  position: sticky;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.mdv-san-pham-detail-khung-tool-box-ul {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  background-color: var(--background-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
}
.mdv-san-pham-detail-khung-tool-box-ul li a {
  /* padding: 5px 9px 5px 8px; */
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #a6a6a6;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 40px;
  height: 40px;
}
.mdv-san-pham-detail-khung-tool-box-ul li a:hover {
  background: #f9f9f9;
  color: var(--second-main-color);
}
/* tìm chương */
/* Phần danh sách chương */
.msv-chuong-list-container {
  background-color: #fef7fb;
  border: 1px solid #fbc3d6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: max-content;
  min-width: 200px; /* Kích thước gọn gàng */
  max-height: 300px; /* Giới hạn chiều cao */
  overflow-y: auto; /* Cuộn nội dung nếu quá nhiều chương */
  z-index: 100;
  right: 0; /* Canh phải để nằm dưới nút */
  top: 50px; /* Đảm bảo danh sách nằm ngay dưới nút */
}
.msv-chuong-list-container::-webkit-scrollbar-thumb {
  background: var(--main-color-pretty);
}
.msv-chuong-list-container::-webkit-scrollbar {
  width: 8px !important;
  display: block;
}
.msv-chuong-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.msv-chuong-item {
  padding: 8px 10px;
  border-bottom: 1px solid #fbc3d6;
  transition: background-color 0.3s ease;
}

.msv-chuong-item:last-child {
  border-bottom: none;
}

.msv-chuong-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.msv-chuong-link:hover {
  color: var(--main-color);
  background-color: #fce4ec;
}

.msv-chuong-number {
  font-weight: var(--title-weight);
  font-size: 0.9rem;
}

.msv-chuong-title {
  font-size: 0.85rem;
  color: var(--text-color);
}

/* Đảm bảo nút luôn nằm trên danh sách chương */
.msv-breadcrumb-chuong-box {
  z-index: 1010;
}

/* danh sách chương tool */
/* Danh sách chương hiển thị bên trái */
.msv-chuong-list-container-left {
  position: absolute;
  left: -210px;
  top: 0;
  background-color: #fef7fb;
  border: 1px solid #fbc3d6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 9999;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.msv-chuong-list-container-left.show {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.msv-chuong-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.msv-chuong-item {
  padding: 8px 10px;
  border-bottom: 1px solid #fbc3d6;
  transition: background-color 0.3s ease;
}

.msv-chuong-item:last-child {
  border-bottom: none;
}

.msv-chuong-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.msv-chuong-link:hover {
  color: var(--main-color);
  background-color: #fce4ec;
}

.msv-chuong-number {
  font-weight: var(--title-weight);
  font-size: 0.9rem;
}

.msv-chuong-title {
  font-size: 0.85rem;
  color: var(--text-color);
}

/* nút tìm chương bottom */
/* Danh sách chương 2 sẽ hiển thị trên nút */
.msv-chuong-list-container-2 {
  position: absolute;
  top: initial;
  bottom: calc(100% + 10px);
  /*Hiểnthịphíatrênnút*/
  left: 0;
  background-color: #fef7fb;
  border: 1px solid #fbc3d6;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  width: max-content;
  z-index: 500;
  display: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.msv-chuong-list-container-2.show {
  display: block;
}

.msv-chuong-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.msv-chuong-item {
  padding: 8px 10px;
  border-bottom: 1px solid #fbc3d6;
  transition: background-color 0.3s ease;
}

.msv-chuong-item:last-child {
  border-bottom: none;
}

.msv-chuong-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.msv-chuong-link:hover {
  color: var(--main-color);
  background-color: #fce4ec;
}

.msv-chuong-number {
  font-weight: var(--title-weight);
  font-size: 0.9rem;
}

.msv-chuong-title {
  font-size: 0.85rem;
  color: var(--text-color);
}

/* nút báo lỗi chia sẻ... start */
/* Style cho nhóm nút hành động */
.mdv-btn-group-bao-loi-cac-kieu {
  margin-top: 20px;
}

/* Style chung cho các nút */
.mdv-btn-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
  font-weight: var(--title-weight);
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  background-color: #f77890;
  color: #fff;
  transition: all 0.3s ease;
  gap: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hover effect cho các nút */
.mdv-btn-action:hover {
  background-color: #ffadc1;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
}

/* Icon trong nút */
.mdv-btn-action i {
  font-size: 1.2rem;
}

/* Style riêng cho các nút cụ thể */
.btn-mdv.mdv-btn-bao-loi {
  background-color: #f77890;
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}

.mdv-btn-theo-doi {
  background-color: #f99fb1;
}

.mdv-btn-chia-se {
  background-color: #fbc1d2;
}

/* nút báo lỗi end */

/* bình luận start */
.mdv-san-pham-detail-binh-luan {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* bình luận end */

/* truyện đề cử start */
/* Phong cách chung cho danh sách truyện liên quan */
.mdv-san-pham-detail-truyen-de-cu-container {
  background-color: var(--background-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.truyen-de-cu-title {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: var(--title-weight);
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fbc1d2;
  color: #f77890;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* Mỗi item trong danh sách truyện */
.truyen-de-cu-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fbc1d2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.truyen-de-cu-item:last-of-type {
  border-bottom: none;
}
/* .truyen-de-cu-item:hover {
  background-color: #fce4ec;
} */

/* Hình ảnh của truyện */
.truyen-de-cu-image {
  /* width: 70px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.truyen-de-cu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Thông tin truyện */
.truyen-de-cu-info {
  flex-grow: 1;
}

.truyen-de-cu-title-link {
  font-size: 1rem;
  font-weight: var(--title-weight);
  color: #f77890;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.truyen-de-cu-title-link:hover {
  color: #ffadc1;
  text-decoration: underline;
}

/* Meta thông tin (tác giả, lượt xem) */
.truyen-de-cu-meta {
  font-size: 0.85rem;
  color: #666;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.truyen-tacgia {
  color: #f99fb1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.truyen-tacgia-text {
  color: #999;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.truyen-luotxem {
  display: flex;
  align-items: center;
  color: #999;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.truyen-luotxem i {
  margin-right: 5px;
  color: #f99fb1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* truyện đề cử end */
.mdv-chuong-button-tim {
  cursor: pointer;
}

/* form mua chương start */
/* CSS cho Thông báo Chương VIP */
:root {
  --modal-bg-color: #f9f3f1; /* Màu nền mới nhẹ nhàng, không quá sáng */
  --main-pink-color: #f7c1bd; /* Màu hồng pastel dịu */
  --text-dark-color: #4a4a4a; /* Màu chữ tối hơn, dễ đọc */
  --button-color: #ff135a;
  --box-shadow-light: 0 2px 15px rgba(200, 20, 60, 0.2); /* Box shadow nhẹ nhàng hơn */
  --border-radius: 10px;
}

/* Container cho thông báo VIP */
.vip-notice-container {
  background-color: var(--modal-bg-color);
  border-radius: var(--border-radius);
  /* box-shadow: var(--box-shadow-light); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 20px;
  margin: 20px 0;
  color: var(--text-dark-color);
  max-width: 700px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1000;
}

/* Tiêu đề Thông báo */
.vip-notice-title {
  color: var(--button-color);
  font-weight: var(--title-weight);
  text-align: center;
  margin-bottom: 15px;
}
.doi-canh-img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
/* Phần mô tả Thông báo */
.vip-notice-description {
  font-size: 1.1rem;
  color: var(--text-dark-color);
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* Danh sách thông tin bổ sung */

.vip-notice-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: var(--text-dark-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.vip-notice-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.vip-notice-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--button-color);
}
.vip-notice-list a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* Liên kết trong thông báo */
.vip-link {
  color: var(--button-color);
  text-decoration: underline;
}

/* Icon Đào và Hạt */
.icon-qua-dao-chuong,
.icon-hat {
  width: 20px;
  vertical-align: middle;
}

/* Nút Mua Chương */
.vip-notice-btn {
  background-color: var(--button-color);
  border: none;
  color: white;
  padding: 10px 20px;
  font-weight: var(--title-weight);
  font-size: 1rem;
  text-align: center;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  display: block;
  margin: 0 auto;
}

.vip-notice-btn:hover {
  background-color: #e2124c;
  box-shadow: 0 4px 25px rgba(255, 19, 90, 0.5);
  cursor: pointer;
}
/* form mua chương end */

/* modal mua chương start */
/* Modal mua chương start */
:root {
  --modal-bg-color: #fff9f8;
  --main-pink-color: #fcaca3;
  --text-dark-color: #333333;
  --box-shadow-light: 0 2px 20px rgba(253, 183, 194, 0.4);
  --border-radius: 10px;
  --btn-bg-hover: #f4978e;
}

/* Modal Content */
.mua-chuong-modal-content {
  background-color: var(--modal-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  color: var(--text-dark-color);
  border-color: var(--main-pink-color);
}

/* Modal Header */
.mua-chuong-modal-header {
  border-bottom: none;
  background: var(--main-pink-color);
  color: #fff;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.mua-chuong-modal-title {
  font-weight: var(--title-weight);
}

.mua-chuong-modal-close {
  color: #fff;
}

/* Modal Body */
.mua-chuong-modal-body {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  padding: 20px;
}

.mua-chuong-summary {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--text-dark-color);
}

.mua-chuong-summary p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  margin-bottom: 10px;
}

.icon-qua-dao-chuong,
.icon-hat {
  width: 25px;
  transform: translateY(-2px);
}

/* Modal Footer */
.mua-chuong-modal-footer {
  border-top: none;
  padding: 15px;
}

/* Buttons */
.mua-chuong-btn-cancel,
.mua-chuong-btn-pay {
  border-radius: var(--border-radius);
  background: var(--main-pink-color);
  color: #fff;
  transition: background 0.3s ease;
  border: none;
}

.mua-chuong-btn-pay {
  /* background-color: var(--main-pink-color); */
  color: #fff;
  font-weight: var(--title-weight);
  /* box-shadow: 0 0 0.2em rgba(252, 172, 163, 0.6); */

  background-color: #ff135a;
  color: var(--background-color);
  font-family: var(--title-font);
  box-shadow: 0 0 0.2em #ff135a;
}

.mua-chuong-btn-cancel:hover {
  background: var(--btn-bg-hover);
}

.mua-chuong-btn-pay:hover {
  background-color: #f4978e;
}
/* Modal mua chương end */

/* form nhập mật khẩu chương start */
/* CSS cho form nhập mật khẩu chương */
:root {
  --password-bg-color: #fff5f8;
  --main-pink-color: #fcaca3;
  --text-dark-color: #333;
  --button-color: #ff135a;
  --box-shadow-light: 0 2px 15px rgba(255, 19, 90, 0.4);
  --border-radius: 10px;
}

.password-form-container {
  background-color: var(--password-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-light);
  padding: 20px;
  margin: 20px auto;
  color: var(--text-dark-color);
  max-width: 600px;
  position: relative;
  z-index: 1000;
}

.password-form-title {
  font-size: 1.5rem;
  font-weight: var(--title-weight);
  color: var(--button-color);
  text-align: center;
}

.password-form-description {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}

.password-input {
  width: 100%;
  padding: 10px;
  border-radius: var(--border-radius);
  border: 1px solid var(--main-pink-color);
  margin-bottom: 15px;
}

.password-submit-btn {
  width: 100%;
  border-radius: var(--border-radius);
  background: var(--button-color);
  color: #fff;
  padding: 10px;
  border: none;
  box-shadow: var(--box-shadow-light);
  transition: background 0.3s ease;
}

.password-submit-btn:hover {
  background: #d90e4c;
}

.password-hint {
  font-size: 0.9rem;
  text-align: center;
  color: var(--text-dark-color);
}
/* form nhập mật khẩu chương end */

.icon-tu-truyen-img-tool {
  width: 23px;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.btn-them-vao-tu-truyen-tool:hover .icon-tu-truyen-img-tool {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.icon-tu-truyen-img-tool.active {
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.san-pham-detail .mdv-san-pham-show-comment {
  background-color: var(--background-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* độc quyền label start */
.watermarked-content {
  position: relative;
  user-select: none; /* Không cho phép chọn văn bản */
  -webkit-user-select: none; /* Đối với trình duyệt Webkit */
  -moz-user-select: none; /* Đối với trình duyệt Firefox */
  -ms-user-select: none; /* Đối với IE */
}

.watermarked-content::before {
  content: var(--text-copyright);
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 0, 0, 0.2);
  /* font-size: clamp(2rem, 1.3846rem + 3.0769vw, 4rem); */
  font-size: clamp(1.5rem, 1.0385rem + 2.3077vw, 3rem);
  font-weight: var(--title-weight);
  pointer-events: none;
  z-index: 100;
  transform: translate(-50%, -50%) rotate(20deg);
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  -moz-transform: translate(-50%, -50%) rotate(20deg);
  -ms-transform: translate(-50%, -50%) rotate(20deg);
  -o-transform: translate(-50%, -50%) rotate(20deg);
  text-align: center;
  max-width: 90%;
}
html.dark-mode .san-pham-detail .watermarked-content::before {
  color: rgb(131 129 129 / 20%);
  /* opacity: 0.3; */
}
html.dark-mode.san-pham-detail .password-form-container {
  background-color: #686d76 !important;
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* độc quyền label end */
.icon-tang-qua-gift {
  width: 25px;
  height: auto;
}

/* thanh tool mobile start */
.mdv-tool-doc-truyen-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.vh-menu-mobile-tool-doc {
  width: 100%;
  height: 100%;
}
.vh-menu-mobile-tool-doc a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  color: #a6a6a6;
}
/* thanh tool mobile end */

/* trang sản phẩm detail (truyện detail) end */

/* trang tường nhà start */
/* Profile Page CSS */
.profile-page {
  font-family: var(--normal-font);
  /* background-color: #f9f9f9; */
  background-color: #fef7fb;
  /* background-color: #fbece7; */
  color: #333;
  padding-bottom: 150px;
}

/* Ảnh bìa */
.profile-banner {
  overflow: hidden;
  max-height: 500px;
}

.profile-banner img,
.profile-banner a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Avatar */
/* .profile-avatar {
  margin-top: -80px;
  margin-bottom: 10px;
  width: 160px;
  height: 160px;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff;
} */

.profile-avatar {
  overflow: hidden;
  --bs-aspect-ratio: 105%;
  min-width: 120px;
  max-width: 120px;
}
.profile-avatar .avatar,
.profile-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-avatar .avatar {
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profile-avatar .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}

/* Thông tin cá nhân */
.profile-info {
  margin-top: -150px;
  background-color: var(--background-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 5;
}

.profile-name {
  font-size: clamp(1.5rem, 2vw, 2rem);
  /* color: var(--main-color); */
  color: var(--text-color);
  font-family: var(--medium-font);
}
.frame-rank-profile-img {
  width: 180px;
  height: auto;
}
.profile-friends {
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #666;
  font-family: var(--title-font);
}

/* Nút chức năng */
.profile-buttons .btn {
  border-radius: 20px;
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.btn-friend,
.btn-donate-thanh-vien {
  background-color: var(--main-color);
  color: var(--background-color);
  border: none;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.btn-friend:hover,
.btn-donate-thanh-vien:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.btn-message {
  background-color: var(--main-color);
  color: #fff;
  border: none;
}
.btn-message:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.btn-dropdown {
  background-color: #e9ecef;
  color: #333;
  border: none;
}
.huan-chuong-img {
  max-width: 35px;
  height: auto;
}
.profile-info-level-huan-chuong {
  border: 1px solid #fbc3d6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.profile-info-level-huan-chuong-title {
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 2;
  width: max-content;
  height: auto;
  background-color: var(--background-color);
  padding: 0px 10px;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-family: var(--medium-font);
  color: var(--second-main-color);
  text-transform: capitalize;
}
.profile-info-level-chuc-danh {
  font-family: var(--medium-font);
  font-size: clamp(1.3rem, 1.2385rem + 0.3077vw, 1.5rem);
}
.profile-info-level-chuc-danh-text {
  color: var(--main-color);
}
.profile-info-level-thong-so {
  font-size: clamp(1.1rem, 1.0692rem + 0.1538vw, 1.2rem);
}
.profile-info-level-thong-so-text {
  color: var(--second-main-color);
  font-family: var(--medium-font);
}
.profile-info-level-thong-so-box {
  font-size: 0.9rem;
  color: var(--background-color);
  background-color: var(--second-main-color);
  padding: 5px 7px;
  font-family: cotrang-3;
}
.icon-level-profile-img {
  width: 25px;
  height: auto;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.profile-info-level-progress .progress-bar.bg-danger {
  background-color: #ff7eb3 !important;
}
.profile-info-level-progress {
  text-align: center;
}
.text-des-level {
  font-style: italic;
}
.profile-chu-ky {
  max-width: 500px;
  font-size: clamp(0.85rem, 0.8346rem + 0.0769vw, 0.9rem);
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1.4;
}
.icon-quote {
  /* position: absolute;
  top: 0;
  left: 0; */
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  color: #e9ecef;
}
/* Giới thiệu */
.profile-gioi-thieu-truyen .container {
  padding: 0;
}
.profile-bio {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.profile-bio h5 {
  font-family: var(--title-font);
  color: var(--main-color);
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}

.profile-details {
  list-style-type: none;
  padding: 0;
}

.profile-details li {
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  color: #666;
  padding: 8px 0;
}

.profile-details i {
  color: var(--main-color);
  margin-right: 5px;
  width: 20px;
}
.profile-page-box-truyen {
  background-color: var(--background-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.profile-page-box-truyen-title {
  font-family: var(--title-font);
  color: var(--main-color);
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
.top-item-comic-image-book-item .top-item-comic-image-book-cover {
  transform: perspective(90px) rotateY(-1deg);
  -webkit-transform: perspective(90px) rotateY(-1deg);
  -moz-transform: perspective(90px) rotateY(-1deg);
  -ms-transform: perspective(90px) rotateY(-1deg);
  -o-transform: perspective(90px) rotateY(-1deg);
}
.top-item-comic-image-book-item .top-item-comic-image {
  max-width: 100%;
}
.top-item-comic-image-book-cover::after {
  width: 7%;
  height: 94%;
  top: 3%;
}
.profile-page-box-truyen-item-name a {
  font-family: var(--title-font);
  color: var(--text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.profile-page-box-truyen-item-name a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.profile-page-box-truyen-item-review {
  margin-top: -5px;
}
/* Top Donate Section */
.profile-top-donate {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-family: var(--title-font);
  color: #666;
}

.profile-top-donate h5 {
  font-family: var(--title-font);
  color: var(--main-color);
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  margin-bottom: 15px;
}

.top-donate-list {
  list-style: none;
  padding: 0;
}

.top-donate-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.top-donate-item:last-child {
  border-bottom: none;
}
.donate-avatar {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  min-width: 90px;
  max-width: 90px;
}

.donate-avatar .avatar,
.donate-avatar a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border: 3px solid #fbc3d6; */
}
.donate-avatar-top-1 {
  --bs-aspect-ratio: 105%;
  overflow: visible;
}
.donate-avatar-top-1 .avatar {
  scale: 0.8;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.donate-avatar .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.donator-info {
  font-size: clamp(0.85rem, 1vw, 1rem);
}

.donator-name {
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: #333;
  margin: 0;
}

.donator-amount {
  font-family: var(--normal-font);
  color: #666;
  margin: 0;
}

.donate-rank {
  font-size: 1.2rem;
  color: var(--main-color);
}
.icon-top-rank-donate {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.top-donate-item:nth-child(1) .donator-name a {
  color: #ffff33;
  font-family: var(--title-font);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45), 0 0 1em #ff9900,
    0 0 0.2em #ff9900;
}
.top-donate-item:nth-child(2) .donator-name a {
  color: #005086;
  font-family: var(--title-font);
}
.top-donate-item:nth-child(3) .donator-name a {
  color: #663399;
  font-family: var(--title-font);
}
.donator-amount {
  font-family: var(--title-font);
}
.icon-qua-dao-donate {
  width: 15px;
  height: auto;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
/* Status Box CSS */
.profile-status-box {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Đăng bài status */
.profile-status-post {
  /* background-color: #fef7fb; */
  /* border: 1px solid #fbc3d6; */
}
.avatar-modal-bl {
  min-height: 40px;
  min-width: 40px;
  object-fit: cover;
}
.status-avatar img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.status-input input {
  font-size: clamp(1rem, 1vw, 1.2rem);
  padding: 8px 10px;
  border-radius: 50px;
  /* border: 1px solid #ddd; */
  border: none;
  cursor: pointer;
  background: #f0f2f5;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.status-input input:hover {
  filter: brightness(96%);
  -webkit-filter: brightness(96%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.status-btn {
  background-color: #fef7fb;
  color: var(--main-color);
  font-size: clamp(0.85rem, 1vw, 1rem);
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
}

.status-btn:hover {
  background-color: #fbc3d6;
  color: #fff;
}

/* Bài post status */
.profile-post-status {
  /* background-color: #fff;
  border: 1px solid #fbc3d6; */
  /* margin-bottom: 1rem; */
}

.post-avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.post-username a {
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  color: var(--main-color);
  font-weight: var(--title-weight);
}

.post-time {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.post-content {
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #666;
}

.post-status-icon {
  font-size: 1.2rem;
}
/* Like and Comment Section */
.post-content-like-comment {
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.total-likes,
.total-comments {
  color: #666;
}
.total-likes:hover {
  text-decoration: underline;
  cursor: pointer;
}
.like-btn,
.comment-btn,
.share-btn {
  background-color: transparent;
  color: #666;
  font-size: clamp(0.9rem, 1vw, 1rem);
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.like-btn:hover,
.comment-btn:hover,
.share-btn:hover {
  color: var(--main-color);
}

.comments-section {
  padding-top: 1rem;
}

.comment {
  display: flex;
  margin-bottom: 1rem;
}

.comment-avatar img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.comment-content {
  max-width: 85%;
  background-color: #f0f2f5;
  border-radius: 10px;
}

.comment-info {
  font-size: clamp(0.8rem, 0.9vw, 1rem);
}

.comment-author a {
  color: var(--text-color);
  /* color: var(--main-color); */
  transition: all 0.35 ease;
  -webkit-transition: all 0.35 ease;
  -moz-transition: all 0.35 ease;
  -ms-transition: all 0.35 ease;
  -o-transition: all 0.35 ease;
}
.comment-author a:hover {
  color: var(--second-main-color);
  transition: all 0.35 ease;
  -webkit-transition: all 0.35 ease;
  -moz-transition: all 0.35 ease;
  -ms-transition: all 0.35 ease;
  -o-transition: all 0.35 ease;
}
.comment-time {
  font-size: 0.8rem;
  color: #999;
}

.comment-reactions {
  font-size: 0.85rem;
}

.small-btn {
  font-size: clamp(0.75rem, 0.8vw, 0.85rem);
  background-color: transparent;
  border: none;
  color: #666;
  padding: 0;
}

.small-btn:hover {
  color: var(--main-color);
}

.comment-input input {
  border-radius: 50px;
  padding: 8px 15px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  border: 1px solid #ddd;
}
.comment-icon-like-box {
  width: max-content;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  right: -20px;
}
.comment-icon-like-box i {
  background-color: #fb4d70;
  color: var(--background-color);
  font-size: 0.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.comment-icon-like-box-list {
  color: gray;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
.comment-icon-like-box-list:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* Quill Editor đã thay thế bằng emojioneArea */
.comment-input {
  flex: 1;
  /* border-radius: 50px; */
  /* overflow: hidden; */
  /* border: 1px solid #ddd; */
  /* background-color: #f0f2f5; */
  padding: 5px 10px;
  display: none;
}

/* Send Comment Button */
.send-comment-btn {
  background-color: var(--main-color);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.send-comment-btn:hover {
  background-color: #fbc3d6;
  color: white;
}
.comment-input .emojionearea .emojionearea-editor {
  min-height: 3em;
  max-height: 4em;
  padding-top: 10px;
}
.comment-input .emojionearea.form-control {
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  background-color: #f0f2f5;
  border: none;
}
.comment-input .emojionearea.focused {
  box-shadow: none;
}
.comment-input .emojionearea .emojionearea-button {
  top: 10px;
}

/* Tùy chỉnh dropdown */
.dropdown-bao-cao-bl .dropdown-toggle {
  cursor: pointer;
}
.dropdown-bao-cao-bl .dropdown-toggle::after {
  display: none; /* Ẩn mũi tên mặc định của dropdown */
}

.dropdown-bao-cao-bl .dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; /* Đổ bóng nhẹ cho dropdown */
  border-radius: 8px;
  padding: 0.5rem 0;
}

.dropdown-bao-cao-bl .dropdown-item {
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #666;
  padding: 10px 15px;
  transition: background-color 0.2s ease;
  font-family: var(--title-font);
}

.dropdown-bao-cao-bl .dropdown-item i {
  font-size: 1rem;
  color: var(--main-color);
}

.dropdown-bao-cao-bl .dropdown-item:hover {
  background-color: #f0f2f5;
  color: var(--main-color);
}

.dropdown-bao-cao-bl .dropdown-item:hover i {
  color: #fbc3d6;
}
/* Modal Tạo Bài Viết */
.modalStatusFacebook .modal-content {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
}

.modalStatusFacebook .modal-header {
  border-bottom: none;
  font-family: var(--title-font);
}

.modalStatusFacebook .modal-footer {
  border-top: none;
  justify-content: flex-end;
}

.modalStatusFacebook .modal-title {
  font-size: 1.25rem;
  font-weight: var(--title-weight);
  color: #333;
}

.btn-close {
  font-size: 1.25rem;
}

#statusContent {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-size: 1rem;
  padding: 10px;
  border-radius: 10px;
  background-color: #f0f2f5;
}

#postStatusBtn {
  background-color: var(--main-color);
  color: white;
}

#postStatusBtn:hover {
  background-color: #fbc3d6;
}

/* Dropdown chế độ quyền riêng tư */
.dropdownStatusFacebook .dropdown-menu {
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: var(--background-color);
  overflow: hidden;
}

.dropdownStatusFacebook .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: var(--text-color);
  font-family: var(--title-font);
}

.dropdownStatusFacebook .dropdown-item i {
  color: var(--main-color);
}

.dropdownStatusFacebook .dropdown-item:hover {
  background-color: #f0f2f5;
  color: var(--main-color);
}

.dropdownStatusFacebook .dropdown-toggle::after {
  display: none;
}
.modalStatusFacebook .emojionearea,
.modalStatusFacebook .emojionearea.form-control {
  border: none;
  box-shadow: none;
}
/* Tùy chỉnh nút Dropdown */
.btn-dropdown {
  background-color: #e9ecef;
  color: #333;
  border: none;
  padding: 5px 10px;
}

.btn-dropdown i {
  font-size: 1.2rem;
}

/* Tùy chỉnh Dropdown Menu */
.dropdown-choc-gheo .dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  padding: 0.5rem 0;
  overflow: hidden;
}

.dropdown-choc-gheo .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #666;
  padding: 10px 15px;
  transition: background-color 0.2s ease;
  font-family: var(--title-font);
}

.dropdown-choc-gheo .dropdown-menu .dropdown-item i {
  font-size: 1rem;
  color: var(--main-color);
}

.dropdown-choc-gheo .dropdown-menu .dropdown-item:hover {
  background-color: #f0f2f5;
  color: var(--main-color);
}

.dropdown-choc-gheo .dropdown-menu .dropdown-item:hover i {
  color: #fbc3d6;
}
.btn-friend-bo-theo-doi {
  background-color: rgba(108, 117, 125, 1);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  overflow: hidden;
}

.btn-friend-bo-theo-doi:hover {
  background-color: rgba(88, 93, 97, 1);
  color: var(--background-color);
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
}
.my-wall .form-control#editQuote {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
  min-height: 150px;
}
.my-wall .form-control#editQuote {
  scrollbar-width: thin;
  scrollbar-color: var(--hiep-color);
}
.product-rating .icon-qua-dao-donate {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.product-rating .icon-qua-dao-donate.disabled {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#likeListContent .list-group-item img {
  object-fit: cover;
}
.btn-edit-bio {
  font-size: 0.7rem;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.btn-xem-them-binh-luan-my-wall-text:hover,
.btn-xem-them-bai-dang-text:hover {
  text-decoration: underline;
}
#postPrivacy {
  border: none;
  padding: 0;
  max-width: 120px;
}
#postPrivacy:focus {
  box-shadow: none;
}
/* trang tường nhà end */

/* loading start */
.overlay-vh {
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-vh.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-vh .loader {
  --background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  --shadow: rgba(252, 182, 159, 0.28);
  --text: #6c7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
  font-family: var(--medium-font);
}

.overlay-vh .loader:before,
.loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 16px 12px var(--shadow);
  transform: rotate(var(--r));
}

.overlay-vh .loader:before {
  left: 4px;
}

.overlay-vh .loader:after {
  --r: 6deg;
  right: 4px;
}

.overlay-vh .loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background-color);
}

.overlay-vh .loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.overlay-vh .loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  -webkit-animation: var(--duration) ease infinite;
  animation: var(--duration) ease infinite;
}

.overlay-vh .loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  -webkit-animation-name: page-2;
  animation-name: page-2;
}

.overlay-vh .loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  -webkit-animation-name: page-3;
  animation-name: page-3;
}

.overlay-vh .loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  -webkit-animation-name: page-4;
  animation-name: page-4;
}

.overlay-vh .loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  -webkit-animation-name: page-5;
  animation-name: page-5;
}

.overlay-vh .loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}

.overlay-vh .loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}

.overlay-vh .loader div ul li:last-child {
  --o: 1;
}

.overlay-vh .loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: var(--text);
}

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  35%,
  100% {
    opacity: 0;
  }

  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }

  65%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  65%,
  100% {
    opacity: 0;
  }

  80%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }

  95%,
  100% {
    transform: rotateY(0deg);
  }
}

/* loading end */

/* thêm 1 chương truyện start */
.them-1-chuong-truyen-accordion .accordion-button,
.them-nhieu-chuong-truyen-accordion .accordion-button {
  border-color: transparent;
  background-color: #ffb1b1;
  background-image: linear-gradient(90deg, #ffb1b1 0%, #ffeae3 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: var(--title-font);
  color: var(--background-color);
}
.them-1-chuong-truyen-accordion .accordion-button:focus,
.them-nhieu-chuong-truyen-accordion .accordion-button:focus {
  box-shadow: none;
}
.them-1-chuong-truyen-accordion .accordion-body,
.them-nhieu-chuong-truyen-accordion .accordion-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
}

/* các thuộc tính khác */
.chapter-properties {
}

.chapter-label {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: #f76397;
}

.chapter-input,
.chapter-select {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--text-color);
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.chapter-select {
  background-color: #fff;
}

.chapter-input {
  /* background-color: #fdf3f6; */
}

.chapter-unit {
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: #f76397;
  text-align: right;
}

.chapter-note {
  font-size: clamp(0.8rem, 1vw, 1rem);
  color: #f76397;
  margin-top: 15px;
}

.form-label {
  font-weight: 500;
}

.chapter-input:focus,
.chapter-select:focus,
.ten-chuong-input:focus {
  border-color: #e45484;
  box-shadow: 0 0 0 0.2rem rgba(246, 97, 142, 0.25);
}

.chapter-note i {
  color: #f76397;
}

.icon-hat {
  width: 20px;
  height: auto;
}

/* Ẩn ban đầu các phần tử liên quan đến giá chương và mật khẩu */
.gia-chuong-hidden {
  display: none;
}

.password-input-hidden {
  display: none;
}

/* Phong cách cho trường mật khẩu */
.password-input-hidden .form-control {
  color: var(--text-color);
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.chapter-password-label {
  color: var(--second-main-color) !important;
}
.thong-bao-dinh-dang-box {
  display: flex;
  flex-direction: column;
}
.input-goi-y-password {
  resize: none;
}
/* thêm 1 chương truyện end */

/* chế độ sáng tối start */
/* Chế độ sáng mặc định */
body {
  /* background-color: #ffffff;
  color: #333333; */
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* Cập nhật nền và màu chữ cho các thành phần khác nếu cần */
.msv-khung-truyen-noi-dung {
  transition: background-color 0.5s ease, color 0.5s ease;
  position: relative;
}
.msv-khung-truyen-noi-dung.doc-quyen::after {
  position: absolute;
  content: "";
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.mdv-san-pham-detail-box {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mdv-san-pham-detail-box #noi_dung_truyen p * {
  background-color: transparent !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-san-pham-detail-box {
  background-color: #373a40;
  color: #eeeeee;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-san-pham-detail-box #noi_dung_truyen span,
html.dark-mode .mdv-san-pham-detail-box #noi_dung_truyen * {
  /* background-color: transparent !important; */
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-san-pham-detail-chuong-title {
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-san-pham-detail {
  background-color: #686d76 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-doc-truyen-breadcrumb {
  background-color: var(--main-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-doc-truyen-breadcrumb .breadcrumb-item a {
  color: #eeeeee;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-san-pham-detail-truyen-de-cu-container {
  background-color: #373a40 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-de-cu-title {
  color: #eeeeee;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-de-cu-title-link {
  color: #dc5f00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-tacgia {
  color: #dc5f00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-tacgia-text {
  color: #eeeeee;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-luotxem {
  color: #eeeeee;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-luotxem i {
  color: #dc5f00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-de-cu-title {
  border-color: #dc5f00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .truyen-de-cu-item {
  border-color: #dc5f00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-nav-menu {
  background-color: #373a40;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-nav-menu::before,
html.dark-mode .mdv-nav-menu::after {
  background-color: #373a40;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode .mdv-header-top {
  background-color: #31363f;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .mdv-san-pham-show-comment {
  background-color: #373a40 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail
  .mdv-san-pham-show-comment
  .mdv-comic-title-text {
  background-color: #373a40 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.emojionearea .emojionearea-editor {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail
  .mdv-san-pham-show-comment
  .emojionearea
  .emojionearea-editor {
  background-color: #686d76 !important;
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail
  .mdv-san-pham-show-comment
  .mdv-san-pham-show-comment-list-item-comment {
  background-color: #686d76 !important;
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail
  .mdv-san-pham-show-comment-list-item-comment-like,
html.dark-mode.san-pham-detail
  .mdv-san-pham-show-comment-list-item-comment-rep {
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail
  .mdv-san-pham-show-comment-list-item-comment-time {
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .mdv-luot-thich {
  color: #ff9bd2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.vh-notification {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .vh-notification {
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .vip-notice-container {
  background-color: #686d76 !important;
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .vip-notice-description,
html.dark-mode.san-pham-detail .vip-notice-list li {
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .password-form-container {
  background-color: #686d76 !important;
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.password-form-description,
.password-hint,
.password-input {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .password-form-description,
html.dark-mode.san-pham-detail .password-hint {
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
html.dark-mode.san-pham-detail .password-input {
  border-color: #eeeeee !important;
  background-color: #373a40 !important;
  color: #eeeeee !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* Nút chuyển chế độ tối */
.btn-che-do-sang-toi i {
  transition: transform 0.5s ease;
}
html.dark-mode .btn-che-do-sang-toi i {
  transform: rotate(180deg);
}
/* chế độ sáng tối end */

/* chỉnh cỡ chữ start */
.font-size-box {
  position: absolute;
  left: -235px;
  bottom: 0%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  min-width: 200px;
}

.font-size-label {
  font-family: var(--title-font);
  font-size: 1.2rem;
  color: var(--second-main-color);
  margin-bottom: 8px;
}

/* CSS (giữ nguyên như cũ để đảm bảo giao diện slider đẹp) */
.toggle-switch {
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: var(
    --cursor-click
  ); /* Thêm thuộc tính này để con trỏ chỉ vào slider sẽ là pointer */
}

.toggle-switch input[type="checkbox"] {
  display: none;
}

.toggle-switch label {
  margin-right: 10px;
  font-size: 1rem;
  color: var(--second-main-color);
  cursor: pointer;
}

.toggle-switch .slider,
.toggle-switch .sliderMobile {
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}

.toggle-switch .slider:before,
.toggle-switch .sliderMobile:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 2px;
  left: 2px;
  transition: all 0.4s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked + .slider,
.toggle-switch input[type="checkbox"]:checked + .sliderMobile {
  background-color: #f88dad;
}

.toggle-switch input[type="checkbox"]:checked + .slider:before,
.toggle-switch input[type="checkbox"]:checked + .sliderMobile:before {
  transform: translateX(20px);
}

#fontSizeRange,
#fontSizeRangeMobile {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ffc1c1;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}

#fontSizeRange:hover,
#fontSizeRangeMobile:hover {
  opacity: 1;
}

#fontSizeRange::-webkit-slider-thumb,
#fontSizeRangeMobile::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f88dad;
  cursor: pointer;
}

#fontSizeRange::-moz-range-thumb,
#fontSizeRangeMobile::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f88dad;
  cursor: pointer;
}

#noi_dung_truyen {
  transition: all 0.05s linear;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
}
.highlighted-word {
  background-color: var(--four-main-color);
}
/* chỉnh cỡ chữ end */

/* đăng nhiều chương start */

.page-add-nhieu-chapter .editor-box .ql-editor {
  max-height: 450px;
  overflow: auto;
}
/* .mdv-modal-pink .modal-content {
  background-color: #ffe6f0;
  color: #5a5a5a;
  border-radius: 15px;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 105, 180, 0.4),
    0 0.0625rem 0.125rem rgba(255, 105, 180, 0.5);
}

.mdv-modal-pink .modal-header {
  background-color: #ffccd5;
  border-bottom: 1px solid #ffa7b5;
  color: #5a5a5a;
  text-align: center;
  padding: 1rem 1.5rem;
}

.mdv-modal-pink .modal-footer {
  justify-content: center;
}

.btn-mdv-button-1 {
  background-color: #ffb3c2;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-mdv-button-1:hover {
  background-color: #ff99aa;
  box-shadow: 0 2px 10px rgba(255, 153, 170, 0.4);
}
.gia-chuong-result {
  font-family: var(--title-font);
  font-size: 1rem;
}
.mat-khau-box-number,
.them-nhieu-chuong-box-ne-chuong-dau-number,
.them-nhieu-chuong-box-ne-cac-chuong-tiep-theo-number,
.them-nhieu-chuong-box-ne-cac-chuong-tiep-theo-type {
  font-family: var(--title-font);
}
.thong-bao-danh-sach-chuong-text {
  font-family: tet-3;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  position: relative;
  z-index: 3;
  background-color: #fff;
  display: inline-flex;
  padding: 10px 20px;
}
.thong-bao-danh-sach-chuong {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}
.thong-bao-danh-sach-chuong.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: block;
}
.thong-bao-danh-sach-chuong::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
} */

/* Modal Base Styles */

.mdv-modal-pink .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.mdv-modal-pink .modal-header {
  background-color: #fff;
  border-bottom: 2px solid rgba(252, 172, 163, 0.1);
  padding: 1.5rem;
}

.mdv-modal-pink .modal-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: var(--title-weight);
}

.mdv-modal-pink .modal-title i {
  color: #fcaca3;
}

.mdv-modal-pink .modal-body {
  padding: 1.5rem;
}

/* Intro Message */
.mdv-modal-pink .intro-message {
  background-color: rgba(252, 172, 163, 0.05);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.95rem;
}

.mdv-modal-pink .intro-message i {
  color: #fcaca3;
}

/* Chapter List */
.mdv-modal-pink .list-group {
  border-radius: 15px;
  overflow: hidden;
}

/* Section Styles */
.mdv-modal-pink .chapter-label {
  color: #333;
  font-size: 1.1rem;
  font-weight: var(--title-weight);
  margin-bottom: 1rem;
}

.mdv-modal-pink .chapter-label i {
  color: #fcaca3;
}

/* Price Display */
.mdv-modal-pink .gia-chuong-result {
  background: rgba(252, 172, 163, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
  justify-content: center;
  border: 1px solid var(--main-color);
}

.mdv-modal-pink .gia-chuong-gia-dao,
.mdv-modal-pink .gia-chuong-gia-hat {
  font-size: 2rem;
  font-weight: var(--title-weight);
  color: #333;
  min-width: 60px;
  text-align: center;
}

.mdv-modal-pink .icon-qua-dao,
.mdv-modal-pink .icon-hat {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Password Box */
.mdv-modal-pink .mat-khau-box {
  background: rgba(252, 172, 163, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
  border: 1px solid var(--main-color);
}

.mdv-modal-pink .mat-khau-box-number {
  font-size: 1.5rem;
  font-weight: var(--title-weight);
  color: #333;
  font-family: monospace;
  letter-spacing: 2px;
}

.mdv-modal-pink .mat-khau-box-goi-y {
  color: #666;
  font-size: 0.9rem;
}

.mdv-modal-pink .mat-khau-box-goi-y i {
  color: #fcaca3;
}

/* Publishing Schedule */
.mdv-modal-pink .them-nhieu-chuong-box-ne {
  background: rgba(252, 172, 163, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
  border: 1px solid var(--main-color);
}

.mdv-modal-pink .them-nhieu-chuong-box-ne i {
  color: #fcaca3;
}

.mdv-modal-pink .them-nhieu-chuong-box-ne-chuong-dau {
  color: #333;
  margin-bottom: 1rem;
}

.mdv-modal-pink .them-nhieu-chuong-box-ne-chuong-dau-number {
  font-family: monospace;
  font-weight: 500;
}

.mdv-modal-pink .them-nhieu-chuong-box-ne-cac-chuong-tiep-theo-number {
  font-size: 1.2rem;
  font-weight: var(--title-weight);
  color: #fcaca3;
}

/* Input Groups */
.mdv-modal-pink .input-group {
  border-radius: 10px;
  overflow: hidden;
}

.mdv-modal-pink .input-group-text {
  background: white;
  border: 2px solid rgba(252, 172, 163, 0.2);
  border-right: none;
}

.mdv-modal-pink .chapter-input {
  border: 2px solid rgba(252, 172, 163, 0.2);
  border-left: none;
  padding: 0.75rem;
}

.mdv-modal-pink .chapter-input:focus {
  border-color: #fcaca3;
  box-shadow: none;
}

/* Footer Buttons */
.mdv-modal-pink .modal-footer {
  border-top: 2px solid rgba(252, 172, 163, 0.1);
  padding: 1.5rem;
}

.mdv-modal-pink .btn-secondary {
  background: white;
  border: 2px solid rgba(252, 172, 163, 0.2);
  color: #666;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mdv-modal-pink .btn-secondary:hover {
  background: rgba(252, 172, 163, 0.1);
  color: #333;
}

.mdv-modal-pink .btn-mdv-button-1 {
  background: #fcaca3;
  border: none;
  color: white;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mdv-modal-pink .btn-mdv-button-1:hover {
  background: #fb9589;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.3);
}

.mdv-modal-pink.show .modal-dialog {
  animation: fadeIn 0.3s ease-out;
}

/* Hover Effects */
.mdv-modal-pink .mat-khau-box:hover,
.mdv-modal-pink .gia-chuong-result:hover,
.mdv-modal-pink .them-nhieu-chuong-box-ne:hover {
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.1);
}

/* đăng nhiều chương end */

/* thanh scrollbar tool start */
.function-buttons-container-row {
  overflow-x: auto; /* Đảm bảo nội dung có thể cuộn ngang nếu không vừa khung */
  scrollbar-width: thin; /* Firefox: làm cho thanh cuộn nhỏ hơn */
  scrollbar-color: #f9a8d4 #ffe5ec; /* Firefox: màu thanh cuộn và nền của thanh cuộn */
}

/* Đối với các trình duyệt WebKit (Chrome, Safari, Edge dựa trên Chromium) */
.function-buttons-container-row::-webkit-scrollbar {
  width: 5px; /* Độ rộng của thanh cuộn dọc */
  height: 5px; /* Độ cao của thanh cuộn ngang */
}

.function-buttons-container-row::-webkit-scrollbar-track {
  background: #ffe5ec; /* Màu nền của track (khu vực phía sau thanh cuộn) */
  border-radius: 10px; /* Bo tròn để làm mềm thanh cuộn */
}

.function-buttons-container-row::-webkit-scrollbar-thumb {
  background: #f9a8d4; /* Màu hồng đào cho thanh cuộn */
  border-radius: 50px; /* Bo tròn thanh cuộn */
  border: 2px solid #ffe5ec; /* Tạo đường viền màu nền track để tạo cảm giác nhẹ nhàng */
}

.function-buttons-container-row::-webkit-scrollbar-thumb:hover {
  background: #f472b6; /* Màu hồng đậm hơn một chút khi hover */
}

/* thanh scrollbar tool end */

/* tool bar admin start */

/* đổi tên chương start */
.mdv-admin-doi-ten-chuong-wrapper {
  padding: 1.5rem;
  background-color: var(--second-background-color);
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.625rem rgba(254, 236, 232, 0.4),
    0 0.0625rem 0.125rem rgba(254, 236, 232, 0.5);
}
.mdv-alert-warning-custom {
  background-color: var(--hiep-color);
  border: none;
  border-radius: 5px;
  padding: 1rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--background-color);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 19, 90, 0.4),
    0 0.0625rem 0.125rem rgba(255, 19, 90, 0.5);
}

.mdv-label-style {
  font-weight: var(--title-weight);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--hiep-color);
  margin-top: 1rem;
  display: block;
  font-family: var(--title-font);
}

.mdv-select-style {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #333;
  margin-top: 0.5rem;
}

.mdv-select-style:focus {
  outline: none;
  border-color: #d2691e;
  box-shadow: 0 0 5px rgba(210, 105, 30, 0.5);
}

.mdv-select-style option {
  padding: 0.5rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.mdv-update-button {
  background-color: var(--hiep-color);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  box-shadow: 0 0.125rem 0.625rem rgba(255, 19, 90, 0.4),
    0 0.0625rem 0.125rem rgba(255, 19, 90, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mdv-update-button:hover {
  background-color: rgb(200, 15, 70);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* đổi tên chương end */

/* đổi sở hữu start */
.mui-ten-doi-so-huu i {
  font-size: 2rem;
  color: var(--hiep-color);
}
.mdv-doi-so-huu-title {
  font-family: var(--title-font);
}
.mdv-member-old-avatar {
  overflow: hidden;
}
.mdv-member-old-avatar a,
.mdv-member-old-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-xoa-new-member {
  font-size: 0.9rem;
  font-family: var(--title-font);
  background-color: #e72929;
  color: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  box-shadow: 0 0.125rem 0.625rem rgba(231, 41, 41, 0.4),
    0 0.0625rem 0.125rem rgba(231, 41, 41, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-xoa-new-member:hover {
  background-color: #af1740;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mdv-selected-member-item {
  /* opacity: 0; */
  display: none;
}
/* đổi sở hữu end */

/* trang cài đặt start */
.feminine-setting-section {
  background-color: #feece8;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f5c6cb;
}

.feminine-dropdown-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feminine-label {
  color: #d63384;
  font-weight: var(--title-weight);
  font-size: 1.2rem;
}

.feminine-select {
  background-color: #fff0f5;
  border: 1px solid #d63384;
  color: #d63384;
  border-radius: 8px;
  padding: 10px;
  font-size: 1rem;
}

.feminine-select:focus {
  outline: none;
  box-shadow: 0 0 5px #d63384;
}

.feminine-update-button {
  /* background-color: #d63384;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 1rem;
  transition: background-color 0.3s;
  font-family: var(--title-font); */
}
.feminine-update-button:hover {
  /* background-color: var(--hiep-color); */
  /* color: var(--background-color); */
}

/* Setting Box Styles */
.mdv-setting-item {
  gap: 1rem;
}

.mdv-setting-label {
  font-size: clamp(14px, 1vw, 16px);
  color: #000;
  margin-bottom: 0;
  min-width: 140px;
  font-family: var(--title-font);
}

.mdv-setting-select {
  max-width: 150px;
  font-size: clamp(14px, 1vw, 16px);
  border-radius: 4px;
  border: 1px solid #dee2e6;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.mdv-setting-btn {
  background-color: #ff69b4;
  color: #fff;
  border: none;
  padding: 0.375rem 1rem;
  font-size: clamp(14px, 1vw, 16px);
  border-radius: 4px;
  min-width: 100px;
  transition: background-color 0.3s ease;
}

.mdv-setting-btn:hover {
  background-color: #ff1493;
  color: #fff;
}
.mdv-setting-item .form-check {
  padding-left: 0;
}



/* trang cài đặt end */

.btn-mdv {
  background-color: #ff135a;
  color: var(--background-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  box-shadow: 0 0.125rem 0.625rem rgba(255, 19, 90, 0.4),
    0 0.0625rem 0.125rem rgba(255, 19, 90, 0.5);
  border: none;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
}
.btn-mdv:hover {
  background-color: #ad1457;
  color: var(--background-color);
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
}
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: var(--main-color);
}
.emojionearea
  .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top
  .emojionearea-scroll-area {
  scrollbar-width: thin;
  scrollbar-color: var(--main-color);
}

.mdv-logo-18-wrapper {
  position: absolute;
  z-index: 3;
  top: 5%;
  right: 5%;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.4));
}
.mdv-logo-18-box {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-image: radial-gradient(
    circle 986.6px at 10% 20%,
    rgba(251, 6, 6, 0.94) 0%,
    rgba(3, 31, 213, 1) 82.8%,
    rgba(248, 101, 248, 1) 87.9%
  );
  color: var(--background-color);
  padding: 5%;
  width: 50px;
  height: 50px;
}
.swiper-slider-advertise-item .mdv-logo-18-box {
  transform: scale(0.6) translateX(30%) translateY(-30%);
  -webkit-transform: scale(0.6) translateX(30%) translateY(-30%);
  -moz-transform: scale(0.6) translateX(30%) translateY(-30%);
  -ms-transform: scale(0.6) translateX(30%) translateY(-30%);
  -o-transform: scale(0.6) translateX(30%) translateY(-30%);
  transform-origin: center;
}
.mdv-logo-18-top {
  font-size: 0.6rem;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
.mdv-logo-18-bottom {
  font-size: 1.2rem;
  font-family: AlumniSans-Black;
  letter-spacing: 1px;
}
/* tool bar admin end */

/* trang thành viên đang theo dõi start */
.mdv-thanh-vien-ban-dang-theo-doi-wrapper {
}

.mdv-thanh-vien-dtd-item {
  /* width: 200px; */
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.mdv-thanh-vien-dtd-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.mdv-thanh-vien-dtd-avatar-image {
  overflow: hidden;
}
.mdv-thanh-vien-dtd-avatar-image a,
.mdv-thanh-vien-dtd-avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdv-thanh-vien-dtd-name {
  font-size: 16px;
  font-weight: var(--title-weight);
  margin-bottom: 10px;
}
.mdv-thanh-vien-dtd-name a {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.mdv-thanh-vien-dtd-name a:hover {
  color: var(--hiep-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.mdv-thanh-vien-dtd-action-btn {
  font-size: 14px;
}

.mdv-thanh-vien-dtd-item .dropdown-menu {
  font-size: 14px;
  background-color: var(--second-background-color);
}
.mdv-thanh-vien-dtd-item .dropdown-item {
  color: var(--text-color);
}
/* trang thành viên đang theo dõi end */

/* trang trở thành dịch giả/tác giả start */
.mdv-tro-thanh-tac-gia-dich-gia-form-wrapper {
  background-color: #ffe4e1; /* Màu hồng đào */
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 6px 1px inset;
}

.form-title {
  font-size: 24px;
  font-weight: var(--title-weight);
  color: #ff69b4;
}

.form-terms {
  background-color: #fff5f7;
  border: 1px dashed #ffb6c1;
  border-radius: 8px;
}

.form-terms h5 {
  font-size: 18px;
  font-weight: var(--title-weight);
  color: #ff69b4;
}

.form-terms ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #444;
}

.form-submit-btn {
  background-color: #ff8fa0;
  color: #fff;
  font-size: 16px;
  font-weight: var(--title-weight);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.form-submit-btn:hover {
  background-color: #ff6882;
  text-decoration: none;
  transform: translateY(-3px);
}

#imagePreview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  display: none;
}
/* thông báo đợi duyệt đơn */

.form-thong-bao-wrapper {
  background-color: #fff5f7; /* Màu hồng nhạt */
  border: 1px dashed #ffb6c1;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-thong-bao-title {
  font-weight: var(--title-weight);
  color: #e91e63;
}

.form-thong-bao-message {
  font-size: 16px;
  color: #6c757d;
}

/* trang trở thành dịch giả/tác giả end */

/* trang duyệt đăng ký trở thành tác giả/dịch giả start */
.mdv-duyet-dk-wrapper {
  background-color: #fce4ec; /* Màu hồng nhạt */
  border: 1px solid #f8bbd0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mdv-duyet-dk-title {
  font-weight: var(--title-weight);
  color: var(--second-main-color);
}

.mdv-duyet-dk-actions .btn-mdv {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.mdv-duyet-dk-actions .btn-mdv:hover {
  background-color: #d81b60;
  border-color: #d81b60;
}

.mdv-duyet-dk-actions input {
  max-width: 200px;
}

.mdv-duyet-dk-table th,
.mdv-duyet-dk-table td {
  vertical-align: middle;
}

.mdv-duyet-dk-table thead th {
  background-color: var(--second-background-color);
  color: var(--text-color);
  /* font-weight: var(--title-weight); */
  font-family: var(--title-font);
}

.mdv-duyet-dk-table img {
  max-width: 80px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-mdv.btn-danger {
  background-color: rgba(220, 53, 69, 1);
  border-color: rgb(220, 53, 69);
  box-shadow: 0 0.125rem 0.625rem rgba(220, 53, 69, 0.4),
    0 0.0625rem 0.125rem rgba(220, 53, 69, 0.5);
}
.btn-mdv.btn-danger:hover {
  background-color: rgba(171, 38, 50, 1);
  border-color: rgb(171, 38, 50);
  box-shadow: 0 0.125rem 0.625rem rgba(171, 38, 50, 0.4),
    0 0.0625rem 0.125rem rgba(171, 38, 50, 0.5);
}
.btn-mdv.btn-secondary {
  background-color: rgba(108, 117, 125, 1);
  border-color: rgb(108, 117, 125);
  box-shadow: 0 0.125rem 0.625rem rgba(108, 117, 125, 0.4),
    0 0.0625rem 0.125rem rgba(108, 117, 125, 0.5);
}
.btn-mdv.btn-secondary:hover {
  background-color: rgb(69, 75, 82);
  box-shadow: 0 0.125rem 0.625rem rgba(69, 75, 82, 0.4),
    0 0.0625rem 0.125rem rgba(69, 75, 82, 0.5);
}
.btn-mdv.btn-success {
  background-color: rgba(25, 135, 84, 1);
  border-color: rgb(25, 135, 84);
  box-shadow: 0 0.125rem 0.625rem rgba(25, 135, 84, 0.4),
    0 0.0625rem 0.125rem rgba(25, 135, 84, 0.5);
}
.btn-mdv.btn-success:hover {
  background-color: rgb(11, 112, 65);
  box-shadow: 0 0.125rem 0.625rem rgba(11, 112, 65, 0.4),
    0 0.0625rem 0.125rem rgba(11, 112, 65, 0.5);
}
/* trang duyệt đăng ký trở thành tác giả dịch giả end */

/* trang nhiệm vụ start */
.mdv-nhiem-vu-title {
  color: #ff69b4; /* Hồng nhạt */
}

.mdv-nhiem-vu-tab {
  color: var(--text-color);
  padding: 10px 20px;
  background-color: var(--background-color);
  border: 2px solid var(--main-color) !important;
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.mdv-nhiem-vu-tab:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  border-color: var(--second-main-color) !important;
}
.mdv-nhiem-vu-tab.active {
  background-color: var(--second-main-color) !important;
  color: var(--background-color) !important;
  border-color: var(--second-main-color) !important;
}

/* Nhiệm vụ - Phong cách nữ tính */
.mdv-nhiem-vu-section-title {
  color: #ff69b4;
  font-weight: var(--title-weight);
  margin-bottom: 20px;
}

.mdv-nhiem-vu-table {
  background-color: #fff;
  border-radius: 8px;
  /* overflow: hidden; */
  font-size: clamp(0.7rem, 0.6385rem + 0.3077vw, 0.9rem);
  width: max-content;
  min-width: 100%;
}

.mdv-nhiem-vu-table th {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: var(--title-weight);
}

.mdv-nhiem-vu-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.mdv-nhiem-vu-btn {
  padding: 5px 10px;
  font-size: clamp(0.7rem, 0.6692rem + 0.1538vw, 0.8rem);
  border-radius: 5px;
}

.mdv-nhiem-vu-btn-success {
  /* background-color: #FF69B4; */
  border: none;
  color: #fff;
  /* font-weight: var(--title-weight); */
  text-transform: none;
  font-size: 0.9rem;
}

.mdv-nhiem-vu-btn-success:hover {
  background-color: #ff85c8;
}

.mdv-nhiem-vu-btn-disabled {
  background-color: #ddd;
  border: none;
  color: #777;
  cursor: not-allowed;
}

/* trang nhiệm vụ end */

/* form pop up thông báo truyện bị từ chối start */
.pop-up-truyen-tu-choi-wrapper,
.pop-up-truyen-nop-don-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pop-up-truyen-tu-choi-content,
.pop-up-truyen-nop-don-content {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 500px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}

.pop-up-truyen-tu-choi-header,
.pop-up-truyen-nop-don-header {
  text-align: center;
  background-color: var(--hiep-color);
  color: var(--background-color);
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem) !important;
}

.pop-up-truyen-tu-choi-body,
.pop-up-truyen-nop-don-body {
  padding: 5px 15px;
}

.pop-up-truyen-tu-choi-footer,
.pop-up-truyen-nop-don-footer {
  text-align: center;
  margin-top: 10px;
}

.pop-up-truyen-tu-choi-btn-nop-don,
.pop-up-truyen-tu-choi-btn-close,
.pop-up-truyen-nop-don-btn-gui,
.pop-up-truyen-nop-don-btn-close {
  margin: 5px;
}
.pop-up-truyen-vi-pham-dieu-khoan-box {
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 450px;
  overflow-x: hidden;
}

.pop-up-truyen-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pop-up-truyen-dang-cho-duyet-content {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 500px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  text-align: center;
}

.pop-up-truyen-dang-cho-duyet-header {
  background-color: var(--hiep-color);
  color: var(--background-color);
  padding: 15px;
  border-radius: 10px 10px 0 0;
  font-size: 1.5rem;
  font-weight: var(--title-weight);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pop-up-truyen-dang-cho-duyet-body {
  padding: 20px;
  font-size: 1rem;
}

.pop-up-truyen-vi-pham-dieu-khoan-list {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
  color: #721c24;
}

.pop-up-truyen-dang-cho-duyet-footer {
  text-align: center;
  margin-top: 10px;
}
/* form pop up thông báo truyện bị từ chối end */
.fix-padding-top {
  padding-top: 150px;
}

/* trang quản lý độc quyền start */
.btn-duyet-group button {
  font-size: 0.8rem !important;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.vanhiep-table {
  min-width: 100%;
  width: max-content;
}
.exclusive-management-table-wrapper table {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
}
.exclusive-management-table-wrapper table th,
.exclusive-management-table-wrapper table td {
  max-width: 150px;
  vertical-align: middle;
}
.tac-gia-image {
  overflow: hidden;
  max-width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tac-gia-image a,
.tac-gia-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tac-gia-name {
  color: var(--text-color);
  font-family: var(--title-font);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/* trang quản lý độc quyền end */

/* trang quản lý báo cáo start */
.btn-xem-bao-cao {
  font-size: 0.7rem !important;
}
.binh-luan-click,
.xoa-trash-group {
  font-size: 0.8rem;
  cursor: pointer;
}
.text-pink-mod {
  color: #f0a8d0;
}
/* trang quản lý báo cáo end */

/* sửa web start */

/* sửa avatar và khung */
.mdv-san-pham-show-profile-avatar,
.mdv-san-pham-show-comment-form-avatar,
.mdv-header-isLogin-avatar-image,
.mdv-profile-sidebar-avatar-image,
.mdv-profile-user-top-avatar,
.profile-avatar {
  --bs-aspect-ratio: 100%;
}

.mdv-san-pham-show-profile-avatar .avatar,
.mdv-san-pham-show-profile-avatar a,
.mdv-san-pham-show-comment-form-avatar .avatar,
.mdv-header-isLogin-avatar-image .avatar,
.mdv-profile-sidebar-avatar-image .avatar,
.mdv-profile-user-top-avatar .avatar,
.profile-avatar .avatar,
.donate-avatar-top-1 .avatar {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  scale: 1;
}
.frame {
  display: none;
}
.mdv-sps-show-co-the-ban-cung-thich-ul {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.mdv-san-pham-show-dsc-table tbody tr td:nth-child(1) {
  text-transform: capitalize;
}
.list-group-item-profile-cate.active {
  color: var(--text-color) !important;
}
.mdv-profile-sidebar-box .list-group-item.active {
  background-color: #feece8;
  background-image: linear-gradient(90deg, #feece8 0%, #ffeae3 100%);
  color: var(--text-color);
}
.quan-ly-noi-dung-nav-menu-box-ul {
  width: max-content;
}
.quan-ly-noi-dung-nav-menu-box {
  overflow-x: auto;
}
.quan-ly-noi-dung-nav-menu-box::-webkit-scrollbar {
  display: block;
  height: 6px;
}
.quan-ly-noi-dung-nav-menu-box::-webkit-scrollbar-thumb {
  background: var(--second-main-color) !important;
}
.menu-view-thong-bao-li .btn-mdv {
  background-color: var(--background-color);
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
  font-family: var(--normal-font);
}
.menu-view-thong-bao-li.active a {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--background-color);
}
.mdv-top-hot-content-item-title-right {
  display: none;
}
.fancybox__container {
  z-index: 9000;
}
.ngay-con-lai-ra-chuong {
  font-size: 0.65rem;
}
.btn-mdv.btn-tuong-nha {
  background-color: var(--main-color);
  font-size: 0.8rem;
  box-shadow: none;
}
.btn-mdv.btn-tuong-nha.active {
  background-color: var(--second-main-color);
  box-shadow: none;
}
.btn-mdv.btn-tuong-nha:focus,
.btn-mdv.btn-tuong-nha:hover {
  box-shadow: none;
}
.click-sua-thong-bao {
  cursor: pointer;
}
.story-tabs .btn-mdv {
  background-color: var(--main-color);
  box-shadow: 0 0.125rem 0.625rem rgba(252, 172, 163, 0.4),
    0 0.0625rem 0.125rem rgba(252, 172, 163, 0.5);
}
.manager-story-section-content .nav-tabs .nav-link.active {
  background-color: #ff96a0;
  background-image: linear-gradient(
    45deg,
    #ff96a0 0%,
    #fd8f8e 52%,
    #ff6166 90%
  );
  color: var(--background-color);
  /* background-color: var(--second-main-color); */
}
.vh-min-width {
  min-width: 220px;
}
/* sửa web end */

/* trang quản lý mod start */
/* Bảng quản lý mod */
.mod-management-table {
  font-size: clamp(12px, 1.5vw, 14px);
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.mod-management-table th,
.mod-management-table td {
  vertical-align: middle;
  padding: 10px;
}

.mod-management-table thead {
  background-color: #f8f9fa;
  font-weight: var(--title-weight);
}

.mod-management-table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

.mod-management-table tbody tr:last-child {
  border-bottom: none;
}

/* Thành viên */
.member-info {
  font-size: clamp(12px, 1.5vw, 14px);
}

.member-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: cover;
}

.member-id {
  font-size: 0.6rem;
}

/* Badges */
.badge.bg-primary {
  background-color: #0d6efd;
  color: #ffffff;
}

.badge.bg-purple {
  background-color: #6f42c1;
  color: #ffffff;
  font-size: clamp(12px, 1.2vw, 14px);
  padding: 5px 10px;
  border-radius: 20px;
}
.btn-xoa-mod {
  color: var(--second-text-color);
}

/* trang quản lý mod end */

/* trang đăng bài viết start */
.dang-bai-viet-container {
  max-width: 1200px;
  margin: 0 auto;
}

.dang-bai-viet-main-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dang-bai-viet-sidebar {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dang-bai-viet-form-group {
  margin-bottom: 20px;
}

.dang-bai-viet-label {
  display: block;
  margin-bottom: 5px;
  color: var(--main-color);
  /* font-weight: 500; */
  font-family: var(--title-font);
}

.dang-bai-viet-input,
.dang-bai-viet-select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-size: 14px;
}

.dang-bai-viet-path-input {
  display: grid;
  grid-template-columns: auto 30px auto;
  gap: 10px;
  align-items: center;
}

.dang-bai-viet-path-separator {
  text-align: center;
  color: var(--main-color);
}

.dang-bai-viet-radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.dang-bai-viet-radio-label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.dang-bai-viet-image-upload {
  border: 2px dashed var(--border-color);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dang-bai-viet-image-upload img {
  max-height: 100px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}

.dang-bai-viet-upload-btn {
  background-color: var(--main-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  display: inline-flex;
  width: max-content;
}

.dang-bai-viet-upload-btn:hover {
  background-color: var(--second-main-color);
}

.dang-bai-viet-checkbox-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.dang-bai-viet-note-editor {
  margin-top: 10px;
}

/* Summernote custom styles */
.note-toolbar {
  background-color: #fff !important;
  border-color: var(--border-color) !important;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  width: max-content;
}

/* trang đăng bài viết end */

/* TRANG DANH SÁCH BÀI VIẾT START */
.danh-sach-bai-dang-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.danh-sach-bai-dang-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.8rem;
}

.danh-sach-bai-dang-table th,
.danh-sach-bai-dang-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.danh-sach-bai-dang-table th {
  background-color: var(--main-color);
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  /* font-size: 0.9em; */
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.danh-sach-bai-dang-table tr:last-child td {
  border-bottom: none;
  vertical-align: middle;
}

.danh-sach-bai-dang-table tr:nth-child(even) {
  background-color: rgba(255, 182, 193, 0.1);
}

.danh-sach-bai-dang-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.danh-sach-bai-dang-author {
  display: flex;
  align-items: center;
}

.danh-sach-bai-dang-order {
  width: 60px;
  padding: 5px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  text-align: center;
}

.danh-sach-bai-dang-actions {
  display: flex;
  gap: 10px;
}

.danh-sach-bai-dang-btn {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
}

.danh-sach-bai-dang-btn:hover {
  transform: translateY(-2px);
}

.danh-sach-bai-dang-btn-edit {
  background-color: var(--main-color);
  color: white;
}

.danh-sach-bai-dang-btn-edit:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
}

.danh-sach-bai-dang-btn-delete {
  background-color: #ff6b6b;
  color: white;
}

.danh-sach-bai-dang-btn-delete:hover {
  background-color: #ff4757;
}

.mdv-slider-box-thong-bao-noi-dung-content .icon-hoa-img {
  width: 28px;
  height: 28px;
  margin: initial;
}

/* trang danh sách bài viết end */

/* trang tin tức chi tiết start */
.mdv-khung-tin-chi-tiet-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.mdv-khung-tin-chi-tiet-wrapper .mdv-comic-title-text {
  background-color: #fef7fb;
}
.mdv-khung-tin-chi-tiet-author-info-avatar {
  max-width: 80px;
  min-width: 80px;
  overflow: hidden;
}
.mdv-khung-tin-chi-tiet-author-info-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.khung-rank-img {
  max-width: 150px;
}
.mdv-khung-tin-chi-tiet-author-info-stat-name {
  font-family: var(--title-font);
  font-size: clamp(1.1rem, 1.0385rem + 0.3077vw, 1.3rem);
  color: var(--text-color);
}
.mdv-khung-tin-chi-tiet-author {
  background-color: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.mdv-khung-tin-chi-tiet-content {
  background-color: var(--background-color);
  color: var(--text-color);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-left: 10px solid var(--main-color);
  border-right: 10px solid #eeeeee;
}
.mdv-khung-tin-chi-tiet-title {
  color: var(--text-color);
  text-transform: capitalize;
  font-family: lato-black;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
.tin-tuc-detail .mdv-san-pham-show-comment-form-avatar {
  --bs-aspect-ratio: 100%;
}
.tin-tuc-detail .mdv-san-pham-show-comment-form-avatar a,
.tin-tuc-detail .mdv-san-pham-show-comment-form-avatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/* trang tin tức chi tiết end */

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noi-dung-nhat-ky-mod {
  max-width: 200px;
}

/* trang quản lý thể loại start */
.qly-the-loai-tb-container {
  background-color: #ffffff;
  border-radius: 15px;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
  /* padding: 20px;
  margin-top: 30px; */
}
.qly-the-loai-tb-main {
  border-radius: 10px;
  overflow: hidden;
}
.qly-the-loai-tb-header {
  background-color: var(--main-color);
  color: white;
}
.qly-the-loai-tb-row:hover {
  background-color: #fff0f5;
}
.qly-the-loai-tb-btn-delete {
  background-color: var(--main-color);
  color: white;
  border: none;
  transition: all 0.3s ease;
}
.qly-the-loai-tb-btn-delete:hover {
  background-color: #ff69b4;
  transform: scale(1.05);
}
.qly-the-loai-tb-checkbox-col {
  width: 50px;
  text-align: center;
}
.qly-the-loai-tb-stt-input {
  width: 70px;
  text-align: center;
  border: 1px solid #ffb6c1;
  border-radius: 5px;
  padding: 2px;
}
.delete-btn {
  font-size: 0.8rem;
}
/* trang quản lý thể loại end */

/* trang duyệt nạp đào start */
.tb-duyet-nap-dao-container {
  background: #fff;
}

.tb-duyet-nap-dao-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.tb-duyet-nap-dao-header {
  background: #f8f9fa;
}

.tb-duyet-nap-dao-header th {
  padding: 15px;
  font-weight: var(--title-weight);
  color: #495057;
  border-bottom: 2px solid #dee2e6;
}

.tb-duyet-nap-dao-row td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}

.tb-duyet-nap-dao-user-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tb-duyet-nap-dao-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.tb-duyet-nap-dao-admin-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tb-duyet-nap-dao-admin-info {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

.tb-duyet-nap-dao-btn-approve,
.tb-duyet-nap-dao-btn-reject {
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tb-duyet-nap-dao-amount {
  font-weight: var(--title-weight);
  color: var(--main-pink-color);
}

.tb-duyet-nap-dao-time {
  color: #6c757d;
  font-size: 0.9em;
}

.icon-dao-dsc-vip {
  width: 16px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.chuong-vip-dao-hat-box {
  font-size: 0.9rem;
  text-wrap: nowrap;
}
.icon-hat-dsc-vip {
  width: 15px;
}
/* .story-tabs-nav .nav-item .btn-mdv{
   width: max-content;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
   border: 1px solid var(--second-main-color);
   background: transparent;
   color: var(--text-color);
   border-left: 0;
   font-family: var(--normal-font);
   font-weight: initial;
} */
.story-tabs-nav .nav-item .btn-mdv {
  width: max-content;
  color: var(--background-color);
}
.story-tabs-nav .nav-item:first-of-type .btn-mdv {
  /* border-left: 1px solid var(--second-main-color); */
}
.story-tabs-nav {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #f9a8d4 #ffe5ec;
  padding-bottom: 10px;
}

/* trang duyệt nạp đào end */

/* sửa web start */
.quan-ly-noi-dung-nav-menu-a {
  border-left: 0;
}
.quan-ly-noi-dung-nav-menu-box-ul
  .quan-ly-noi-dung-nav-menu-li:first-of-type
  .quan-ly-noi-dung-nav-menu-a {
  border-left: 1px solid var(--second-main-color);
}
.quan-ly-noi-dung-nav-menu-box {
  scrollbar-width: thin;
  scrollbar-color: #f9a8d4 #ffe5ec;
  padding-bottom: 10px;
}
.menu-view-thong-bao-wrapper .menu-view-thong-bao-ul {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #f9a8d4 #ffe5ec;
  padding-bottom: 10px;
}
.menu-view-thong-bao-li .btn-mdv {
  width: max-content;
  border-color: var(--second-main-color);
  color: var(--text-color);
  border: 1px solid var(--second-main-color);
  border-left: 0;
}
.menu-view-thong-bao-li.active a {
  background-color: var(--second-main-color);
  border-color: var(--second-main-color);
}
.menu-view-thong-bao-ul .menu-view-thong-bao-li:first-of-type .btn-mdv {
  border-left: 1px solid var(--second-main-color);
}
.mdv-tu-truyen-tabs {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #f9a8d4 #ffe5ec;
  padding-bottom: 10px;
}
.mdv-tu-truyen-tabs .nav-link {
  width: max-content;
}
.mdv-thanh-vien-tab {
  width: max-content;
  border: 1px solid var(--second-main-color);
  background: transparent;
  border-color: var(--second-main-color);
  border-left: 0;
}
.mdv-thanh-vien-tab.active {
  background-color: var(--second-main-color);
  box-shadow: none;
}
.mdv-thanh-vien-tabs-tab-box {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #f9a8d4 #ffe5ec;
  padding-bottom: 10px;
}
.mdv-thanh-vien-tabs-tab-box a:first-of-type .mdv-thanh-vien-tab {
  border-left: 1px solid var(--second-main-color);
}
.btn-mdv {
  background-color: var(--main-color);
  box-shadow: 0 0.125rem 0.625rem rgba(252, 172, 163, 0.4),
    0 0.0625rem 0.125rem rgba(252, 172, 163, 0.5);
}
.btn-da-doc {
  background-color: var(--second-background-color);
  color: var(--text-color);
  box-shadow: none;
}
.btn-mdv:hover {
  background-color: var(--second-main-color);
  box-shadow: 0 0.125rem 0.625rem rgba(255, 97, 102, 0.4),
    0 0.0625rem 0.125rem rgba(255, 97, 102, 0.5);
}
.menu-view-thong-bao-li .btn-mdv:hover {
  color: var(--background-color);
}
.dropdown-choc-gheo .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.product-card.list-view .icon-sidebar-img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.pagination-page .pagination-sm li a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination-page .page-item.first .page-link,
.pagination-page .page-item.last .page-link {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pagination-page .page-item.prev,
.pagination-page .page-item.next {
  display: none !important;
}
.pagination-page .pagination-sm .active a {
  background-color: var(--second-background-color);
  border-color: var(--main-color);
}
.message-content-state {
  display: none !important;
}
.tai-anh-qr-code {
  color: var(--second-main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-size: 0.95rem;
}
.tai-anh-qr-code:hover {
  color: #007bff;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.btn-copy-stk {
  cursor: pointer;
}
.qr-so-tai-khoan-box {
  font-size: 0.9rem;
}
.qr-so-tai-khoan-box-number {
  font-family: lato-b;
}
.anh-chuyen-khoan-bill {
  /* max-width: 100px; */
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.tb-duyet-nap-dao-row td:nth-child(2) {
  min-width: 170px;
}
.tb-duyet-nap-dao-avatar {
  min-width: 40px;
}
.modalDonateDao .modal-content.modal-mdv {
  scrollbar-width: thin;
}
.modalDonateDao .modal-content.modal-mdv::-webkit-scrollbar {
  display: block;
}
.modalDonateDao .modal-dialog-scrollable .modal-content {
  overflow-y: auto;
}
.img-anh-chuyen-khoan-preview {
  max-width: 150px;
  margin: 0 auto;
}
.mdv-slider-box-thong-bao {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.thong-so-a {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.thong-so-a:hover {
  color: #007bff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.user-comment-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.thoi-gian-date {
  font-size: 0.8rem;
}
.table-vanhiep {
  min-width: 100%;
  width: max-content;
}
.profile-name .banned {
  text-decoration: line-through;
}
.mn-mb-chuong .so-thong-bao-mobile {
  top: -4px;
  right: 4px;
}
.mdv-header-notification-box .so-thong-bao-mobile {
  top: 10px;
  right: 13px;
}
.tb-duyet-nap-dao-actions {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-width: 50px;
}
.mdv-lasted-chapter-content-mobile-subitem-name a {
  font-size: clamp(0.85rem, 0.8038rem + 0.2308vw, 1rem);
}
.mdv-lasted-chapter-content-mobile-subitem-category-chapter {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}
.bxh-info-top-1-icon {
  min-width: 60px;
}
.truyen-moi-phat-hanh-the-loai {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: max-content;
}
.mdv-khung-tin-chi-tiet-author-info-stat-rank {
  display: none;
}
.manager-story-section-content .nav-tabs .nav-link.active {
  font-family: var(--normal-font) !important;
}
.menu-tool-admin-nav .quan-ly-noi-dung-nav-menu-a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.lt-button-mobile-tim-kiem {
  color: var(--main-color);
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
}
.lt-button-mobile-tim-kiem i {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}

.lt-khung-tim-kiem-mobile-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: var(--background-color);
}
.lt-khung-tim-kiem-mobile-wrapper .btn-tim-kiem-mobile {
  border: none;
  color: var(--text-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.lt-khung-tim-kiem-mobile-wrapper .form-control {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 40px;
}
.lt-khung-tim-kiem-mobile-wrapper .input-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.lt-khung-tim-kiem-mobile-khung-noi-dung {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 96%;
  height: auto;
  background-color: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.lt-khung-tim-kiem-mobile-wrapper {
  display: none;
}
.lt-khung-tim-kiem-mobile-khung-noi-dung {
  display: none;
}
.mdv-san-pham-show-gioi-thieu-des {
  cursor: pointer;
}

/* thanh pagination start */
.pagination .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination .page-item a:hover {
  background-color: #f0f0f0;
  color: #007bff;
}

.pagination .page-item.disabled a {
  pointer-events: none;
  /* background-color: transparent; */
  /* border: none; */
  color: #aaa;
}
.pagination-page .page-item.prev,
.pagination-page .page-item.next {
  display: block !important;
}
/* thanh pagination end */
.mdv-thanh-vien-tab:hover {
  color: var(--background-color);
}
.quan-ly-noi-dung-nav-menu-a,
.menu-view-thong-bao-li .btn-mdv,
.mdv-tu-truyen-tabs .nav-link,
.nav-tabs .nav-link.mdv-nhiem-vu-tab,
.mdv-thanh-vien-tab,
.mdv-settings-tabs .nav-link,
.mdv-rut-dao-tabs .nav-link,
.btn-mdv-button-tool {
  background-color: var(--main-color);
  box-shadow: 0 0.125rem 0.625rem rgba(252, 172, 163, 0.4),
    0 0.0625rem 0.125rem rgba(252, 172, 163, 0.5);
  color: var(--background-color);
  border: none !important;
}
.quan-ly-noi-dung-nav-menu-li.active .quan-ly-noi-dung-nav-menu-a,
.menu-view-thong-bao-li.active a,
.mdv-tu-truyen-tabs .nav-link.active,
.mdv-nhiem-vu-tab.active,
.btn-mdv.btn-tuong-nha.active,
.mdv-thanh-vien-tab.active,
.mdv-settings-tabs .nav-link.active,
.mdv-rut-dao-tabs .nav-link.active,
.btn-mdv-button-tool.active {
  background-color: #ff96a0;
  background-image: linear-gradient(
    45deg,
    #ff96a0 0%,
    #fd8f8e 52%,
    #ff6166 90%
  );
  color: var(--background-color);
}
.watermarked-content::before {
  /* display: none; */
}
.mdv-sps-gioi-thieu-truyen-box-col {
  cursor: pointer;
}
.nhat-ky-tabpane-box .text-pink {
  color: #0d6efd !important;
}
.page-manager-notifications .text-primary {
  color: var(--main-color) !important;
}

/* trang duyệt đơn xin quản lý start */

.tn-duyet-don-xin-qly-header {
  background-color: var(--second-background-color);
  padding: 1rem;
  border-radius: 0.5rem;
}

.tn-duyet-don-xin-qly-avatar {
  width: 40px;
  height: 40px;
}
.tn-duyet-don-xin-qly-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ten-nguoi-xin-quan-ly {
  font-family: lato-b;
  font-size: 1.2rem;
}
.tn-duyet-don-xin-qly-section {
  background-color: var(--second-background-color);
  border-radius: 0.5rem;
  padding: 1rem;
}
.nguoi-xin-quan-ly-date {
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}

.tn-duyet-don-xin-qly-section-content {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.tn-duyet-don-xin-qly-select {
  /* background-color: #f8f9fa; */
}
.btn-mdv-2 {
  background-color: var(--main-color);
  color: var(--background-color);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.btn-mdv-2:hover {
  color: var(--background-color);
  background-color: var(--second-main-color);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.form-mo-ta {
  background-color: var(--background-border-color);
  border: 1px solid var(--border-2-color);
}
.form-mo-ta span {
  background: transparent !important;
}

/* trang duyệt đơn xin quản lý end */
.btn-danh-muc-nav.active {
  background-color: var(--second-main-color);
}
/* form thông báo bạn là người sở hữu không thể xin thêm quyền quản lý */

.mdv-form-da-so-huu-container {
  width: 100%;
  max-width: 500px;
  padding: 1rem;
}

.mdv-form-da-so-huu-content {
  background: white;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mdv-form-da-so-huu-icon-wrapper {
  display: flex;
  justify-content: center;
}

.mdv-form-da-so-huu-icon {
  width: 80px;
  height: 80px;
  background-color: var(--mdv-primary-shadow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseAnimation 2s infinite;
}

.mdv-form-da-so-huu-icon i {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--main-color);
}

.mdv-form-da-so-huu-title h2 {
  color: #333;
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  font-weight: var(--title-weight);
}

.mdv-form-da-so-huu-message p {
  color: #666;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.mdv-form-da-so-huu-btn-close {
  background-color: var(--main-color);
  color: white;
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.mdv-form-da-so-huu-btn-close:hover {
  background-color: var(--second-main-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--mdv-primary-shadow);
  color: var(--background-color);
}

@keyframes pulseAnimation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--mdv-primary-shadow);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(252, 172, 163, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(252, 172, 163, 0);
  }
}
.page-grant-management .alert-info {
  background-color: var(--second-background-color);
  border-color: var(--second-background-color);
  color: var(--text-color);
}

/* form thông báo nộp đơn xin duyệt lại */
:root {
  --mdv-primary-color: #fcaca3;
  --mdv-primary-hover: #fb9589;
  --mdv-primary-shadow: rgba(252, 172, 163, 0.3);
  --mdv-white: #ffffff;
  --mdv-gray: #666666;
  --mdv-light-gray: #f8f9fa;
}

.mdv-form-xin-duyet-lai-lan-nay-container {
  width: 100%;
  max-width: 600px;
  padding: 1rem;
}

.mdv-form-xin-duyet-lai-lan-nay-content {
  background: var(--mdv-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mdv-form-xin-duyet-lai-lan-nay-icon-wrapper {
  display: flex;
  justify-content: center;
}

.mdv-form-xin-duyet-lai-lan-nay-icon {
  width: 80px;
  height: 80px;
  background-color: var(--mdv-primary-shadow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shakeAnimation 0.5s ease-in-out;
}

.mdv-form-xin-duyet-lai-lan-nay-icon i {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--mdv-primary-color);
}

.mdv-form-xin-duyet-lai-lan-nay-title h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--title-weight);
}

.mdv-form-xin-duyet-lai-lan-nay-message {
  color: var(--mdv-gray);
}

.mdv-form-xin-duyet-lai-lan-nay-reason,
.mdv-form-xin-duyet-lai-lan-nay-violations {
  margin-bottom: 1.5rem;
}

.mdv-form-xin-duyet-lai-lan-nay-reason h3,
.mdv-form-xin-duyet-lai-lan-nay-violations h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: #333;
  margin-bottom: 1rem;
}

.mdv-form-xin-duyet-lai-lan-nay-message .list-group-item {
  border-color: var(--mdv-primary-shadow);
  padding: 1rem;
  transition: all 0.3s ease;
}

.mdv-form-xin-duyet-lai-lan-nay-message .list-group-item:hover {
  background-color: var(--mdv-light-gray);
}

.mdv-form-xin-duyet-lai-lan-nay-message .list-group-item .badge {
  background-color: var(--mdv-primary-color);
  font-size: 0.9em;
  min-width: 24px;
}

.mdv-form-xin-duyet-lai-lan-nay-btn-submit,
.mdv-form-xin-duyet-lai-lan-nay-btn-close {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.mdv-form-xin-duyet-lai-lan-nay-btn-submit {
  background-color: var(--mdv-primary-color);
  color: var(--mdv-white);
  border: none;
}

.mdv-form-xin-duyet-lai-lan-nay-btn-submit:hover {
  background-color: var(--second-main-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--mdv-primary-shadow);
  color: var(--background-color);
}

.mdv-form-xin-duyet-lai-lan-nay-btn-close {
  background-color: transparent;
  border: 1px solid var(--mdv-primary-color);
  color: var(--mdv-primary-color);
}

.mdv-form-xin-duyet-lai-lan-nay-btn-close:hover {
  background-color: var(--mdv-primary-shadow);
  color: var(--mdv-primary-color);
}

@keyframes shakeAnimation {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

/* Entrance Animation */
@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mdv-form-xin-duyet-lai-lan-nay-content {
  animation: slideInUp 0.5s ease-out;
}

/* form từ chối vĩnh viễn */

:root {
  --mdv-primary-color: #fcaca3;
  --mdv-primary-hover: #fb9589;
  --mdv-primary-shadow: rgba(252, 172, 163, 0.3);
  --mdv-danger: #dc3545;
  --mdv-danger-light: #f8d7da;
  --mdv-white: #ffffff;
  --mdv-gray: #666666;
  --mdv-light-gray: #f8f9fa;
}
.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-content {
  background: var(--mdv-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 2px solid var(--mdv-danger);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-banner {
  background-color: var(--mdv-danger);
  color: var(--mdv-white);
  padding: 0.75rem;
  border-radius: 10px;
  text-align: center;
  font-weight: var(--title-weight);
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-icon-wrapper {
  display: flex;
  justify-content: center;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-icon {
  width: 80px;
  height: 80px;
  background-color: var(--mdv-danger-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseAnimation 2s infinite;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-icon i {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--mdv-danger);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-title h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--title-weight);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-message {
  color: var(--mdv-gray);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-reason,
.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-violations {
  margin-bottom: 1.5rem;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-reason h3,
.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-violations h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: #333;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-container .list-group-item {
  border-color: var(--mdv-danger-light);
  padding: 1rem;
  transition: all 0.3s ease;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-container .list-group-item:hover {
  background-color: var(--mdv-danger-light);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-container .list-group-item .badge {
  background-color: var(--mdv-danger);
  font-size: 0.9em;
  min-width: 24px;
}

.violation-text {
  color: var(--mdv-danger);
  font-weight: 500;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-btn-submit,
.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-btn-close {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-btn-submit {
  /* background-color: var(--mdv-danger-light);
  color: var(--mdv-danger);
  border: 1px solid var(--mdv-danger); */
  cursor: not-allowed;
  max-width: 600px;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-btn-close {
  background-color: transparent;
  border: 1px solid var(--mdv-primary-color);
  color: var(--mdv-primary-color);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-btn-close:hover {
  background-color: var(--mdv-primary-shadow);
  color: var(--mdv-primary-color);
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-icon {
  animation: shakeAnimation 0.5s ease-in-out;
}

.mdv-form-xin-duyet-lai-tu-choi-vinh-vien-content {
  animation: slideInUp 0.5s ease-out;
}

/* danh sách điều khoản số */
:root {
  --admin-primary: #fcaca3;
  --admin-primary-hover: #fb9589;
  --admin-primary-light: rgba(252, 172, 163, 0.1);
  --admin-primary-shadow: rgba(252, 172, 163, 0.3);
  --admin-white: #ffffff;
  --admin-gray: #666666;
  --admin-light-gray: #f8f9fa;
}

.admin-list-dieu-khoan-so-container {
  background: var(--admin-white);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 800px;
  margin: 0 auto;
}

.admin-list-dieu-khoan-so-header h2 {
  color: #333;
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
  font-weight: var(--title-weight);
  display: flex;
  align-items: center;
}

.admin-list-dieu-khoan-so-header h2 i {
  color: var(--admin-primary);
}

.admin-list-dieu-khoan-so-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid var(--admin-primary-light);
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.admin-list-dieu-khoan-so-item:hover {
  background-color: var(--admin-primary-light);
  transform: translateX(5px);
}

.admin-list-dieu-khoan-so-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.admin-list-dieu-khoan-so-badge {
  background-color: var(--admin-primary);
  color: var(--admin-white);
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--title-weight);
  font-size: 0.9em;
}

.admin-list-dieu-khoan-so-text h3 {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 0.25rem;
  color: #333;
}

.admin-list-dieu-khoan-so-text p {
  margin: 0;
  color: var(--admin-gray);
  font-size: 0.9em;
}

.admin-list-dieu-khoan-so-checkbox {
  padding-left: 1rem;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  border-color: var(--admin-primary);
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--admin-primary);
  border-color: var(--admin-primary);
}

.form-check-input:focus {
  border-color: var(--admin-primary);
  box-shadow: 0 0 0 0.25rem var(--admin-primary-shadow);
}

.admin-list-dieu-khoan-so-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.admin-list-dieu-khoan-so-btn-apply,
.admin-list-dieu-khoan-so-btn-clear {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.admin-list-dieu-khoan-so-btn-apply {
  background-color: var(--admin-primary);
  color: var(--admin-white);
  border: none;
}

.admin-list-dieu-khoan-so-btn-apply:hover {
  background-color: var(--admin-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--admin-primary-shadow);
}

.admin-list-dieu-khoan-so-btn-clear {
  background-color: transparent;
  border: 1px solid var(--admin-primary);
  color: var(--admin-primary);
}

.admin-list-dieu-khoan-so-btn-clear:hover {
  background-color: var(--admin-primary-shadow);
}

/* Animation for checkbox */
@keyframes checkmarkAnimation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.form-check-input:checked {
  animation: checkmarkAnimation 0.3s ease-in-out;
}

/* form điền xin quản lý truyện  */
:root {
  --mdv-primary: #fcaca3;
  --mdv-primary-hover: #fb9589;
  --mdv-primary-light: rgba(252, 172, 163, 0.1);
  --mdv-primary-shadow: rgba(252, 172, 163, 0.3);
  --mdv-white: #ffffff;
  --mdv-gray: #666666;
  --mdv-light-gray: #f8f9fa;
}

.mdv-form-nop-don-xin-quyen-quan-ly-container {
  width: 100%;
  max-width: 800px;
  padding: 1rem;
}

.mdv-form-nop-don-xin-quyen-quan-ly-content {
  background: var(--mdv-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mdv-form-nop-don-xin-quyen-quan-ly-header {
  text-align: center;
  margin-bottom: 0rem;
}

.mdv-form-nop-don-xin-quyen-quan-ly-icon {
  width: 80px;
  height: 80px;
  background-color: var(--mdv-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.mdv-form-nop-don-xin-quyen-quan-ly-icon i {
  font-size: 2rem;
  color: var(--mdv-primary);
}

.mdv-form-nop-don-xin-quyen-quan-ly-header h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.mdv-form-nop-don-xin-quyen-quan-ly-header p {
  color: var(--mdv-gray);
}

.mdv-form-nop-don-xin-quyen-quan-ly-truyen-info {
  background-color: var(--mdv-light-gray);
  padding: 1.5rem;
  border-radius: 15px;
}

.mdv-form-nop-don-xin-quyen-quan-ly-truyen-info h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.mdv-form-nop-don-xin-quyen-quan-ly-truyen-details h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.mdv-form-nop-don-xin-quyen-quan-ly-truyen-details-image {
  max-width: 90px;
  margin: 0 auto;
  --bs-aspect-ratio: 150%;
}
.mdv-form-nop-don-xin-quyen-quan-ly-truyen-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdv-form-nop-don-xin-quyen-quan-ly-truyen-details p {
  color: var(--mdv-gray);
  margin-bottom: 0;
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-label {
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-label i {
  color: var(--mdv-primary);
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-control,
.mdv-form-nop-don-xin-quyen-quan-ly-container .form-select {
  border-color: #dee2e6;
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-control:focus,
.mdv-form-nop-don-xin-quyen-quan-ly-container .form-select:focus {
  border-color: var(--mdv-primary);
  box-shadow: 0 0 0 0.25rem var(--mdv-primary-shadow);
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-check-input {
  border-color: var(--mdv-primary);
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-check-input:checked {
  background-color: var(--mdv-primary);
  border-color: var(--mdv-primary);
}

.mdv-form-nop-don-xin-quyen-quan-ly-container .form-check-input:focus {
  border-color: var(--mdv-primary);
  box-shadow: 0 0 0 0.25rem var(--mdv-primary-shadow);
}

.mdv-form-nop-don-xin-quyen-quan-ly-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.mdv-form-nop-don-xin-quyen-quan-ly-btn-submit,
.mdv-form-nop-don-xin-quyen-quan-ly-btn-cancel {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 200px;
}

.mdv-form-nop-don-xin-quyen-quan-ly-btn-submit {
  background-color: var(--mdv-primary);
  color: var(--mdv-white);
  border: none;
}

.mdv-form-nop-don-xin-quyen-quan-ly-btn-submit:hover {
  background-color: var(--second-main-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--mdv-primary-shadow);
  color: var(--background-color);
}

.mdv-form-nop-don-xin-quyen-quan-ly-btn-cancel {
  background-color: transparent;
  border: 1px solid var(--mdv-primary);
  color: var(--mdv-primary);
}

.mdv-form-nop-don-xin-quyen-quan-ly-btn-cancel:hover {
  background-color: var(--mdv-primary-shadow);
}

/* Animation for form elements */
@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mdv-form-nop-don-xin-quyen-quan-ly-content {
  animation: slideInUp 0.5s ease-out;
}

/* thông báo phải có quyền đăng truyện start */
:root {
  --admin-primary: #fcaca3;
  --admin-primary-hover: #fb9589;
  --admin-primary-light: rgba(252, 172, 163, 0.1);
  --admin-primary-shadow: rgba(252, 172, 163, 0.3);
  --admin-white: #ffffff;
  --admin-gray: #666666;
  --admin-light-gray: #f8f9fa;
}

.admin-thong-bao-dich-gia-tac-gia-container {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}

.admin-thong-bao-dich-gia-tac-gia-content {
  background: var(--admin-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.admin-thong-bao-dich-gia-tac-gia-icon-wrapper {
  display: flex;
  justify-content: center;
}

.admin-thong-bao-dich-gia-tac-gia-icon {
  width: 80px;
  height: 80px;
  background-color: var(--admin-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseAnimation 2s infinite;
}

.admin-thong-bao-dich-gia-tac-gia-icon i {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--admin-primary);
}

.admin-thong-bao-dich-gia-tac-gia-title h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--title-weight);
}

.admin-thong-bao-dich-gia-tac-gia-alert {
  background-color: var(--admin-primary-light);
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.admin-thong-bao-dich-gia-tac-gia-alert i {
  font-size: 1.5rem;
  color: var(--admin-primary);
}

.admin-thong-bao-dich-gia-tac-gia-alert p {
  margin: 0;
  color: #333;
  font-weight: 500;
}

.admin-thong-bao-dich-gia-tac-gia-roles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.admin-thong-bao-dich-gia-tac-gia-role {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--admin-primary-light);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.admin-thong-bao-dich-gia-tac-gia-role:hover {
  background-color: var(--admin-primary-light);
  transform: translateX(5px);
}

.admin-thong-bao-dich-gia-tac-gia-role-icon {
  width: 50px;
  height: 50px;
  background-color: var(--admin-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-thong-bao-dich-gia-tac-gia-role-icon i {
  font-size: 1.5rem;
  color: var(--admin-primary);
}

.admin-thong-bao-dich-gia-tac-gia-role-text h3 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: #333;
}

.admin-thong-bao-dich-gia-tac-gia-role-text p {
  margin: 0;
  color: var(--admin-gray);
  font-size: 0.9em;
}

.admin-thong-bao-dich-gia-tac-gia-divider {
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
}

.admin-thong-bao-dich-gia-tac-gia-divider span {
  background-color: var(--admin-white);
  padding: 0 1rem;
  color: var(--admin-gray);
  position: relative;
  z-index: 1;
}

.admin-thong-bao-dich-gia-tac-gia-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--admin-primary-light);
  z-index: 0;
}

.admin-thong-bao-dich-gia-tac-gia-info {
  text-align: center;
  color: var(--admin-gray);
  margin-bottom: 2rem;
}

.admin-thong-bao-dich-gia-tac-gia-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.admin-thong-bao-dich-gia-tac-gia-btn-contact,
.admin-thong-bao-dich-gia-tac-gia-btn-close {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

.admin-thong-bao-dich-gia-tac-gia-btn-contact {
  background-color: var(--admin-primary);
  color: var(--admin-white);
  border: none;
}

.admin-thong-bao-dich-gia-tac-gia-btn-contact:hover {
  background-color: var(--admin-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--admin-primary-shadow);
}

.admin-thong-bao-dich-gia-tac-gia-btn-close {
  background-color: transparent;
  border: 1px solid var(--admin-primary);
  color: var(--admin-primary);
}

.admin-thong-bao-dich-gia-tac-gia-btn-close:hover {
  background-color: var(--admin-primary-shadow);
}

@keyframes pulseAnimation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--admin-primary-shadow);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(252, 172, 163, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(252, 172, 163, 0);
  }
}

/* Entrance Animation */
@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.admin-thong-bao-dich-gia-tac-gia-content {
  animation: slideInUp 0.5s ease-out;
}

/* thông báo phải có quyền đăng truyện end */

.btn-xem-them-binh-luan {
  max-width: 150px;
  margin: 0 auto;
}

/* form trả phí start */
:root {
  --admin-primary: #fcaca3;
  --admin-primary-hover: #fb9589;
  --admin-primary-light: rgba(252, 172, 163, 0.1);
  --admin-primary-shadow: rgba(252, 172, 163, 0.3);
  --admin-white: #ffffff;
  --admin-gray: #666666;
  --admin-light-gray: #f8f9fa;
}

.admin-xin-quyen-qly-tra-phi-container {
  max-width: 800px;
  margin: 0 auto;
}

.admin-xin-quyen-qly-tra-phi-content {
  background: var(--admin-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.admin-xin-quyen-qly-tra-phi-banner {
  background-color: var(--admin-primary-light);
  color: #333;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.admin-xin-quyen-qly-tra-phi-banner i {
  color: var(--admin-primary);
  font-size: 1.2em;
}

.admin-xin-quyen-qly-tra-phi-title h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--title-weight);
  position: relative;
  display: inline-block;
}

.admin-xin-quyen-qly-tra-phi-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: var(--admin-primary);
}

.requirement-item {
  padding: 1rem;
  border: 1px solid var(--admin-primary-light);
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.requirement-item:hover {
  background-color: var(--admin-primary-light);
  transform: translateX(5px);
}

.requirement-item i {
  color: var(--admin-primary);
}

.requirement-item ul {
  padding-left: 2rem;
}

.requirement-item ul li {
  margin-bottom: 0.5rem;
}

.fee {
  font-weight: var(--title-weight);
  color: var(--admin-primary);
}

/* .form-select {
  border-color: var(--admin-primary-light);
  padding: 0.75rem;
}

.form-select:focus {
  border-color: var(--admin-primary);
  box-shadow: 0 0 0 0.25rem var(--admin-primary-shadow);
} */

.admin-xin-quyen-qly-tra-phi-btn-submit {
  background-color: var(--admin-primary);
  color: var(--admin-white);
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
}

.admin-xin-quyen-qly-tra-phi-btn-submit:hover {
  background-color: var(--admin-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--admin-primary-shadow);
}

/* Animation for form elements */
@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.admin-xin-quyen-qly-tra-phi-content {
  animation: slideInUp 0.5s ease-out;
}

/* Toast Notification Styles */
.admin-xin-quyen-qly-tra-phi-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 1rem;
  border-radius: 10px;
  background: var(--admin-white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.admin-xin-quyen-qly-tra-phi-toast.success {
  border-left: 4px solid #28a745;
}

.admin-xin-quyen-qly-tra-phi-toast.error {
  border-left: 4px solid #dc3545;
}

/* form trả phí end */
.nhat-ky-table th {
  background-color: var(--admin-primary);
  color: var(--background-color);
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgba(255, 182, 193, 0.1) !important;
}
.nhat-ky-table td,
.nhat-ky-table tr {
  border-color: var(--border-color);
}
.nhat-ky-table .text-primary,
.nhat-ky-tabpane-box .text-pink {
  color: var(--second-main-color) !important;
}
.nhat-ky-table .text-danger {
  color: var(--text-color) !important;
}

.mdv-post-story-section-item .nav-link.btn-mdv {
  background-color: var(--main-color);
}
.mdv-post-story-section-item .nav-link.btn-mdv.active {
  background-color: #ff96a0;
  background-image: linear-gradient(
    45deg,
    #ff96a0 0%,
    #fd8f8e 52%,
    #ff6166 90%
  );
}
/* form thông báo 18+ start */
.admin-thong-bao-han-che-18-container {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}

.admin-thong-bao-han-che-18-content {
  background: var(--admin-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.admin-thong-bao-han-che-18-icon-wrapper {
  display: flex;
  justify-content: center;
}

.admin-thong-bao-han-che-18-icon {
  width: 80px;
  height: 80px;
  background-color: var(--admin-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseAnimation 2s infinite;
}

.admin-thong-bao-han-che-18-icon i {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--admin-primary);
}

.admin-thong-bao-han-che-18-title h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--title-weight);
}

.admin-thong-bao-han-che-18-message {
  background-color: var(--admin-primary-light);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.admin-thong-bao-han-che-18-reason,
.admin-thong-bao-han-che-18-suggestion {
  margin-bottom: 1.5rem;
}

.reason-header,
.suggestion-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.reason-header i,
.suggestion-header i {
  color: var(--admin-primary);
  font-size: 1.2em;
}

.reason-header h3,
.suggestion-header h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: var(--title-weight);
  color: #333;
}

.admin-thong-bao-han-che-18-message ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.admin-thong-bao-han-che-18-message ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.admin-thong-bao-han-che-18-message ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--admin-primary);
}

.admin-thong-bao-han-che-18-btn-understand,
.admin-thong-bao-han-che-18-btn-help {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.admin-thong-bao-han-che-18-btn-understand {
  background-color: var(--admin-primary);
  color: var(--admin-white);
  border: none;
}

.admin-thong-bao-han-che-18-btn-understand:hover {
  background-color: var(--admin-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--admin-primary-shadow);
}

.admin-thong-bao-han-che-18-btn-help {
  background-color: transparent;
  border: 1px solid var(--admin-primary);
  color: var(--admin-primary);
}

.admin-thong-bao-han-che-18-btn-help:hover {
  background-color: var(--admin-primary-shadow);
}

.admin-thong-bao-han-che-18-content {
  animation: slideInUp 0.5s ease-out;
}

/* Responsive styles */
@media (max-width: 576px) {
  .admin-thong-bao-han-che-18-container {
    padding: 0.5rem;
  }

  .admin-thong-bao-han-che-18-content {
    padding: clamp(1rem, 2vw, 1.5rem);
  }

  .admin-thong-bao-han-che-18-icon {
    width: 60px;
    height: 60px;
  }

  .admin-thong-bao-han-che-18-message {
    padding: 1rem;
  }
}
/* form thông báo 18+ end */

/* form quảng bá start */
:root {
  --quang-ba-primary: #fcaca3;
  --quang-ba-primary-hover: #fb9589;
  --quang-ba-primary-light: rgba(252, 172, 163, 0.1);
  --quang-ba-primary-shadow: rgba(252, 172, 163, 0.3);
  --quang-ba-white: #ffffff;
  --quang-ba-gray: #666666;
  --quang-ba-light-gray: #f8f9fa;
}

.quang-ba-form-new-container {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}

.quang-ba-form-new-content {
  background: var(--quang-ba-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.quang-ba-form-new-header {
  text-align: center;
  margin-bottom: 2rem;
}

.quang-ba-form-new-icon {
  width: 80px;
  height: 80px;
  background-color: var(--quang-ba-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  animation: pulseAnimation 2s infinite;
}

.quang-ba-form-new-icon i {
  font-size: 2rem;
  color: var(--quang-ba-primary);
}

.quang-ba-form-new-header h2 {
  color: #333;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}

.quang-ba-form-new-header p {
  color: var(--quang-ba-gray);
}

.quang-ba-form-new-payment-options {
  margin-bottom: 2rem;
}

.quang-ba-form-new-option {
  margin-bottom: 1rem;
}

.quang-ba-form-new-option-btn {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--quang-ba-primary-light);
  background-color: var(--quang-ba-white);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.quang-ba-form-new-option-btn:hover {
  transform: translateX(5px);
  background-color: var(--quang-ba-primary-light);
}

.option-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.option-content i {
  font-size: 1.5rem;
  color: var(--quang-ba-primary);
}

.option-content span {
  font-size: 1.1rem;
  color: #333;
}

.btn-check:checked + .quang-ba-form-new-option-btn {
  background-color: var(--quang-ba-primary-light);
  border-color: var(--quang-ba-primary);
}

.quang-ba-form-new-info {
  background-color: var(--quang-ba-primary-light);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--quang-ba-primary);
  font-weight: var(--title-weight);
}

.info-content p {
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.95rem;
}

.info-content p:last-child {
  margin-bottom: 0;
}

.quang-ba-form-new-btn-submit {
  width: 100%;
  padding: 1rem 2rem;
  background-color: var(--quang-ba-primary);
  color: var(--quang-ba-white);
  border: none;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.quang-ba-form-new-btn-submit:hover {
  background-color: var(--quang-ba-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--quang-ba-primary-shadow);
}

.quang-ba-form-new-content {
  animation: slideInUp 0.5s ease-out;
}

/* form quảng bá end */
:root {
  --mdv-primary: #fcaca3;
  --mdv-primary-hover: #fb9589;
  --mdv-primary-light: rgba(252, 172, 163, 0.1);
  --mdv-primary-shadow: rgba(252, 172, 163, 0.3);
  --mdv-white: #ffffff;
  --mdv-gray: #666666;
  --mdv-light-gray: #f8f9fa;
}

.mdv-rut-dao-new-container {
  max-width: 100%;
  margin: 0 auto;
  background: var(--mdv-white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mdv-rut-dao-new-payment-methods {
  display: flex;
  gap: 1rem;
}

.mdv-rut-dao-new-method {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 50px;
  background-color: var(--mdv-light-gray);
  color: var(--mdv-gray);
  transition: all 0.3s ease;
}

.mdv-rut-dao-new-method:hover,
.mdv-rut-dao-new-method.active {
  background-color: var(--mdv-primary);
  color: var(--mdv-white);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--mdv-primary-shadow);
}

.mdv-rut-dao-new-info {
  background-color: var(--mdv-primary-light);
  border-radius: 15px;
  padding: 1.5rem;
}

.mdv-rut-dao-new-container .info-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mdv-rut-dao-new-container .info-content i {
  color: var(--mdv-primary);
  font-size: 1.2em;
}

.mdv-rut-dao-new-container .info-content a {
  color: var(--mdv-primary);
}

.mdv-rut-dao-new-container .form-label {
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.mdv-rut-dao-new-container .form-label i {
  color: var(--mdv-primary);
}

.mdv-rut-dao-new-container .form-control,
.mdv-rut-dao-new-container .form-select {
  border-color: var(--mdv-primary-light);
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.mdv-rut-dao-new-container .form-control:focus,
.mdv-rut-dao-new-container .form-select:focus {
  border-color: var(--mdv-primary);
  box-shadow: 0 0 0 0.25rem var(--mdv-primary-shadow);
}

.mdv-rut-dao-new-container .form-control:disabled {
  background-color: var(--mdv-light-gray);
}

.mdv-rut-dao-new-notice {
  background-color: var(--mdv-primary-light);
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #333;
}

.mdv-rut-dao-new-btn-telegram {
  background-color: #0088cc;
  color: var(--mdv-white);
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  transition: all 0.3s ease;
}

.mdv-rut-dao-new-btn-telegram:hover {
  background-color: #006699;
  color: var(--mdv-white);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 136, 204, 0.3);
}

.mdv-rut-dao-new-btn-submit {
  background-color: var(--mdv-primary);
  color: var(--mdv-white);
  padding: 1rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mdv-rut-dao-new-btn-submit:hover {
  background-color: var(--mdv-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--mdv-primary-shadow);
}

.mdv-rut-dao-new-form .form-group {
  animation: slideInUp 0.5s ease-out forwards;
  opacity: 0;
}

/* Stagger animation delay for form groups */
.mdv-rut-dao-new-form .form-group:nth-child(1) {
  animation-delay: 0.1s;
}
.mdv-rut-dao-new-form .form-group:nth-child(2) {
  animation-delay: 0.2s;
}
.mdv-rut-dao-new-form .form-group:nth-child(3) {
  animation-delay: 0.3s;
}
.mdv-rut-dao-new-form .form-group:nth-child(4) {
  animation-delay: 0.4s;
}
.mdv-rut-dao-new-form .form-group:nth-child(5) {
  animation-delay: 0.5s;
}
.mdv-rut-dao-new-form .form-group:nth-child(6) {
  animation-delay: 0.6s;
}
.mdv-rut-dao-new-form .form-group:nth-child(7) {
  animation-delay: 0.7s;
}
.mdv-rut-dao-new-form .form-group:nth-child(8) {
  animation-delay: 0.8s;
}
.mdv-rut-dao-new-form .form-group:nth-child(9) {
  animation-delay: 0.9s;
}

/* trang nạp đào bổ sung start */
:root {
  --nap-dao-primary: #fcaca3;
  --nap-dao-primary-hover: #fb9589;
  --nap-dao-primary-light: rgba(252, 172, 163, 0.1);
  --nap-dao-primary-shadow: rgba(252, 172, 163, 0.3);
  --nap-dao-success: #28a745;
  --nap-dao-danger: #dc3545;
  --nap-dao-warning: #ffc107;
  --nap-dao-white: #ffffff;
  --nap-dao-gray: #666666;
  --nap-dao-light-gray: #f8f9fa;
}

/* Container Styles */
.nap-dao-history-container {
  background: var(--nap-dao-white);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: clamp(1rem, 3vw, 2rem);
}

/* Tab Styles */
.nap-dao-history-tabs {
  /* border-bottom: 2px solid var(--nap-dao-primary-light); */
  border-bottom: none;
}

.nap-dao-history-tabs .nav-link {
  color: var(--nap-dao-gray);
  border: none;
  padding: 1rem 1.5rem;
  margin-right: 0.5rem;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
}

.nap-dao-history-tabs .nav-link:hover {
  background-color: var(--nap-dao-primary-light);
  color: var(--nap-dao-primary);
}

.nap-dao-history-tabs .nav-link.active {
  background-color: var(--nap-dao-primary);
  color: var(--nap-dao-white);
}

/* Table Styles */
.nap-dao-history-table-container {
  /* margin-top: 1.5rem; */
}
.image-chuyen-khoan-box {
  overflow: hidden;
}
.image-chuyen-khoan-box a,
.image-chuyen-khoan-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nap-dao-history-table {
  width: max-content;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  min-width: 100%;
}
.nap-dao-history-table thead {
  background-color: var(--nap-dao-light-gray);
}
.nap-dao-history-table thead th {
  background-color: var(--nap-dao-light-gray);
  padding: 1rem;
  font-weight: var(--title-weight);
  color: #333;
  border: none;
}

.nap-dao-history-table tbody tr {
  background-color: var(--nap-dao-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.nap-dao-history-table tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.nap-dao-history-table td {
  padding: 1rem;
  vertical-align: middle;
  border: none;
}

/* User Info Styles */
.user-info,
.admin-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.user-avatar,
.admin-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--nap-dao-primary-light);
}

.user-avatar img,
.admin-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-name,
.admin-name {
  font-weight: 500;
  color: #333;
}

/* Timestamp Styles */
.page-manager-donate-dao .timestamp {
  display: flex;
  flex-direction: column;
}

.page-manager-donate-dao .date {
  font-weight: 500;
  color: #333;
}

.page-manager-donate-dao .time {
  font-size: 0.9em;
  color: var(--nap-dao-gray);
}

/* Button Styles */
.btn-view-image {
  background-color: var(--nap-dao-primary-light);
  color: var(--nap-dao-primary);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-view-image:hover {
  background-color: var(--nap-dao-primary);
  color: var(--nap-dao-white);
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
}

.btn-approve,
.btn-reject {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease;
}

.btn-approve {
  background-color: var(--nap-dao-success);
  color: var(--nap-dao-white);
}

.btn-reject {
  background-color: var(--nap-dao-danger);
  color: var(--nap-dao-white);
}

.btn-approve:hover:not(:disabled),
.btn-reject:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-approve:disabled,
.btn-reject:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Status Badge Styles */
.status-badge {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9em;
  font-weight: 500;
}

.status-badge.pending {
  background-color: var(--nap-dao-warning);
  color: #333;
}

.status-badge.approved {
  background-color: var(--nap-dao-success);
  color: var(--nap-dao-white);
}

.status-badge.rejected {
  background-color: var(--nap-dao-danger);
  color: var(--nap-dao-white);
}

/* Modal Styles */
.page-manager-donate-dao .modal-content {
  border-radius: 15px;
  border: none;
}

.page-manager-donate-dao .modal-header {
  border-bottom: 2px solid var(--nap-dao-primary-light);
  padding: 1rem 1.5rem;
}

.page-manager-donate-dao .modal-title {
  color: #333;
  font-weight: var(--title-weight);
}

.page-manager-donate-dao .modal-body {
  padding: 1.5rem;
}

/* trang nạp đào bổ sung end */

/* form rút đào start */
:root {
  --rut-dao-primary: #fcaca3;
  --rut-dao-primary-hover: #fb9589;
  --rut-dao-primary-light: rgba(252, 172, 163, 0.1);
  --rut-dao-success: #28a745;
  --rut-dao-danger: #dc3545;
  --rut-dao-warning: #ffc107;
}

/* Container Styles */
.rut-dao-new-form-container {
  background: white;
  /* border-radius: 20px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
  /* padding: 2rem; */
}

.rut-dao-new-form-title {
  color: #333;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 1.5rem;
}

/* Table Styles */
.rut-dao-new-form-table-container {
  margin-top: 2rem;
}

.rut-dao-new-form-table {
  width: max-content;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  min-width: 100%;
}

.rut-dao-new-form-table thead th {
  background-color: var(--rut-dao-primary-light);
  padding: 1rem;
  font-weight: var(--title-weight);
  color: #333;
  border: none;
}

.rut-dao-new-form-table tbody tr {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.rut-dao-new-form-table tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.rut-dao-new-form-table td {
  padding: 1rem;
  vertical-align: middle;
  border: none;
}

/* User Info Styles */
.rut-dao-new-form-user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rut-dao-new-form-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--rut-dao-primary-light);
}

.rut-dao-new-form-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rut-dao-new-form-username {
  font-weight: 500;
  color: #333;
}

.rut-dao-new-form-user-id {
  font-size: 0.875rem;
  color: #666;
}

/* Amount Styles */
.rut-dao-new-form-amount {
  font-weight: 500;
  color: #333;
}

.rut-dao-new-form-amount::after {
  content: " Đào";
  color: #666;
  font-weight: normal;
}

/* Method Styles */
.rut-dao-new-form-method {
  color: #666;
}

/* Timestamp Styles */
.rut-dao-new-form-timestamp {
  color: #666;
}

.rut-dao-new-form-timestamp .date {
  font-weight: 500;
  color: #333;
}

.rut-dao-new-form-timestamp .time {
  font-size: 0.875rem;
}

/* Status Badge Styles */
.rut-dao-new-form-status {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
}

.rut-dao-new-form-status.pending {
  background-color: var(--rut-dao-warning);
  color: #333;
}

.rut-dao-new-form-status.approved {
  background-color: var(--rut-dao-success);
  color: white;
}

.rut-dao-new-form-status.rejected {
  background-color: var(--rut-dao-danger);
  color: white;
}

/* Action Button Styles */
.rut-dao-new-form-actions {
  display: flex;
  gap: 0.5rem;
}

.rut-dao-new-form-actions .btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease;
}

.rut-dao-new-form-container .btn-view {
  background-color: var(--rut-dao-primary-light);
  color: var(--rut-dao-primary);
}

.rut-dao-new-form-container .btn-approve {
  background-color: var(--rut-dao-success);
  color: white;
}

.rut-dao-new-form-container .btn-reject {
  background-color: var(--rut-dao-danger);
  color: white;
}

.rut-dao-new-form-container .btn-view:hover,
.rut-dao-new-form-container .btn-approve:hover:not(:disabled),
.rut-dao-new-form-container .btn-reject:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.rut-dao-new-form-container .btn-view:hover {
  background-color: var(--rut-dao-primary);
  color: white;
}

.rut-dao-new-form-container .btn-approve:disabled,
.rut-dao-new-form-container .btn-reject:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Pagination Styles */
/* .rut-dao-new-form-pagination {
  margin-top: 2rem;
}

.rut-dao-new-form-container .pagination .page-link {
  border: none;
  padding: 0.75rem 1rem;
  margin: 0 0.25rem;
  color: #666;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.rut-dao-new-form-container .pagination .page-link:hover {
  background-color: var(--rut-dao-primary-light);
  color: var(--rut-dao-primary);
}

.rut-dao-new-form-container .pagination .page-item.active .page-link {
  background-color: var(--rut-dao-primary);
  color: white;
}

.rut-dao-new-form-container .pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
} */

/* Modal Styles */
.rut-dao-new-form-container .modal-content {
  border-radius: 15px;
  border: none;
}

.rut-dao-new-form-container .modal-header {
  border-bottom: 2px solid var(--rut-dao-primary-light);
  padding: 1.5rem;
}

.rut-dao-new-form-container .modal-title {
  color: #333;
  font-weight: var(--title-weight);
}

.rut-dao-new-form-details .detail-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rut-dao-primary-light);
}

.rut-dao-new-form-details .detail-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rut-dao-new-form-details .detail-label {
  font-weight: 500;
  color: #666;
  margin-bottom: 0.5rem;
}

.rut-dao-new-form-details .detail-value {
  color: #333;
}

/* Filter Styles */
.rut-dao-new-form-filters {
  margin-bottom: 2rem;
}

.rut-dao-new-form-container .input-group-text {
  background-color: white;
  border-right: none;
}

.rut-dao-new-form-container .form-control:focus,
.rut-dao-new-form-container .form-select:focus {
  border-color: var(--rut-dao-primary);
  box-shadow: 0 0 0 0.2rem var(--rut-dao-primary-light);
}

.rut-dao-new-form-container .form-control {
  border-left: none;
}

/* form rút đào end */

/* sửa modal báo lỗi truyện start */
/* Modal Styling */
.bao-loi-modal {
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.bao-loi-modal .modal-header {
  background-color: #fff;
  border-bottom: 2px solid rgba(252, 172, 163, 0.1);
  padding: 1.5rem;
}

.bao-loi-modal .modal-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: var(--title-weight);
}

.bao-loi-modal .modal-title i {
  color: #fcaca3;
}

.bao-loi-modal .modal-body {
  padding: 1.5rem;
  scrollbar-width: thin;
}

/* Form Controls */
.bao-loi-modal .form-label {
  color: #555;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.bao-loi-modal .form-label i {
  color: #fcaca3;
}

.bao-loi-modal .form-control {
  border: 2px solid rgba(252, 172, 163, 0.1);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.bao-loi-modal .form-control:disabled {
  background-color: rgba(252, 172, 163, 0.05);
  color: #666;
}

.bao-loi-modal .form-control:focus {
  border-color: #fcaca3;
  box-shadow: 0 0 0 0.2rem rgba(252, 172, 163, 0.25);
}

/* Image Upload Area */
.bao-loi-image-upload {
  position: relative;
  width: 100%;
}

.bao-loi-image-preview {
  background-color: rgba(252, 172, 163, 0.05);
  border: 2px dashed rgba(252, 172, 163, 0.3);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.bao-loi-image-preview:hover {
  border-color: #fcaca3;
  background-color: rgba(252, 172, 163, 0.1);
}

.bao-loi-image-preview i {
  color: #fcaca3;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.bao-loi-image-preview .upload-text {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.bao-loi-image-preview .upload-hint {
  color: #999;
  font-size: 0.875rem;
}

.bao-loi-image-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Image Preview List */
.bao-loi-image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bao-loi-image-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.bao-loi-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bao-loi-image-item .remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #ff4444;
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.bao-loi-image-item .remove-image:hover {
  background: #ff4444;
  color: white;
}

/* Submit Button */
.bao-loi-modal .btn-submit {
  background-color: #fcaca3;
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: 500;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}

.bao-loi-modal .btn-submit:hover {
  background-color: #fb9589;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.3);
}

.bao-loi-modal .btn-submit:active {
  transform: translateY(0);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal.show .modal-dialog {
  animation: fadeIn 0.3s ease-out;
}

.anh-bao-loi-box-image {
  min-width: 60px;
  max-width: 60px;
  overflow: hidden;
}
.anh-bao-loi-box-image a,
.anh-bao-loi-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in !important;
}
/* sửa modal báo lỗi truyện end */

/* mua combo */
.mua-btn-group .form-check-input {
  min-width: 1.5rem;
}
.mua-btn-group .btn-mdv-button-2 {
  padding: 5px;
}
.mua-btn-group .btn-mdv-button-2,
.btn-mua-chuong {
  background-color: var(--second-main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  box-shadow: 0 0 0.2em var(--color-background);
  border: none;
  font-size: clamp(0.7rem, 0.0881rem + 0.9552vw, 0.9rem);
}
.msv-comic-book-item .book:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.icon-tu-truyen-mini {
  max-width: 20px;
  filter: invert(0);
  -webkit-filter: invert(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.edit-comic-dropdown .dropdown-item:hover .icon-tu-truyen-mini {
  filter: invert(1);
  -webkit-filter: invert(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mdv-ten-truyen {
  color: var(--text-color);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-family: var(--title-font);
}
.hiep-account-dropdown-menu li:nth-child(10) i {
  color: var(--second-text-color);
}
/* trang cài đặt start */
:root {
  --primary-color: #fcaca3;
  --primary-hover: #fb9589;
  --primary-light: rgba(252, 172, 163, 0.1);
  --text-color: #333;
  --text-muted: #666;
  --border-color: rgba(252, 172, 163, 0.2);
}

/* Container */
.mdv-cai-dat-page-container {
  min-height: 100vh;
  background-color: #f8f9fa;
}

/* Header */
.mdv-cai-dat-page-header {
  text-align: center;
  padding: 0rem 0;
}

.mdv-cai-dat-page-title {
  color: var(--text-color);
  font-size: 2rem;
  font-weight: var(--title-weight);
  margin-bottom: 0.5rem;
}

.mdv-cai-dat-page-title i {
  color: var(--primary-color);
}

.mdv-cai-dat-page-subtitle {
  color: var(--text-muted);
  font-size: 1.1rem;
}

/* Cards */
.mdv-cai-dat-page-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.mdv-cai-dat-page-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.mdv-cai-dat-page-card-header {
  background: white;
  padding: 1.5rem;
  border-bottom: 2px solid var(--primary-light);
  color: var(--text-color);
  font-size: 1.25rem;
  font-weight: var(--title-weight);
}

.mdv-cai-dat-page-card-header i {
  color: var(--primary-color);
}

.mdv-cai-dat-page-card-body {
  padding: 1.5rem;
}

/* Setting Items */
.mdv-cai-dat-page-setting-item {
  margin-bottom: 1.5rem;
}

.mdv-cai-dat-page-setting-item:last-child {
  margin-bottom: 0;
}

.mdv-cai-dat-page-setting-label {
  display: block;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 0.75rem;
}

/* Font Size Controls */
.mdv-cai-dat-page-font-size-control {
  display: flex;
  gap: 0.5rem;
}

.btn-font-size {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid var(--border-color);
  background: white;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn-font-size:nth-child(1) {
  font-size: 0.875rem;
}
.btn-font-size:nth-child(2) {
  font-size: 1rem;
}
.btn-font-size:nth-child(3) {
  font-size: 1.25rem;
}

.btn-font-size:hover,
.btn-font-size.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

/* Range Control */
.mdv-cai-dat-page-range-control {
  padding: 0 0.5rem;
}

.range-values {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.form-range {
  height: 6px;
}

.form-range::-webkit-slider-thumb {
  background: var(--primary-color);
}

.form-range::-moz-range-thumb {
  background: var(--primary-color);
}

/* Theme Buttons */
.mdv-cai-dat-page-theme-buttons {
  display: flex;
  gap: 0.5rem;
}

.btn-theme {
  flex: 1;
  padding: 0.75rem;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  background: white;
  color: var(--text-color);
  transition: all 0.3s ease;
}

.btn-theme i {
  margin-right: 0.5rem;
}

.btn-theme:hover,
.btn-theme.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

/* Color Picker */
.mdv-cai-dat-page-color-picker {
  display: flex;
  gap: 1rem;
}

.color-option {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.color-option.active {
  border-color: var(--primary-color);
  transform: scale(1.1);
}

/* Form Elements */
.form-select,
.form-control {
  border: 2px solid var(--border-color);
  border-radius: 10px;
  padding: 0.75rem;
}

.form-select:focus,
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem var(--primary-light);
}

/* Switch */
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Footer */
.mdv-cai-dat-page-footer {
  text-align: center;
}

.btn-save {
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-save:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.3);
}

/* giao diện điều chỉnh tiền start */

/* Header Styles */
.mdv-dieu-chinh-form-header {
  text-align: center;
  /* padding: 2rem 0; */
}

.mdv-dieu-chinh-form-header h1 {
  color: var(--text-color);
  font-size: 2rem;
  font-weight: var(--title-weight);
  margin-bottom: 0.5rem;
}

.mdv-dieu-chinh-form-header i {
  color: var(--primary-color);
}

.mdv-dieu-chinh-form-header p {
  color: var(--text-muted);
  font-size: 1.1rem;
  margin: 0;
}

/* Card Styles */
.mdv-dieu-chinh-form-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.mdv-dieu-chinh-form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mdv-dieu-chinh-form-card .card-header {
  background: white;
  padding: 1.25rem;
  border-bottom: 2px solid var(--primary-light);
  font-weight: var(--title-weight);
  color: var(--text-color);
  border-radius: 15px 15px 0 0;
  font-family: var(--title-font);
}

.mdv-dieu-chinh-form-card .card-header i {
  color: var(--primary-color);
}

.mdv-dieu-chinh-form-card .card-body {
  padding: 1.25rem;
}

/* Form Controls */
.mdv-dieu-chinh-form-container .form-group {
  margin-bottom: 1rem;
}

.mdv-dieu-chinh-form-container .form-group:last-child {
  margin-bottom: 0;
}

.mdv-dieu-chinh-form-container .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text-color);
  font-weight: 500;
}

.mdv-dieu-chinh-form-container .form-group small {
  color: var(--text-muted);
  display: block;
  margin-top: 0.5rem;
}

.mdv-dieu-chinh-form-container .input-group {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.mdv-dieu-chinh-form-container .input-group .form-control {
  border: 2px solid var(--border-color);
  padding: 0.75rem;
  font-size: 1rem;
  border-right: none;
}

.mdv-dieu-chinh-form-container .input-group .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mdv-dieu-chinh-form-container
  .input-group
  .form-control:focus
  + .input-group-text {
  border-color: var(--primary-color);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.mdv-dieu-chinh-form-container .input-group-text {
  background: white;
  border: 2px solid var(--border-color);
  border-left: none;
  color: var(--text-muted);
  font-weight: 500;
  min-width: 60px;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Action Buttons */
.mdv-dieu-chinh-form-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.mdv-dieu-chinh-form-container .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mdv-dieu-chinh-form-container .btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.mdv-dieu-chinh-form-container .btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.3);
}

.mdv-dieu-chinh-form-container .btn-outline-secondary {
  border: 2px solid var(--border-color);
  color: var(--text-muted);
}

.mdv-dieu-chinh-form-container .btn-outline-secondary:hover {
  background: var(--border-color);
  border-color: var(--border-color);
  color: var(--text-color);
  transform: translateY(-2px);
}

/* Loading State */
.mdv-dieu-chinh-form-container .btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.mdv-dieu-chinh-form-container .btn.loading i {
  animation: spin 1s linear infinite;
}

/* Toast Notification */
.mdv-dieu-chinh-form-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.mdv-dieu-chinh-form-toast.success {
  border-left: 4px solid #28a745;
}

.mdv-dieu-chinh-form-toast.error {
  border-left: 4px solid #dc3545;
}

.page-admin-manager-set .chapter-list-section {
  background-color: #fdfdfd;
}

/* giao diện điều chỉnh tiền end */

/* trang sự kiện start */
:root {
  --status-active: #28a745;
  --status-upcoming: #ffc107;
  --status-ended: #6c757d;
}

/* Header Styles */
.van-hiep-su-kien-header h1 {
  color: var(--text-color);
  font-size: 2rem;
  font-weight: var(--title-weight);
  margin: 0;
}

.van-hiep-su-kien-header h1 i {
  color: var(--primary-color);
}

/* Event Card Styles */
.van-hiep-su-kien-list {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

.van-hiep-su-kien-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.van-hiep-su-kien-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mdv-su-kien-section .card-status {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mdv-su-kien-section .card-status.active {
  background: rgba(40, 167, 69, 0.1);
  color: var(--status-active);
}

.mdv-su-kien-section .card-status.upcoming {
  background: rgba(255, 193, 7, 0.1);
  color: var(--status-upcoming);
}

.mdv-su-kien-section .card-status.ended {
  background: rgba(108, 117, 125, 0.1);
  color: var(--status-ended);
}

.mdv-su-kien-section .card-header {
  padding: 1.5rem;
  border-bottom: 2px solid var(--primary-light);
}

.mdv-su-kien-section .card-header h2 {
  font-size: 1.5rem;
  font-weight: var(--title-weight);
  margin: 0 0 0.5rem 0;
  color: var(--text-color);
}

.mdv-su-kien-section .card-date {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.mdv-su-kien-section .card-body {
  padding: 1.5rem;
}

.mdv-su-kien-section .card-description {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.mdv-su-kien-section .card-rewards h3,
.mdv-su-kien-section .card-participants h3,
.mdv-su-kien-section .card-progress h3 {
  font-size: 1rem;
  font-weight: var(--title-weight);
  margin-bottom: 0.75rem;
  color: var(--text-color);
}

.mdv-su-kien-section .rewards-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.mdv-su-kien-section .reward-item {
  background: var(--primary-light);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mdv-su-kien-section .participant-tag {
  background: var(--primary-light);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.mdv-su-kien-section .progress {
  height: 10px;
  border-radius: 5px;
  background: var(--primary-light);
  margin-bottom: 0.75rem;
}

.mdv-su-kien-section .progress-bar {
  background: var(--primary-color);
  border-radius: 5px;
}

.mdv-su-kien-section .progress-stats {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.875rem;
}

.mdv-su-kien-section .card-actions {
  padding: 1rem 1.5rem;
  border-top: 2px solid var(--primary-light);
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.mdv-su-kien-section .card-actions .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.mdv-su-kien-section .card-actions .btn:hover {
  color: var(--primary-color);
  background: var(--primary-light);
  transform: translateY(-2px);
}

/* Modal Styles */
.mdv-su-kien-section .modal-content {
  border-radius: 20px;
  border: none;
}

.mdv-su-kien-section .modal-header {
  border-bottom: 2px solid var(--primary-light);
  padding: 1.5rem;
}

.mdv-su-kien-section .modal-title {
  font-weight: var(--title-weight);
  color: var(--text-color);
}

.mdv-su-kien-section .modal-title i {
  color: var(--primary-color);
}

.mdv-su-kien-section .modal-body {
  padding: 1.5rem;
}

.mdv-su-kien-section .modal-footer {
  border-top: 2px solid var(--primary-light);
  padding: 1.5rem;
}

/* Form Controls */
.mdv-su-kien-section .form-label {
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.mdv-su-kien-section .form-control,
.mdv-su-kien-section .form-select {
  border: 2px solid var(--border-color);
  border-radius: 10px;
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.mdv-su-kien-section .form-control:focus,
.mdv-su-kien-section .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem var(--primary-light);
}

.mdv-su-kien-section .input-group-text {
  background: white;
  border: 2px solid var(--border-color);
  border-right: none;
  color: var(--text-muted);
}

.mdv-su-kien-section .input-group .form-control {
  border-left: none;
}

/* Rewards Section */
.van-hiep-su-kien-rewards {
  display: grid;
  gap: 1rem;
}

.mdv-su-kien-section .reward-input {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mdv-su-kien-section .reward-input .form-check {
  min-width: 100px;
}

.reward-input .form-control {
  width: 150px;
}

/* Requirements Section */
.mdv-su-kien-section .requirement-input {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.mdv-su-kien-section .requirement-input .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Settings Section */
.van-hiep-su-kien-settings {
  display: grid;
  gap: 1rem;
}

.mdv-su-kien-section .form-switch {
  padding-left: 3rem;
}

.mdv-su-kien-section .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Buttons */
.mdv-su-kien-section .btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.mdv-su-kien-section .btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(252, 172, 163, 0.3);
}

/* trang sự kiện end */

/* trang truyện xin duyệt lại start */
:root {
  --warning-color: #ffc107;
  --danger-color: #dc3545;
}

/* Header Styles */
.van-hiep-duyet-lai-header h1 {
  color: var(--text-color);
  font-size: 2rem;
  font-weight: var(--title-weight);
  margin: 0;
}

.van-hiep-duyet-lai-header h1 i {
  color: var(--primary-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .search-box .input-group {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mdv-trang-xin-duyet-lai-truyen-section .search-box .form-control {
  border: 2px solid var(--border-color);
  border-right: none;
  padding: 0.75rem;
  border-radius: 10px 0 0 10px;
}

.mdv-trang-xin-duyet-lai-truyen-section .search-box .btn {
  border-radius: 0 10px 10px 0;
  padding: 0.75rem 1.5rem;
}

/* Filters Styles */
.van-hiep-duyet-lai-filters .form-select {
  border: 2px solid var(--border-color);
  border-radius: 10px;
  padding: 0.75rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .stats {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.mdv-trang-xin-duyet-lai-truyen-section .stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

/* Card Styles */
.van-hiep-duyet-lai-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.van-hiep-duyet-lai-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mdv-trang-xin-duyet-lai-truyen-section .card-header {
  padding: 1.5rem;
  border-bottom: 2px solid var(--primary-light);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mdv-trang-xin-duyet-lai-truyen-section .story-info h2 {
  font-size: 1.5rem;
  font-weight: var(--title-weight);
  margin: 0 0 0.5rem 0;
  color: var(--text-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: var(--text-muted);
  font-size: 0.875rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .meta-info span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .status {
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-weight: 500;
}

.mdv-trang-xin-duyet-lai-truyen-section .status.pending {
  background: rgba(255, 193, 7, 0.1);
  color: var(--warning-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .status.approved {
  background: rgba(40, 167, 69, 0.1);
  color: var(--success-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .status.rejected {
  background: rgba(220, 53, 69, 0.1);
  color: var(--danger-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .card-body {
  padding: 1.5rem;
}

/* Message Styles */
.mdv-trang-xin-duyet-lai-truyen-section .rejection-history h3,
.mdv-trang-xin-duyet-lai-truyen-section .appeal-message h3,
.mdv-trang-xin-duyet-lai-truyen-section .story-preview h3 {
  font-size: 1rem;
  font-weight: var(--title-weight);
  margin-bottom: 1rem;
  color: var(--text-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .rejection-message,
.mdv-trang-xin-duyet-lai-truyen-section .appeal-message .message-content {
  background: var(--primary-light);
  border-radius: 10px;
  padding: 1rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .rejection-message {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mdv-trang-xin-duyet-lai-truyen-section .rejection-message i {
  font-size: 1.25rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .message-content p {
  margin: 0 0 0.5rem 0;
  line-height: 1.6;
}

.message-content small {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .changes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .change-item {
  background: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.875rem;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* Preview Styles */
.mdv-trang-xin-duyet-lai-truyen-section .preview-content {
  background: var(--primary-light);
  border-radius: 10px;
  padding: 1rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .preview-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Action Buttons */
.mdv-trang-xin-duyet-lai-truyen-section .approval-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .btn-success,
.mdv-trang-xin-duyet-lai-truyen-section .btn-danger {
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
}

.mdv-trang-xin-duyet-lai-truyen-section .btn-success {
  background: var(--success-color);
  border-color: var(--success-color);
}

.mdv-trang-xin-duyet-lai-truyen-section .btn-danger {
  background: var(--danger-color);
  border-color: var(--danger-color);
}

/* Pagination */
.van-hiep-duyet-lai-pagination {
  margin-top: 2rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .pagination .page-link {
  border: none;
  padding: 0.75rem 1rem;
  margin: 0 0.25rem;
  border-radius: 10px;
  color: var(--text-color);
}

.mdv-trang-xin-duyet-lai-truyen-section
  .pagination
  .page-item.active
  .page-link {
  background: var(--primary-color);
  color: white;
}

/* Modal Styles */
.mdv-trang-xin-duyet-lai-truyen-section .modal-content {
  border-radius: 20px;
  border: none;
}

.mdv-trang-xin-duyet-lai-truyen-section .modal-header {
  border-bottom: 2px solid var(--primary-light);
  padding: 1.5rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .modal-body {
  padding: 1.5rem;
}

.mdv-trang-xin-duyet-lai-truyen-section .modal-footer {
  border-top: 2px solid var(--primary-light);
  padding: 1.5rem;
}

/* Form Controls */
.mdv-trang-xin-duyet-lai-truyen-section .form-control,
.mdv-trang-xin-duyet-lai-truyen-section .form-select {
  transition: all 0.3s ease;
}

.mdv-trang-xin-duyet-lai-truyen-section .form-control:focus,
.mdv-trang-xin-duyet-lai-truyen-section .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem var(--primary-light);
}

/* trang truyện xin duyệt lại end */

/* bổ sung xếp hạng truyện mobile start */
.vanhiep-truyen-xep-hang-hinh-mobile {
  --bs-aspect-ratio: 150%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.vanhiep-truyen-xep-hang-hinh-mobile a,
.vanhiep-truyen-xep-hang-hinh-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vanhiep-mdv-mobile-xep-hang-number {
  font-size: 0.85rem;
}
.vanhiep-mdv-mobile-xep-hang-number,
.vanhiep-mdv-mobile-xep-hang-content-info-name {
  font-family: var(--title-font);
  color: var(--text-color);
}
.vanhiep-mdv-mobile-xep-hang-content-info-des {
  font-family: var(--normal-font);
  color: var(--admin-gray);
}
.vanhiep-mdv-mobile-xep-hang-content-info-des p,
.vanhiep-mdv-mobile-xep-hang-content-info-des span {
  background: transparent !important;
}
.vanhiep-mdv-mobile-xep-hang-content-info-name,
.vanhiep-mdv-mobile-xep-hang-content-info-des {
  font-size: 0.85rem;
}
/* bổ sung xếp hạng truyện mobile end */

/* sửa lại trang bảng xếp hạng doanh thu start */
.vanhiep-xep-hang-content-mobile-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.vanhiep-xep-hang-content-mobile-image img,
.vanhiep-xep-hang-content-mobile-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vanhiep-xep-hang-content-mobile-key,
.vanhiep-xep-hang-content-mobile-name {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(0.75rem, 0.6818rem + 0.3409vw, 0.9rem);
}
.vanhiep-xep-hang-content-mobile-left-item {
  border-bottom: 1px dashed rgba(168, 168, 168, 1);
}
.vanhiep-xep-hang-content-mobile-left-box
  .vanhiep-xep-hang-content-mobile-left-item:last-of-type {
  border-bottom: none;
}
.vanhiep-xep-hang-content-mobile-left-box {
  background: var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
/* sửa lại trang bảng xếp hạng doanh thu end */
.mdv-xin-quyen-ql-truyen-section-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* DARK MODE START */
.nen-toi-dark-mode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(104, 109, 118);
  z-index: 1;
  opacity: 0;
}
.mdv-nominate-section .container {
  position: relative;
  z-index: 5;
}
html.dark-mode .nen-toi-dark-mode {
  opacity: 1;
}
/* Chế độ tối */
html.dark-mode,
html.dark-mode body {
  background-color: rgb(104, 109, 118);
  color: var(--background-color);
}
html.dark-mode .mdv-cai-dat-he-thong-section {
  background-color: #31363f;
}
html.dark-mode .mdv-post-story-section,
html.dark-mode .mdv-slider-section,
html.dark-mode .mdv-truyen-doc-quyen-section,
html.dark-mode .mdv-lasted-chapter-section,
html.dark-mode .section-newly-released-comic,
html.dark-mode .section-newly-released-comic-content-box,
html.dark-mode .section-complete-comic,
html.dark-mode .mdv-top-hot-chapter-section,
html.dark-mode .category-section,
html.dark-mode .mdv-product-page,
html.dark-mode .top-section,
html.dark-mode .profile-page,
html.dark-mode .story-header,
html.dark-mode .them-moi-box,
html.dark-mode .exclusive-management-table-wrapper tr,
html.dark-mode .mod-management-table tbody tr,
html.dark-mode .message-content,
html.dark-mode .mdv-nhiem-vu-table tr,
html.dark-mode .mdv-rut-dao-new-notice,
html.dark-mode .rut-dao-new-form-table thead th,
html.dark-mode .rut-dao-new-form-table tbody tr,
html.dark-mode .mdv-cai-dat-page-container,
html.dark-mode .qly-the-loai-tb-main > tbody > tr:hover,
html.dark-mode .mdv-dieu-chinh-form-card .card-header,
html.dark-mode .mdv-dieu-chinh-form-card,
html.dark-mode .bao-loi-modal .form-control:disabled,
html.dark-mode .bao-loi-modal .form-control,
html.dark-mode .bao-loi-image-preview,
html.dark-mode .mdv-find-header {
  background-color: rgb(104, 109, 118);
  color: var(--background-color);
}
html.dark-mode .category-list.with-gradient::before {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgb(104, 109, 118)
  );
}
html.dark-mode .mdv-header-top {
  background-color: #31363f;
}
html.dark-mode .mdv-nav-menu,
html.dark-mode .mdv-nav-menu::before,
html.dark-mode .mdv-nav-menu::after,
html.dark-mode .mdv-top-hot-content-orther-item {
  background-color: #373a40;
}
html.dark-mode .name-comic-advertise,
html.dark-mode .name-comic-a,
html.dark-mode .bxh-title a,
html.dark-mode .bxh-item .rank,
html.dark-mode #loadMoreChapters,
html.dark-mode .section-newly-released-comic-content-item-a,
html.dark-mode .mdv-top-hot-content-item-ten a,
html.dark-mode .mdv-top-hot-content-orther-item-ul li a,
html.dark-mode .category-name,
html.dark-mode .mdv-the-loai-container .form-check-label,
html.dark-mode .product-title,
html.dark-mode .product-category,
html.dark-mode .mdv-san-pham-show-breadcrumb .breadcrumb-item a,
html.dark-mode .san-pham-the-loai-item a,
html.dark-mode .mdv-san-pham-show-dsc-table-chuong a,
html.dark-mode .mdv-san-pham-show-gia-tien,
html.dark-mode .mdv-san-pham-show-comment-list-item-comment-like,
html.dark-mode .mdv-san-pham-show-comment-list-item-comment-rep,
html.dark-mode .ten-doc-gia.ten-tac-gia,
html.dark-mode .mdv-san-pham-show-comment-list-item-comment-time,
html.dark-mode .emojionearea .emojionearea-editor,
html.dark-mode .top-name,
html.dark-mode .mdv-charts-box-content-item-user-name,
html.dark-mode .mdv-profile-content-change-info-tdyt-box-title,
html.dark-mode .thong-so-a,
html.dark-mode .rut-dao-new-form-username,
html.dark-mode .mdv-cai-dat-page-title,
html.dark-mode .mdv-cai-dat-page-setting-label,
html.dark-mode .qly-the-loai-tb-main > tbody > tr,
html.dark-mode .mdv-dieu-chinh-form-header h1,
html.dark-mode .mdv-dieu-chinh-form-header p,
html.dark-mode .mdv-dieu-chinh-form-container .form-group label,
html.dark-mode .bao-loi-modal .modal-title,
html.dark-mode .bao-loi-modal .form-label,
html.dark-mode .bao-loi-image-preview .upload-text,
html.dark-mode .bao-loi-image-preview .upload-hint,
html.dark-mode .donate-modal-info,
html.dark-mode .donate-modal-content .form-label,
html.dark-mode .mdv-find-header .form-control,
html.dark-mode .mdv-find-header .form-control::placeholder,
html.dark-mode .noi-dung-thong-bao-slider a {
  color: var(--background-color);
}
html.dark-mode .bxh-tuan-container {
  padding: 10px;
  background-color: #373a40;
}
html.dark-mode .mdv-comic-title-text {
  background-color: rgb(104, 109, 118);
}
html.dark-mode .category-box,
html.dark-mode .msv-product-page-content,
html.dark-mode .mdv-san-pham-show-breadcrumb,
html.dark-mode .mdv-san-pham-show-thong-tin-truyen-wrapper,
html.dark-mode .mdv-sps-gioi-thieu-truyen-box,
html.dark-mode .mdv-sps-tb-tac-gia-box,
html.dark-mode .mdv-sps-show-co-the-ban-cung-thich-box,
html.dark-mode .mdv-san-pham-show-dsc-table tbody,
html.dark-mode .emojionearea,
html.dark-mode .emojionearea.form-control,
html.dark-mode .profile-status-box,
html.dark-mode .mdv-thong-bao-section,
html.dark-mode #danhSachDoc,
html.dark-mode .mdv-su-kien-section,
html.dark-mode .mdv-donate-dao-page-item-content,
html.dark-mode .rut-dao-new-form-container,
html.dark-mode .qly-the-loai-tb-container,
html.dark-mode .swal2-popup,
html.dark-mode .bao-loi-modal .modal-header,
html.dark-mode #baoLoiModal .modal-content,
html.dark-mode #editThongBaoModal .modal-content,
html.dark-mode .mdv-slider-box-thong-bao-noi-dung {
  background-color: #373a40;
  color: var(--background-color);
}
html.dark-mode
  .mdv-sps-tb-tac-gia-box
  .mdv-san-pham-show-profile-introduce.collapsed::before {
  background: linear-gradient(to top, #373a40, transparent);
}
html.dark-mode .mdv-sps-show-co-the-ban-cung-thich-des span,
html.dark-mode .mdv-san-pham-show-comment-list-item-comment,
html.dark-mode .top-list,
html.dark-mode .mdv-charts-box-content-item,
html.dark-mode .mdv-charts-box-content-item-content,
html.dark-mode .mdv-khung-tin-chi-tiet-author,
html.dark-mode .mdv-khung-tin-chi-tiet-content,
html.dark-mode .mdv-profile-content-information,
html.dark-mode .mdv-profile-content-change-info,
html.dark-mode .mdv-profile-user,
html.dark-mode .profile-info,
html.dark-mode .profile-top-donate,
html.dark-mode .profile-page-box-truyen,
html.dark-mode .manager-story-section-content,
html.dark-mode .chapter-list-section,
html.dark-mode .mdv-menu-mobile,
html.dark-mode .mdv-nominate-content-box,
html.dark-mode .chapter-item-list,
html.dark-mode .exclusive-registration-form,
html.dark-mode .mdv-thong-ke-section-item .stat-box,
html.dark-mode .nap-dao-history-table thead th,
html.dark-mode .nap-dao-history-table tbody tr,
html.dark-mode .combo-purchase-card,
html.dark-mode .donate-modal-content,
html.dark-mode .donate-modal-body {
  background-color: #373a40 !important;
  color: var(--background-color) !important;
}
html.dark-mode .mdv-luot-thich {
  color: var(--second-text-color);
}
html.dark-mode .mdv-khung-tin-chi-tiet-date .text-muted,
html.dark-mode .ten-doc-gia,
html.dark-mode .donator-amount,
html.dark-mode .profile-page-box-truyen-item-name a,
html.dark-mode .post-content,
html.dark-mode .total-likes,
html.dark-mode .total-comments,
html.dark-mode .like-btn,
html.dark-mode .comment-btn,
html.dark-mode .share-btn,
html.dark-mode
  .manager-story-section-content
  .manager-story-section-content-title,
html.dark-mode .story-list-item-content-top-name,
html.dark-mode .manage-title-text,
html.dark-mode .story-info,
html.dark-mode .mdv-sua-truyen-section-item .form-label,
html.dark-mode .mdv-lasted-chapter-content-mobile-subitem-name a,
html.dark-mode .bxh-tuan-tabs .tab-item,
html.dark-mode .vanhiep-mdv-mobile-xep-hang-number,
html.dark-mode .vanhiep-mdv-mobile-xep-hang-content-info-name,
html.dark-mode .vanhiep-xep-hang-content-mobile-key,
html.dark-mode .vanhiep-xep-hang-content-mobile-name,
html.dark-mode .nominate-name-comic,
html.dark-mode .nh-footer-box-item-content-ul li a,
html.dark-mode .post-story-form .form-label,
html.dark-mode .post-story-form h3,
html.dark-mode .mdv-de-cu-icon,
html.dark-mode .mdv-up-top-icon,
html.dark-mode .mdv-save-library-label,
html.dark-mode .quang-ba-form-new-header h2,
html.dark-mode
  .btn-check:checked
  + .quang-ba-form-new-option-btn
  .option-content
  span,
html.dark-mode .info-content p,
html.dark-mode .mdv-warning-text,
html.dark-mode .news-title,
html.dark-mode .notification-title,
html.dark-mode .mdv-duyet-truyen-box-bqt-check-item-content,
html.dark-mode .noi-dung-nhat-ky-mod .text-muted,
html.dark-mode .mdv-setting-label,
html.dark-mode .nap-dao-history-tabs .nav-link,
html.dark-mode .user-name,
html.dark-mode .admin-name,
html.dark-mode .mdv-rut-dao-new-form .form-label,
html.dark-mode .rut-dao-new-form-amount,
html.dark-mode .rut-dao-new-form-amount::after,
html.dark-mode .rut-dao-new-form-method,
html.dark-mode .rut-dao-new-form-details .detail-value,
html.dark-mode .mdv-thanh-vien-table-wrapper .table,
html.dark-mode .reason-header h3,
html.dark-mode .suggestion-header h3,
html.dark-mode .admin-thong-bao-han-che-18-title h2 {
  color: var(--background-color) !important;
}
html.dark-mode .mdv-profile-content-change-info-tdyt-box-title-bg,
html.dark-mode .btn-check:checked + .quang-ba-form-new-option-btn {
  background-color: rgb(104, 109, 118);
  color: var(--background-color);
}
html.dark-mode .days-remaining-notification .notification-text,
html.dark-mode .exclusive-registration-form .form-title,
html.dark-mode .exclusive-registration-form .form-label,
html.dark-mode .mdv-duyet-truyen-section-item .form-label,
html.dark-mode .mdv-duyet-truyen-box-bqt-check-item-key,
html.dark-mode .nhat-ky-table .text-danger,
html.dark-mode .danh-sach-bai-dang-table .text-primary,
html.dark-mode .comment-management-table .table th,
html.dark-mode .tac-gia-name,
html.dark-mode .rut-dao-new-form-details .detail-label,
html.dark-mode .table-danh-sach-tat-ca-thanh-vien .text-primary,
html.dark-mode .mdv-khung-tin-chi-tiet-title {
  color: var(--main-color) !important;
}
html.dark-mode .list-group-item,
html.dark-mode .mdv-up-top-info-box,
html.dark-mode .mdv-de-cu-info-box,
html.dark-mode .mdv-tu-truyen-section-item,
html.dark-mode .quang-ba-form-new-content,
html.dark-mode .mdv-up-top-warning-box,
html.dark-mode .days-remaining-notification,
html.dark-mode .page-grant-management .alert-info,
html.dark-mode .mdv-post-story-section-item .pagination-page,
html.dark-mode .dang-bai-viet-main-form,
html.dark-mode .mdv-tu-truyen-section,
html.dark-mode .mdv-rut-dao-section,
html.dark-mode #detailsModal .modal-content,
html.dark-mode .mdv-thanh-vien-section,
html.dark-mode .mdv-cai-dat-page-card-header,
html.dark-mode .mdv-cai-dat-page-card,
html.dark-mode .admin-thong-bao-han-che-18-content,
html.dark-mode .exclusive-success-notification {
  background-color: #373a40;
  color: var(--background-color);
}
html.dark-mode .menu-a-code-214 .icon-sidebar-img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
html.dark-mode .profile-friends,
html.dark-mode .text-des-level.text-muted,
html.dark-mode .post-time.text-muted,
html.dark-mode .story-list-item-content-top .text-muted,
html.dark-mode .story-list-item-content-bottom-thong-bao .text-muted,
html.dark-mode .mdv-lasted-chapter-content-mobile-subitem-date.text-muted,
html.dark-mode
  .mdv-lasted-chapter-content-mobile-subitem-category-chapter
  .text-muted,
html.dark-mode .vanhiep-mdv-mobile-xep-hang-content-info-des,
html.dark-mode .quang-ba-form-new-header p,
html.dark-mode .mdv-set-vip-section-item .form-text,
html.dark-mode .exclusive-registration-form .form-check-label,
html.dark-mode .nhat-ky-time,
html.dark-mode .thoi-gian-check.text-muted,
html.dark-mode .exclusive-management-table-wrapper .text-muted,
html.dark-mode .message-time.text-muted,
html.dark-mode .message-content .text-muted,
html.dark-mode .mdv-tu-truyen-notification .text-muted,
html.dark-mode .mdv-tu-truyen-date-text .text-muted,
html.dark-mode .tb-duyet-nap-dao-time,
html.dark-mode .nap-dao-history-table .text-muted,
html.dark-mode .rut-dao-new-form-user-id,
html.dark-mode .text-muted,
html.dark-mode .email-thanh-vien-text.banned,
html.dark-mode .mdv-cai-dat-page-subtitle,
html.dark-mode .range-values {
  color: #bdbdbd !important;
}
html.dark-mode .vanhiep-mdv-mobile-xep-hang-content-info-des p,
html.dark-mode .vanhiep-mdv-mobile-xep-hang-content-info-des span {
  color: #bdbdbd !important;
  background: transparent !important;
}

html.dark-mode .my-wall .emojionearea .emojionearea-editor,
html.dark-mode .function-buttons-box {
  background-color: rgb(104, 109, 118);
  color: var(--background-color);
}
html.dark-mode .fui-toast.top-eff-show .fui-toast-box {
  background-color: #373a40;
}
html.dark-mode .btn-outline-secondary {
  color: var(--background-color);
  border-color: var(--background-color);
}
html.dark-mode .nhat-ky-table tr,
html.dark-mode .danh-sach-bai-dang-table tr {
  background-color: #373a40;
  color: var(--background-color);
}
html.dark-mode .san-pham-detail .mdv-san-pham-show-comment,
html.dark-mode .mdv-top-hot-content-orther,
html.dark-mode .vanhiep-xep-hang-content-mobile-left-box,
html.dark-mode .post-story-form,
html.dark-mode .mdv-admin-doi-ten-chuong-wrapper,
html.dark-mode .tim-kiem-thanh-vien-result,
html.dark-mode .table-striped > tbody > tr:nth-of-type(odd),
html.dark-mode .danh-sach-bai-dang-table > tbody > tr:nth-of-type(odd) {
  background-color: #31363f !important;
  color: var(--background-color) !important;
}

html.dark-mode .san-pham-detail .emojionearea .emojionearea-editor,
html.dark-mode .san-pham-detail .mdv-san-pham-show-comment-list-item-comment {
  background-color: rgb(104, 109, 118) !important;
  color: var(--background-color);
}
html.dark-mode .page-manager-setting-system .form-check-label {
  color: var(--background-color) !important;
}
html.dark-mode .san-pham-detail .vip-notice-container,
html.dark-mode .san-pham-detail .password-form-container {
  background-color: #686d76;
}
html.dark-mode .san-pham-detail .mdv-comic-title-text {
  background-color: #31363f;
}

html.dark-mode .ql-toolbar.ql-snow,
html.dark-mode .note-editor.note-frame .note-editing-area .note-editable,
html.dark-mode .btn-view-box-line {
  background: var(--background-color);
}
html.dark-mode .editor-box,
html.dark-mode .editor-box-form {
  background: var(--background-color);
  color: var(--text-color);
}
html.dark-mode .story-list-title {
  background: #31363f;
}
html.dark-mode .story-list-item-list {
  background-color: rgb(106 111 121);
}
html.dark-mode .mdv-duyet-truyen-box-bqt-check-item:hover,
html.dark-mode .mdv-duyet-truyen-box-dieu-khoan-item:hover {
  background-color: rgb(106 111 121);
  color: var(--background-color);
}
html.dark-mode .message-sender,
html.dark-mode .message-time {
  background: transparent;
}
html.dark-mode .mdv-top-hot-content .mdv-top-hot-content-orther {
  background-color: rgb(104, 109, 118) !important;
  color: var(--background-color);
}
/* DARK MODE END */
/* trang cài đặt end */

.bxh-tuan-theloai .form-control {
  padding: 0.25rem;
  max-width: 60px;
}
.btn-xem-dang {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* lệnh nạp đào đang chờ duyệt start */
:root {
  --primary-cho-dao-color: rgb(254, 236, 232);
  --hover-cho-dao-color: rgb(253, 218, 209);
}

/* .hy-nap-dao-dang-cho-button {
  background-color: var(--primary-cho-dao-color);
  color: #333;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hy-nap-dao-dang-cho-button:hover {
  background-color: var(--hover-cho-dao-color);
} */

.hy-nap-dao-dang-cho-modal {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.hy-nap-dao-dang-cho-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.hy-nap-dao-dang-cho-list {
  list-style-type: none;
  padding: 0;
}

.hy-nap-dao-dang-cho-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--primary-cho-dao-color);
}

.hy-nap-dao-dang-cho-upload {
  display: flex;
  align-items: center;
}

.hy-nap-dao-dang-cho-file-input {
  display: none;
}

.hy-nap-dao-dang-cho-upload-button {
  background-color: var(--primary-cho-dao-color);
  color: #333;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hy-nap-dao-dang-cho-upload-button:hover {
  background-color: var(--hover-cho-dao-color);
}

.hy-nap-dao-dang-cho-status {
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 10px;
  margin-left: 10px;
}

.hy-nap-dao-dang-cho-status-pending {
  background-color: #ffeeba;
  color: #856404;
}

.hy-nap-dao-dang-cho-status-approved {
  background-color: #d4edda;
  color: #155724;
}

.hy-nap-dao-dang-cho-status-rejected {
  background-color: #f8d7da;
  color: #721c24;
}

@keyframes flyToCorner {
  0% {
    transform: scale(0.5) translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(0, 0);
    left: 20px;
    bottom: 20px;
    opacity: 1;
  }
}

.hy-nap-dao-dang-cho-button-container {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 5000;
}

.hy-nap-dao-dang-cho-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(254, 236, 232);
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: gentle-shake 2s ease-in-out infinite;
}

.hy-nap-dao-dang-cho-button:hover {
  background-color: rgb(253, 218, 209);
}

.hy-nap-dao-dang-cho-button i {
  font-size: 24px;
  color: #ff6b6b;
}

.hy-nap-dao-dang-cho-notification {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff6b6b;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-qua-dao-cho-nap {
  max-width: 40px;
}
@keyframes gentle-shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .hy-nap-dao-dang-cho-modal {
    max-width: 90%;
  }

  .hy-nap-dao-dang-cho-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .hy-nap-dao-dang-cho-upload {
    margin-top: 10px;
  }
}

/* lệnh nạp đào đang chờ duyệt end */
.page-manager-chapter-list .chapter-item .btn-outline-danger {
  text-wrap-mode: nowrap;
}
/* danh sách chương khi bấm vào tên truyện start */
.hy-chapter-list-trigger {
  cursor: pointer;
}
.hy-chapter-list-modal {
  background-color: #fff9f9;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hy-chapter-list-modal .modal-header {
  border-bottom: 2px solid #ffe6e6;
  padding: 20px;
}

.hy-chapter-list-modal .modal-title {
  color: #ff9999;
  font-family: var(--title-font);
  font-size: 24px;
}

.hy-chapter-list-container {
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px;
}

.hy-chapter-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(255, 153, 153, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  transition: all 0.3s ease;
}

.hy-chapter-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 153, 153, 0.2);
}

.hy-chapter-title {
  color: #ff6666;
  font-size: 18px;
  margin-bottom: 5px;
}

.hy-chapter-info {
  color: #999;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hy-chapter-list-modal .modal-title {
    font-size: 20px;
  }

  .hy-chapter-item {
    padding: 10px;
  }

  .hy-chapter-title {
    font-size: 16px;
  }

  .hy-chapter-info {
    font-size: 12px;
  }
}
.modal-backdrop {
  width: 100%;
}
/* danh sách chương khi bấm vào tên truyện end */

.xem-doanh-thu {
  color: var(--second-main-color);
  cursor: pointer;
}

/* thống kê doanh thu start */
.hy-revenue-stats-button {
  background-color: #fcaca3;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hy-revenue-stats-button:hover {
  background-color: #fb9d93;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.hy-revenue-stats-button i {
  margin-right: 8px;
}

.hy-revenue-stats-modal {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}

.hy-revenue-stats-modal .modal-header {
  background-color: #fcaca3;
  color: white;
  border-bottom: none;
}

.hy-revenue-stats-modal .modal-title {
  font-weight: var(--title-weight);
}

.hy-revenue-stats-container {
  padding: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hy-revenue-stats-modal.show {
  animation: fadeIn 0.3s ease-out;
}
.xem-doanh-thu-disable {
  cursor: default;
}
/* thống kê doanh thu end */

/* việc cần làm start */
.hiep-xin-duyet-container {
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.hiep-xin-duyet-timeline {
  position: relative;
  padding: 20px 0;
}

.hiep-xin-duyet-timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fcaca3;
}

.hiep-xin-duyet-step {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.hiep-xin-duyet-step-number {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #fcaca3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--title-weight);
  color: #fcaca3;
}

.hiep-xin-duyet-step.active .hiep-xin-duyet-step-number {
  background: #fcaca3;
  color: #fff;
}

.hiep-xin-duyet-step-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(252, 172, 163, 0.1);
}

.hiep-xin-duyet-timer {
  font-size: 24px;
  font-weight: var(--title-weight);
  color: #fcaca3;
  margin: 10px 0;
}

.hiep-xin-duyet-button {
  background: #fcaca3;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hiep-xin-duyet-button:hover {
  background: #fb9d93;
  transform: translateY(-2px);
}

.hiep-xin-duyet-progress {
  height: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}

.hiep-xin-duyet-progress-bar {
  height: 100%;
  background: #fcaca3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  transition: width 0.3s ease;
}

.hiep-xin-duyet-notice {
  margin-top: 10px;
  padding: 10px;
  background: rgba(252, 172, 163, 0.1);
  border-radius: 8px;
  font-size: 14px;
  color: #666;
}

/* Modal Styles */
.hiep-xin-duyet-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.hiep-xin-duyet-modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 50px auto;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: modalFadeIn 0.3s ease;
}

.hiep-xin-duyet-modal-header {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hiep-xin-duyet-modal-header h2 {
  color: #fcaca3;
  font-size: 24px;
  margin: 0;
}

.hiep-xin-duyet-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
}

.hiep-xin-duyet-modal-close:hover {
  color: #fcaca3;
}

.hiep-xin-duyet-modal-body {
  padding: 20px;
}

.hiep-xin-duyet-rules {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.hiep-xin-duyet-rules ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.hiep-xin-duyet-rules li {
  margin-bottom: 8px;
}

.hiep-xin-duyet-modal-footer {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.hiep-xin-duyet-button {
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hiep-xin-duyet-button.cancel {
  background: #f0f0f0;
  color: #666;
  border: none;
}

.hiep-xin-duyet-button.cancel:hover {
  background: #e0e0e0;
}

.hiep-xin-duyet-button.submit {
  background: #fcaca3;
  color: white;
  border: none;
}

.hiep-xin-duyet-button.submit:hover {
  background: #fb9d93;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hiep-xin-duyet-container {
    margin: 10px;
    padding: 15px;
  }

  .hiep-xin-duyet-step {
    padding-left: 50px;
  }

  .hiep-xin-duyet-timer {
    font-size: 20px;
  }
}

.chua-dang-chuong-nhap-nao-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

/* việc cần làm end */

/* danh sách chương nháp start */
.hy-dsc-nhap-open-btn {
  background-color: #fcaca3;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.hy-dsc-nhap-open-btn:hover {
  background-color: #fb9d93;
}

.hy-dsc-nhap-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.hy-dsc-nhap-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 90%;
}

.hy-dsc-nhap-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hy-dsc-nhap-close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: var(--title-weight);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.hy-dsc-nhap-close-btn:hover,
.hy-dsc-nhap-close-btn:focus {
  color: #fcaca3;
  text-decoration: none;
  cursor: pointer;
}

.hy-dsc-nhap-title {
  color: #fcaca3;
  font-size: 24px;
  margin: 0;
}

.hy-dsc-nhap-chapter-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hy-dsc-nhap-chapter-item {
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}

.hy-dsc-nhap-chapter-header {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hy-dsc-nhap-chapter-header:hover {
  background-color: #fff5f4;
}

.hy-dsc-nhap-chapter-number {
  font-weight: var(--title-weight);
  color: #fcaca3;
  margin-right: 10px;
}

.hy-dsc-nhap-chapter-title {
  margin: 0;
  font-size: 18px;
  color: #333;
  flex-grow: 1;
}

.hy-dsc-nhap-chapter-content {
  display: none;
  padding: 15px;
  background-color: #fff9f8;
  border-top: 1px solid #f0f0f0;
}

.hy-dsc-nhap-chapter-content p {
  margin: 0;
  line-height: 1.6;
  color: #666;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hy-dsc-nhap-modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .hy-dsc-nhap-title {
    font-size: 20px;
  }

  .hy-dsc-nhap-chapter-header {
    padding: 12px;
  }

  .hy-dsc-nhap-chapter-title {
    font-size: 16px;
  }

  .hy-dsc-nhap-chapter-content {
    padding: 12px;
  }
}
/* danh sách chương nháp end */

/* modal xin duyệt lại start */
.hy-form-nop-don-xin-duyet-lai-open-btn {
  background-color: #fcaca3;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.hy-form-nop-don-xin-duyet-lai-open-btn:hover {
  background-color: #fb9d93;
}

.hy-form-nop-don-xin-duyet-lai-modal {
  border-radius: 15px;
  overflow: hidden;
}

.hy-form-nop-don-xin-duyet-lai-title {
  color: #fcaca3;
  font-weight: var(--title-weight);
}

.hy-form-nop-don-xin-duyet-lai-chapters {
  margin-bottom: 20px;
}

.hy-form-nop-don-xin-duyet-lai-chapter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.hy-form-nop-don-xin-duyet-lai-chapter:hover {
  background-color: #fff5f4;
}

.hy-form-nop-don-xin-duyet-lai-edit-btn {
  background-color: #fcaca3;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.hy-form-nop-don-xin-duyet-lai-edit-btn:hover {
  background-color: #fb9d93;
}

.hy-form-nop-don-xin-duyet-lai-textarea,
.hy-form-nop-don-xin-duyet-lai-input {
  border-color: #fcaca3;
}

.hy-form-nop-don-xin-duyet-lai-textarea:focus,
.hy-form-nop-don-xin-duyet-lai-input:focus {
  border-color: #fb9d93;
  box-shadow: 0 0 0 0.2rem rgba(252, 172, 163, 0.25);
}

.hy-form-nop-don-xin-duyet-lai-submit-btn {
  background-color: #fcaca3;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.hy-form-nop-don-xin-duyet-lai-submit-btn:hover {
  background-color: #fb9d93;
}

@media (max-width: 768px) {
  .hy-form-nop-don-xin-duyet-lai-chapter {
    flex-direction: column;
    align-items: flex-start;
  }

  .hy-form-nop-don-xin-duyet-lai-edit-btn {
    margin-top: 10px;
  }
}

/* modal xin duyệt lại end */

/* xác nhận duyệt đơn quản lý start */
.hy-confirm-modal {
  border-radius: 15px;
  overflow: hidden;
}

.hy-confirm-title {
  color: #fcaca3;
  font-weight: var(--title-weight);
}

.hy-confirm-warning {
  font-weight: var(--title-weight);
  color: #ff6b6b;
}

.hy-confirm-section {
  margin-bottom: 20px;
}

.hy-confirm-members {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hy-member-confirm-avatar-box {
  background-color: #fff5f4;
}

.hy-confirm-question {
  font-weight: var(--title-weight);
  margin-top: 20px;
}

.hy-confirm-btn-cancel {
  background-color: #f8f9fa;
  color: #6c757d;
}

.hy-confirm-btn-agree {
  background-color: #fcaca3;
  color: white;
}

.hy-confirm-btn-agree:hover {
  background-color: #fb9d93;
}
.hy-member-confirm-avatar {
  overflow: hidden;
  min-width: 30px;
  max-width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.hy-member-confirm-avatar a,
.hy-member-confirm-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hy-confirm-member span {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.hy-confirm-member:hover span {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
@media (max-width: 576px) {
  .hy-confirm-members {
    flex-direction: column;
  }
}

/* xác nhận duyệt đơn quản lý end */

.category-comic a {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.category-comic a:hover {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.story-info table td {
  font-size: clamp(0.7rem, 0.0881rem + 0.9552vw, 0.9rem);
  padding: 3px 0;
}
.description-content {
  font-family: var(--normal-font);
}
.khung-thong-bao {
  background-color: var(--background-color);
  border: 1px dashed var(--second-main-color);
}
.text-truyen,
.page-manager-notifications .text-primary,
.message-content a {
  color: #dc3545 !important;
}
.mdv-tang-qua-submit-btn {
  color: var(--text-color);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;

  font-family: var(--title-font);
  background-color: var(--background-color);
  border: 1px solid var(--main-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mdv-tang-qua-submit-btn:hover {
  color: var(--background-color);
}
/* .combo-purchase-card {
  background: var(--second-background-color);
} */
.text-orange {
  color: var(--admin-primary-hover);
}
#donateModal label,
#deCuTruyenModal label {
  min-width: 125px;
}
#donateModal .combo-purchase-card {
  max-width: 600px;
}
.section-newly-released-comic-content-item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.section-newly-released-comic-content-item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) var(--background-color);
}
.danh-sach-the-loai-phu-ul {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) var(--background-color);
}
.anh-bia-thong-tin-truyen {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
.function-buttons .btn img {
  filter: brightness(0) invert(1);
}
.comment-management-header .form-select {
  min-width: 100px;
}
.btn-gear-profile {
  display: none !important;
}
/* sửa web end */
iframe {
  pointer-events: all !important;
}