@font-face {
  font-family: "VictorianDecade";
  src: url("../fonts/MTD.woff2") format("woff2"), url("../fonts/MTD.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Victorian Decade';
  src: url('../fonts/VictorianDecade-Regular2.woff2') format('woff2'),
    url('../fonts/VictorianDecade-Regular2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Times+New+Roman');
@import url('https://fonts.googleapis.com/css?family=Noticia+Text');

@keyframes runrunrun {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.uk-text-white {
  color: #fff !important;
}

.uk-child-width-1-7>* {
  width: calc(100% / 7);
}

.el-view {
  flex: unset !important;
  margin-left: 0 !important;
}

.pagination .uk-button {
  border-radius: 10px;
}

.uk-icon[uk-icon="i-voso"] [fill*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-voso"] [stroke*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="like"] [fill*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="like"] [stroke*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-hoahong"] [fill*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-hoahong"] [stroke*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-sticker"] [fill*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-sticker"] [stroke*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-icon"] [fill*="#"]:not(.uk-preserve),
.uk-icon[uk-icon="i-icon"] [stroke*="#"]:not(.uk-preserve) {
  fill: revert-layer;
  stroke: revert-layer;
}

.btn-mua-chuong {
  padding: 4px 10px;
  border-radius: 40px;
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
  font-size: 14px;
  color: #fff;
  text-wrap: nowrap;
  cursor: pointer;
}

.plus-chuong path {
  stroke: #fff;
}

.ban-nhap path {
  fill: #fff;
}

.um-header {
  max-width: 1480px;
  margin: 0 auto;
}

.um-4340.um {
  max-width: 100% !important;
}

.display-unset {
  display: block !important;
}

/* chat room -------------------------------------------------------------------------------------------------------------------- */

.wcContainer.wcLightgrayTheme .wcClassic .wcTitle {
  display: none;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages {
  background-color: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
  background-color: transparent;
  border-radius: 0;
  box-shadow: unset;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput {
  border-top: 2px solid #CF67B1;
  padding: 20px 24px;
  background: #F8F3FE;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowHead {
  display: block;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage.wcBatch .wcRowBody>.wcAvatar {
  visibility: visible;
}

.wcInternalContent {
  color: #000 !important;
}

.wcInternalContent span {
  font-weight: 600;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelData .wcMessages .wcMessage {
  display: flex;
  align-items: center;
  margin: 0;
}

.wcUser {
  margin-right: 10px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcContent {
  padding: 5px;
}



.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar {
  max-width: 28px;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody {
  align-items: center;
}

.wcRowHead {
  padding-left: 36px;
}

.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
  background: url(../images/fileImage.png) center center no-repeat;
  height: 47px;
}

/* sidebar Truyen -------------------------------------------------------------------------------------------------------------------- */
.ju-sidebar-truyen .uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before {
  border-color: #CE68B2;
}

.ju-sidebar-truyen .el-item {
  border: 1px solid #CE68B2;
}

.ju-sidebar-truyen .el-title {
  background: linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 10px 16px;
}

.ju-sidebar-truyen .el-content {
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ju-sidebar-truyen .div-top-render>*:first-child {
  color: #A064E8;
  font-size: 20px;
  font-weight: 700;
}

.ju-sidebar-truyen .div-top-render>*:nth-child(2) {
  color: #A064E8;
  font-size: 18px;
  font-weight: 700;
}

.ju-sidebar-truyen .div-top-render>*:nth-child(3) {
  color: #A064E8;
  font-weight: 700;
}

.ju-sidebar-truyen .el-content-top-render {
  color: #A064E8;
}

.ju-sidebar-truyen .el-image-bnt {
  aspect-ratio: 28/28;
  border-radius: 50%;
  width: 28px;
}

.ju-sidebar-truyen .el-title-bnt {
  color: #6DA2F9;
}

.ju-sidebar-truyen .el-content-bnt {
  color: #000;
}

.ju-sidebar-truyen .el-image-bb {
  /* aspect-ratio: 84/80;
  width: 84px;
  object-fit: cover; */

  transition: all .3s;
}

.ju-sidebar-truyen .el-item-bb:hover .el-image-bb {
  transform: scale(1.08);
}

.ju-sidebar-truyen .el-title-bb {
  font-weight: 600;
  color: #000;

  transition: all .3s;
}

.ju-sidebar-truyen .el-item-bb:hover .el-title-bb {
  background: var(--Gradient-Color-mu-01, linear-gradient(270deg, #CF67B1 0%, #6EA2F9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* sidebar Truyen -------------------------------------------------------------------------------------------------------------------- */

.ju-hao-cam-theo-doi .uk-text-bold {
  font-size: 18px;
}

.ju-hao-cam-theo-doi>* {
  position: relative;
}

.ju-hao-cam-theo-doi>*:nth-child(n+2)::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #6DA2F9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(0, -50%);
}

/* flatpickr -------------------------------------------------------------------------------------------------------------------- */
.flatpickr-calendar.open {
  z-index: 2 !important;
}

.flatpickr-month {
  padding: 7px 0 10px;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
}



/* flatpickr -------------------------------------------------------------------------------------------------------------------- */

.uk-form-icon {
  cursor: pointer;
}

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: unset;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
} */

.uk-radio:checked {
  background-image: url(../images/tron.png);
}

.ju-popup {
  padding: 40px 80px;
  border-radius: 40px;
  border: 4px solid #CE68B2;
}

.ju-popup-default {
  width: 1200px;
}

.ju-popup-small {
  width: 700px;
}

.ju-popup-xsmall {
  padding: 40px;
  width: 500px;
}

.flex {
  display: flex;
}

.uk-input:hover {
  border-color: #CE68B2;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 50px;
  border-radius: 10px;
}

.select2-container--default:hover .select2-selection--single {
  border-color: #CE68B2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container .select2-selection--multiple {
  min-height: 50px;
  border-radius: 10px;
  padding-left: 18px;
}

.select2-container--default:hover .select2-selection--multiple {
  border-color: #CE68B2;
}

#trending .uk-tile-default {
  padding: 20px 15px;
}

.trending .uk-position-center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: unset;
  transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

/* #chuongtruyen .uk-button {
} */

.trending .el-item {
  border-radius: 4px;
}

/* --- comment --- */
.ju-comment-custom {
  border: 2px solid #A064E8;
  border-radius: 24px;
  /* background-image: url(../images/backgrountcomment.png); */
  background-image: url(/wp-content/uploads/2025/08/NEN-DO.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.ju-comment-custom .uk-overflow-auto {
  max-height: 550px;
}

.ju-comment-custom:not(:has(#respond)) {
  display: none;
}

.ju-comment-custom #respond {
  padding-top: 40px;
  padding-left: 32px;
}

.uk-comment-body .ju-comment-donate-form {
  display: block;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(109, 162, 249, 0.20);
}

.ju-comment-donate-form {
  display: none;
}

.ju-comment-custom .ju-comment-donate-form {
  display: block;
  margin: 16px;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(109, 162, 249, 0.20);
}

.ju-comment-form .comment-form-comment {
  margin: 16px;
}

.comment-for-hidden {
  margin: 16px;
  outline: unset;
  position: relative;
}

.ju-comment-custom .comment-for-hidden::before {
  content: 'Nhập nội dung bình luận riêng ở đây...';
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
  pointer-events: none;
}

.ju-comment-custom .comment-for-hidden.not-empty::before {
  content: '';
}

/* .ju-comment-custom .comment-for-hidden:focus-visible {
  outline: unset;
} */

.ju-comment-custom label {
  font-size: 18px;
}

.ju-comment-form .uk-textarea {
  padding: 0;
  background: #F5EFFD;
  border: unset;
  border-radius: unset;
}

.ju-comment-form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #A064E8;
  background: #F5EFFD;
  padding-bottom: 10px;
}

.ju-comment-custom .uk-text-danger {
  padding-left: 32px;
  padding-bottom: 40px;
}

.ju-comment-donate {
  display: none;
}

.ju-comment-custom .ju-comment-donate {
  display: block;
  margin-bottom: 30px;
}

.ju-comment-custom .uk-card {
  background: #fff;
  border-radius: 24px;
  padding: 8px;
}


.ju-comment-form button {
  cursor: pointer;
  border: unset;
  border-radius: 100px;
  background: rgba(109, 162, 249, 0.30);
  padding: 0 16px;
  font-size: 18px;
  line-height: 35px;
}

.ju-comment-form .form-submit {
  margin: 0;
}

.ju-comment-form button.submit {
  position: absolute;
  right: 16px;
  bottom: 10px;
}

.ju-comment-form .ju-comment-sticker-icon {
  padding: 0 16px;
}

.ju-donate-history {
  /* background-image: url(../images/backgoundThongBao.png); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  box-sizing: border-box;
  border-left: 2px dashed #6EA2F9;
  padding: 24px 24px 40px;
}

#commentform {
  position: relative;
}

.uk-comment-list>:nth-child(n+2) {
  margin-top: 10px;
}

.uk-comment-list>li>article ul.children {
  display: none;
}

.uk-comment-list>li>article ul.children.active {
  display: block;
}

.uk-comment-list .uk-comment~ul {
  padding-left: 0;
  margin-top: 0;
  background-color: #F5F5F5;
}

.uk-comment {
  padding: 20px 10px;
}

.uk-comment-list .uk-comment~ul>:nth-child(n+2) {
  margin-top: 0;
}

/* .comment-form-comment .uk-form-label {
  display: none;
} */
.uk-comment-list .children .uk-comment~ul>li {
  padding-left: 20px;
}

.uk-comment:hover {
  background-color: #F0F6FE;

}

.uk-comment-title {
  font-weight: 600;
}

/* .uk-comment-title a {
  color: #000;
} */

/* #respond {
  padding: 10px;
} */

.logged-in-as {
  display: none;
}

.uk-comment-list .uk-comment~ul .uk-comment-primary {
  background-color: #F5F5F5;
  border-bottom: 1px solid #CE68B2;
}

/* .children article {
  border-top: 1px solid #CE68B2;
} */

.uk-comment-list>li>.children {
  border-top: 1px solid #CE68B2;
  display: none;
  /* border-bottom: 1px solid #CE68B2; */
}

.uk-comment-list>li>article+.children.active {
  display: block;
}

.action_comment svg {
  background-color: #F5EFFD;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.action_comment svg:hover {
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
}

/* --- comment --- */

div[uk-icon="like"] {
  color: #D90D0D;
}


.trending .uk-grid-small>.uk-grid-margin {
  margin-top: 10px;
}

#_filter {
  padding: 0;
}

#_filter>* {
  padding-left: 0;
}

#_filter li {
  cursor: pointer;
  list-style: none;
  /* background-color: #555; */
  padding: 5px 10px;
  color: #FFF;
}

#_filter li:hover {
  background-color: #FFF;
  color: #000;
}

#_chuong .uk-nav-sub {
  list-style: none;
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}


#_chuong {
  padding: 5px;
  text-align: left;
}

#chuongtruyen .uk-button {
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
  box-shadow: 0px 3px 0px 0px rgba(148, 140, 222, 0.30);
  color: #FFF;
  border-radius: 10px;
  padding: 0 10px;
}

#_chuong li {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;

}

#_chuong li:hover,
#_chuong li.active {
  background-color: #A064E8;
  color: #FFF;

}

#_chuong li:hover a,
#_chuong li.active a {
  color: #FFF;
}

#_chuong .uk-nav-sub::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#_chuong .uk-nav-sub::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#_chuong .uk-nav-sub::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.team .el-item .el-image {
  width: 44px;
  height: 44px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CE68B2;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}

.uk-hr {
  height: 10px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#CE68B2), to(#6EA3FA));
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
}

.user .uk-text-meta {
  font-size: 18px;
  color: #A064E8;
}

h2 {
  background: -webkit-gradient(linear, left top, right top, from(#CE68B2), to(#6EA3FA));
  background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* dang ky ---------------------------------------------------------------------------------------------------------------------- */
#registration-form .uk-button {
  border-radius: 90px;
}

/* dang ky ---------------------------------------------------------------------------------------------------------------------- */

/* mau cap bac ----------------------------------------------------------------------------------------------------------------- */
.cap_bac:not(.dan_thuong):not(.ky_si) {
  font-family: Victorian Decade;
  text-transform: uppercase;
  font-size: 30px;
}

div:has(> .de) {
  color: #7f0000;
}

div:has(> .de) a {
  color: #7f0000;
}

div:has(> .hau) {
  color: #b73500;
}

div:has(> .quan_chap_hanh) {
  color: #005959;
}

div:has(> .cong_tuoc) {
  color: #8806ce;
}

div:has(> .hau_tuoc) {
  color: #9d00ff;
}

div:has(> .ba_tuoc) {
  color: #7f00ff;
}

div:has(> .tu_tuoc) {
  color: #b133ff;
}

div:has(> .nam_tuoc) {
  color: #ba55da;
}

div:has(> .dai_cong_tuoc) {
  color: #c82147;
}

div:has(> .than_vuong) {
  color: #dc345b;
}

div:has(> .pho_vuong) {
  color: #e03c82;
}

div:has(> .lanh_chua) {
  color: #ff2955;
}

/* mau cap bac ----------------------------------------------------------------------------------------------------------------- */

.chinh-sua-chuong {
  background: unset;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  border: unset;
  font-family: roboto;
  cursor: pointer;
  transition: all .3s;
}

.chinh-sua-chuong:hover {
  color: #CF66B0;
}

.div-bang-nguc .uk-position-top-left {
  top: -26px;
  left: -22px;
}

.div-bang-nguc .uk-position-top-right {
  top: -26px;
  right: -22px;
}

.div-bang-nguc .uk-position-bottom-left {
  bottom: -26px;
  left: -22px;
}

.div-bang-nguc .uk-position-bottom-right {
  bottom: -26px;
  right: -22px;
}

.div-bang-nguc .uk-position-bottom-center {
  bottom: -115px;
}

#form_login .uk-button {
  border-radius: 90px;
}

.danh-sach-chuong .publish {
  color: #0DAA4C;
}

.danh-sach-chuong .trash {
  color: #D90D0D;
}

.li-do-xet-duyet {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #CE68B2;
  max-height: 500px;
  overflow: auto;
}

.wcCurrentUserName {
  display: none;
}

@media(max-width:960px) {
  .ju-popup {
    padding: 24px;
    border-radius: 20px;
    border-width: 3px;
  }

  .ju-comment-custom {
    padding: 24px 16px;
  }

  .ju-comment-custom #respond {
    padding-top: 0;
    padding-left: 0;
  }

  .ju-comment-custom .uk-text-danger {
    padding-left: 0;
    padding-bottom: 0;
  }

  .ju-donate-history {
    border-top: 2px dashed #6EA2F9;
    border-left: unset;
    padding: 32px 0 0;
  }

  .wcContainer.wcContainerClassic.wcLightgrayTheme {
    width: 100% !important;
  }

  .wcContainer.wcContainerClassic.wcLightgrayTheme .wcTabs {
    display: none;
  }
}

@media(max-width:640px) {
  .wcContainer.wcLightgrayTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
    background-image: url(https://atlantisviendong.com/wp-content/uploads/2025/03/send.png) !important;
    background-color: #6da2F94D !important;
  }

  .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons {
    gap: 2px;
  }

  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment {
    width: 40px;
    height: 40px;
    background-size: cover !important;
  }

  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput {
    padding: 10px;
  }

  .wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel {
    padding: 0;
  }

  .wcContainer .wcChannel .wcChannelInput .wcInputs {
    display: flex !important;
  }

  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput {
    padding-right: 42px;
    margin-right: 2px;
  }

  .wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon {
    transform: translateX(-120%);
    width: 40px;
    background-size: 75% !important;
  }

  .wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput {
    flex: 1;
  }

  .wcCurrentUserName {
    display: none;
  }

  .uk-hr {
    height: 2px;
  }

  .uk-input {
    height: 44px;
    padding: 0 15px;
  }

  .select2-container .select2-selection--single {
    height: 44px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
  }

  .uk-button {
    font-size: 15px;
  }

  #chuongtruyen .uk-button {
    border-radius: 10px;
    padding: 0 5px;
  }

  .div-bang-nguc .uk-position-top-left {
    top: -15px;
    left: -12px;
  }

  .div-bang-nguc .uk-position-top-right {
    top: -15px;
    right: -12px;
  }

  .div-bang-nguc .uk-position-bottom-left {
    bottom: -15px;
    left: -12px;
  }

  .div-bang-nguc .uk-position-bottom-right {
    bottom: -15px;
    right: -12px;
  }

  .div-bang-nguc .uk-position-bottom-center {
    bottom: -35px;
  }

  .grid-user-dang-truyen {
    margin-left: -20px;
  }

  .grid-user-dang-truyen>* {
    padding-left: 20px;
  }
}