/*
Theme Name: MVL Theme
Theme URI: https://skingiare.vn/
Author: Mac Van Long
Author URI: https://www.facebook.com/ngoisao1000x/
Description: MVL Theme Wordpress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mvl
Tags: wordpress, code php, seo.
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");

:root {
  --bg-primary: #000;
  --bg-secondary: #111111;
  --color-primary: #3aa0e1;
  --color-primary-2:#5EF6FF;
  --color-secondary: #fff;
  --color-line: #31ff00;
  --height-header: 115px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--bg-primary);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  display: inline-flex;
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
  transition: all 0.3s ease;
}

li {
  list-style: none;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  /* Safari & Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Others */
}

select {
  display: none;
}

.custom-select {
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3a3e40;
  color: #fff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  font-weight: 500;
}

.custom-select:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #9e9e9e transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
  transform: rotateZ(0deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
}

/*.custom-select:hover {
  background-color: #b83729;
}
*/
.custom-select:active,
.custom-select.active {
  background-color: #222226;
  color: #9e9e9e;
}

.custom-select:active:after,
.custom-select.active:after {
  transform: rotateZ(180deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
}

.custom-select:focus {
  outline: 2px;
}

.main-content-page{
	background-size:cover !important;
}

.select-options {
  max-height: 200px;
  overflow-y: auto;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  display: none;
}

.select-options li {
  color: #424242;
  margin: 0;
  padding: 12px 0;
  /* text-indent: 15px;
 */
  /* border-top: 1px solid #AED581;
 */
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding-left: 15px;
}

.select-options li:hover {
  color: #424242;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9e9e9e;
}

.wp_riot_id_form {
  max-width: 400px;
  margin: auto;
}

.content_list_id_riot {
  position: relative;
}

.riotid-list-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181818db;
}

.riotid-list-loading p {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--color-primary);
  border-radius: 50%;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-message {
  color: #ff4b2b;
  text-align: center;
  grid-column: 1 / -1;
  padding: 20px;
  font-size: 14px;
}

.riotid-list-content {
  width: 100%;
  display: none;
}

.wp_content_add_friend {
  max-width: 700px;
  margin: auto;
}

.riotid-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px 24px;
}

.item-step-three-content {
  display: none;
}

.riotid-select-container {
  color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  max-height: 565px;
  overflow-y: auto;
}

.riotid-select-container::-webkit-scrollbar {
  width: 2px;
}

.riotid-select-container::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 4px;
}

.riotid-select-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary);
}

.riotid-instructions {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-size: 16px;
}

.riotid-instructions li {
  margin-bottom: 4px;
}

.riotid-selected {
  position: relative;
  background: transparent;
  border: 1px solid #ffc107;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px 18px;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.btn-remove-riotid {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 25px;
  height: 25px;
  background: #ffc107;
  color: #111;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.riotid-selected:hover {
  color: var(--color-primary);
}

.riotid-input-row {
  margin-bottom: 12px;
}

.riotid-input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid var(--color-primary-2);
  background: #22242c;
  color: #fff;
  font-size: 16px;
  outline: none;
  margin-bottom: 8px;
}

.riotid-batch-select select {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #444;
  background: #22242c;
  color: #fff;
  font-size: 15px;
  margin-bottom: 16px;
}

.riotid-list-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.riotid-checkall {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 6px;
  font-weight: 500;
}

.riotid-save-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #6ebbff;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 14px;
  font-weight: 400;
}

.riotid-save-btn:hover {
  background: #00b8c6;
}

.riotid-item {
  background: #22242c;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  min-width: 180px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
#confirm-payment-message b {
  color: #f9ff00;
}
.riotid-item input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #3ae156;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--color-primary);
}

.modal-btn[html-btn="payment-btn"] {
  display: none;
}

.modal-buy-now .igame-title {
  text-align: left;
  font-size: 16px;
  max-width: 515px;
  margin: auto;
}

.modal-buy-now .igame-title li {
  list-style: disc;
}

.modal-buy-now .custom-underline path {
  stroke: #fff;
}

.modal-steps .step-line.active .custom-underline path {
  stroke: var(--color-primary);
  transition: stroke 0.6s;
}

.modal-buy-now .modal-steps {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-buy-now .item-step {
  display: none;
}

.modal-buy-now .item-step.active {
  display: block;
  transition: all 0.6s;
}

.modal-buy-now .modal-steps .step {
  border-radius: 50%;
  background-color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

.modal-buy-now .modal-steps .step.active {
  background-color: transparent;
  color: var(--color-primary-2);
  border: 2px solid var(--color-primary-2);
  transition: all 0.6s;
}

.modal-buy-now .step-line svg {
  display: block;
}

.modal-buy-now {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
	overflow: auto;
}

.modal-buy-now .modal-steps .step:not(:last-child)::after {
  display: none;
}

.modal-buy-now.show {
  display: flex;
}

.modal-buy-now-content {
  background: #181818;
  color: #fff;
  border-radius: 12px;
  width: 90vw;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 30px 30px 30px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  text-align: center;
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-buy-now-content {
  animation: fadeIn 0.6s ease-in-out;
}

.modal-buy-now-close {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 32px;
  color: var(--color-primary-2);
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s;
}

.modal-buy-now-close:hover {
  color: #fff;
}

.modal-buy-now .modal-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  gap: 10px;
}

.modal-buy-now .step {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: #181818;
  font-weight: 600;
}

.modal-buy-now .step-line {
  width: 60px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-buy-now .modal-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 10px;
}

.modal-buy-now .modal-title-highlight {
  color: var(--color-primary-2);
  font-size: 1.6rem;
  display: block;
  margin-top: 2px;
}

.modal-buy-now .modal-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 18px 0 10px 0;
}

.modal-buy-now .modal-radio-group form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 18px;
  font-size: 1.1rem;
}

.modal-buy-now .modal-radio-group label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}

.modal-buy-now .modal-radio-group input[type="radio"] {
  accent-color: var(--color-primary-2);
  width: 18px;
  height: 18px;
}

.modal-buy-now .modal-note {
  margin: 10px 0 18px 0;
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.modal-buy-now .modal-note-title {
  color: #ff4b2b;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}

.modal-buy-now .modal-note ul {
  margin: 0 0 0 18px;
  padding: 0;
  color: #fff;
  font-size: 1rem;
}

.modal-buy-now .modal-note li {
  margin-bottom: 4px;
  list-style: disc;
}

.modal-buy-now .modal-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.modal-buy-now .modal-btn {
  background: #222;
  color: #888;
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.7;
  transition: background 0.2s, color 0.2s;
}

.modal-buy-now .modal-btn-disabled {
  background: #222;
  color: #888;
  cursor: not-allowed;
}

.modal-buy-now .modal-btn-enabled {
  background: #181818;
  border: 1px solid var(--color-primary-2);
  color: #fff;
  font-size: 16px;
  opacity: 1;
  cursor: pointer;
}

.modal-buy-now .modal-note-box {
  background: #181818;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.modal-buy-now .modal-note-title {
  color: #ff2222;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.modal-buy-now .modal-note-content {
  display: none;
  text-align: center;
  font-size: 1.08rem;
}

.modal-buy-now .modal-note-content.active {
  display: block;
}

.modal-buy-now .note-link {
  color: #ff2222;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.modal-buy-now .note-danger {
  color: #ff2222;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: underline;
}

.modal-buy-now .note-small {
  color: #f6be2c;
  font-size: 0.95em;
  display: block;
  margin-top: 2px;
}

.modal-buy-now .note-dot {
  margin: 18px 0 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.modal-buy-now .note-id-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 18px 0 10px 0;
}

.modal-buy-now .note-id-btn {
  position: relative;
  background: var(--color-primary-2);
  color: #181818;
  border: none;
  border-radius: 4px;
  padding: 1rem;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 6px;
  transition: background 0.2s, color 0.2s;
}

.modal-buy-now .note-id-btn:hover {
  background: #00b8cc;
  color: #fff;
}

.modal-buy-now .note-bottom {
  margin-top: 12px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
}

.modal-buy-now button.note-id-btn.copied:after {
  opacity: 0;
  content: "Đã copy!";
  background: #181818;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary);
  color: #fff;
}

.modal-buy-now button.note-id-btn.copied:hover:after {
  opacity: 1;
  transition: opacity 0.2s;
}

.modal-buy-now .order-info-box {
  border-radius: 8px;
  background: #181818;
  margin: 20px auto 24px auto;
  color: #fff;
  max-width: 480px;
  box-sizing: border-box;
  text-align: left;
}

.modal-buy-now .order-info-title {
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}

.modal-buy-now .wrapper-coupon .order-info-row {
  margin-bottom: 0;
}

.modal-buy-now .wrapper-coupon {
  margin-bottom: 14px;
}

.modal-buy-now .order-info-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.08rem;
  margin-bottom: 14px;
}

.modal-buy-now .order-info-row-input {
  gap: 10px;
}

.modal-buy-now .order-input {
  background: #3a3e40;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 1rem;
  width: 100%;
  outline: none;
  transition: border 0.2s;
  height: 47px;
}

.modal-buy-now .order-input:focus {
  border: 1px solid var(--color-primary);
}

.modal-buy-now .order-apply-btn {
  position: absolute;
  right: 0;
  background: transparent;
  font-weight: 500;
  color: var(--color-primary-2);
  font-size: 15px;
  border: none;
  cursor: pointer;
  padding: 15px;
}

.modal-buy-now .order-old-price {
  color: #aaa;
  text-decoration: line-through;
  font-size: 1rem;
  margin-right: 8px;
}

.modal-buy-now .order-new-price {
  color: var(--color-primary);
  font-size: 1.15rem;
  font-weight: bold;
}

.modal-buy-now .order-info-divider {
  border-bottom: 1.5px dashed var(--color-primary-2);
  margin: 18px 0 18px 0;
}

.modal-buy-now .order-info-total {
  font-size: 1.15rem;
  font-weight: bold;
}

.modal-buy-now .order-total-price {
  color: #ffbf00;
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-buy-now .order-info-checkbox {
  margin-top: 10px;
  font-size: 1rem;
}

.modal-buy-now .order-info-checkbox label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.modal-buy-now .order-info-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: white;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox span {
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}

.custom-checkbox input:checked+span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: -2px;
  width: 6px;
  height: 12px;
  border: solid #31ff00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

h3.title-history-purchase {
  font-size: 18px;
  margin: 20px 4px;
}

#skin-orders-table_filter {
  margin: 20px 0;
  text-align: right;
}

#skin-orders-table_filter label {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

#skin-orders-table_filter input[type="search"] {
  margin-left: 8px;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 200px;
  transition: all 0.2s ease-in-out;
}

#skin-orders-table_filter input[type="search"]:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}

.dataTables_wrapper .dataTables_length select {
  color: black;
}

select.form-select.form-select-sm option {
  background-color: black;
  color: white;
}

.box_menu_drop_option_riot {
  position: relative;
  background: #18191c;
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto 18px auto;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  font-family: inherit;
  cursor: pointer;
}

.box_menu_drop_option_riot>span {
  display: block;
  padding: 12px 0 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #232323;
  border-radius: 10px 10px 0 0;
  background: #232323;
}

.box_menu_drop_option_riot ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #3a3e40;
  border-radius: 0 0 10px 10px;
  max-height: 250px;
  overflow-y: auto;
}

.box_menu_drop_option_riot ul::-webkit-scrollbar {
  width: 2px;
}

.box_menu_drop_option_riot ul::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 4px;
}

.box_menu_drop_option_riot ul::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary);
}

.box_menu_drop_option_riot ul li {
  color: #fff;
  font-size: 14px;
  padding: 14px 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border-bottom: 1px solid #00000033;
}

.box_menu_drop_option_riot ul li:last-child {
  border-bottom: none;
}

.box_menu_drop_option_riot ul li:hover,
.box_menu_drop_option_riot ul li.active {
  background: #232323eb;
  color: #fff;
}

.box_menu_drop_option_riot ul li:first-child {
  padding: 0px;
}

.search_id_riot_opton_select {
  width: 100%;
  height: 45px;
  padding: 8px 12px;
  border: none;
  outline: none;
}

.search_id_riot_opton_select::placeholder {
  font-size: 15px;
  font-weight: 500;
}

.riotid-save-btn:disabled,
.riotid-save-btn[disabled] {
  background: #22242c;
  color: #888;
  border: 1px solid #444;
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.list_name_riotid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 23px;
  row-gap: 0;
}

/* Modal xác nhận thanh toán */
#confirm-payment-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

#confirm-payment-modal .confirm-modal-content {
  background: #181818;
  color: #fff;
  border-radius: 12px;
  margin: auto;
  padding: 40px 30px 30px 30px;
  text-align: center;
  position: relative;
}

.regi-note a {
  color: #3aa0e1;
}

.forgot-password-container {
  max-width: 460px;
  margin: 110px auto;
}

#close-confirm-modal {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 32px;
  color: #3aa0e1;
  cursor: pointer;
  font-weight: bold;
}

#confirm-payment-modal .confirm-modal-icon {
  color: #00ff01;
  font-size: 60px;
  margin-bottom: 20px;
}

#confirm-payment-message {
  margin-bottom: 24px;
  font-size: 18px;
}

#confirm-payment-btn {
  background: #3aa0e1;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

.container_huong_dan {
  padding: 40px 0;
}

.guide-list-page {
  max-width: 1200px;
  margin: 0 auto;
}

.guide-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  max-width: 650px;
  margin: auto;
  margin-bottom: 80px;
}

.guide-title strong {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 33px;
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.guide-item {
  background: #101010;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.guide-item:hover {
  transform: translateY(-5px);
}

.guide-thumb {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.guide-item:hover .guide-thumb img {
  transform: scale(1.05);
}

.guide-info {
  padding: 20px;
}

.guide-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffffd1;
  margin-bottom: 10px;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
}

.guide-name:hover {
  color: #007bff;
}

.guide-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-info .action_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-date {
  font-size: 14px;
  color: #666;
}

.guide-excerpt {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guide-readmore {
  display: inline-block;
  padding: 8px 20px;
  background: #45515f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s ease;
}

#content_single_post {
  line-height: 1.7;
  font-size: 16px;
  color: #ffffff;
}

#content_single_post ul.wp-block-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

#content_single_post ul.wp-block-list li {
  margin-bottom: 15px;
  list-style: unset;
}

#content_single_post mark {
  color: var(--color-primary);
  font-weight: bold;
  background: transparent;
}

div#content_single_post img {
  width: auto;
  height: auto;
}

#content_single_post img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

#content_single_post a {
  color: #007acc;
  text-decoration: none;
}

#content_single_post a:hover {
  text-decoration: underline;
}

#content_single_post p {
  margin-bottom: 15px;
}

.guide-readmore:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .guide-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .guide-list {
    grid-template-columns: 1fr;
  }

  .guide-title {
    font-size: 28px;
  }
}

/* Click to Top Button */
.click-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 99;
}

.click-to-top:hover {
  background: #2980b9;
  transform: translateY(-3px);
}

.click-to-top.show {
  display: flex;
}

@media (max-width: 768px) {
  .click-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

a.devvn_animation_zoom {
  display: flex;
  position: fixed;
  right: 35px;
  top: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #007acc;
  padding: 8px;
  z-index: 9999;
  -webkit-animation: devvn_zoom 1.5s infinite linear;
  -moz-animation: devvn_zoom 1.5s infinite linear;
  -o-animation: devvn_zoom 1.5s infinite linear;
  animation: devvn_zoom 1.5s infinite linear;
  box-shadow: 0 0 0 0 #1cb2ed;
}

a.devvn_animation_zoom img {
  width: 32px;
  height: 32px;
  -webkit-animation: calltrap_spin 3s infinite linear;
  -moz-animation: calltrap_spin 3s infinite linear;
  -o-animation: calltrap_spin 3s infinite linear;
  animation: calltrap_spin 3s infinite linear;
}

@-webkit-keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@-webkit-keyframes calltrap_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  33% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  36% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  39% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  42% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  48% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
  }

  51% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  54% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  57% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes calltrap_spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  33% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  36% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  39% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  42% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  45% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  48% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
  }

  51% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  54% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  57% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes calltrap_spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  33% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  36% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  39% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  42% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  45% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  48% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
  }

  51% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  54% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  57% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes calltrap_spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  33% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  36% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  39% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  42% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  45% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  48% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
  }

  51% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  54% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  57% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#zalo_icon {
  bottom: 90px;
  top: auto;
  right: 30px;
}

#facebook_icon {
  bottom: 155px;
  top: auto;
  right: 30px;
}

.menu_footer {
  background: #292929;
  padding: 28px 0px;
}

a.footer_list_contact_item_link span.icon {
  display: flex;
  align-items: center;
}

.footer-menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-list li a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}

.footer-menu-list li a:hover {
  color: #fff;
}

/* ------------------------------------------------------------------------------ */
.slider-footer {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: relative;
  padding: 15px;
}

.slider-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.slider-footer-left {
  flex: 1 1 55%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
}

.slider-footer-champ {
  max-width: 800px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-left: -60px;
  margin-bottom: -15px;
  z-index: 2;
  position: relative;
}

.slider-footer-right {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  z-index: 3;
}

.slider-footer-support {
  background: rgba(20, 30, 40, 0.7);
  border-radius: 12px;
  padding: 32px 32px 24px 32px;
  max-width: 420px;
  /* width: 100%; */
  text-align: left;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid #ffffff81;
}

.slider-footer-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
}

.slider-footer-title .fb-highlight {
  color: #3ee6ff;
  font-weight: 700;
}

.slider-footer-fb {
  margin-top: 8px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  background: #222;
}

@media (max-width: 1024px) {
  .slider-footer-inner {
    align-items: center;
    justify-content: center;
  }

  .slider-footer-left,
  .slider-footer-right {
    justify-content: center;
    margin: 0;
  }

  .slider-footer-champ {
    margin: 0 auto 0 auto;
    max-width: 450px;
  }

  .slider-footer-support {
    margin-top: 24px;
    max-width: unset;
    padding: 24px 12px 16px 12px;
  }

  .slider-footer-title {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .slider-footer-inner {
    flex-direction: column;
    padding: 0 8px;
  }

  .slider-footer-champ {
    max-width: 220px;
  }

  .slider-footer-support {
    padding: 16px 4px 10px 4px;
  }

  .slider-footer-title {
    font-size: 16px;
  }
}

.modal-product-list {
  margin-bottom: 20px;
}

.modal-product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  margin-bottom: 10px;
}

.modal-product-name-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.modal-product-quantity {
  color: var(--color-primary);
  margin-left: 5px;
}

.modal-product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 15px;
  display: none;
}

.modal-product-line-total {
  font-weight: 600;
  color: var(--color-primary);
  min-width: 100px;
  text-align: right;
}

.quantity-input-group {
  display: none;
}

a.xem-chi-tiet-don-hang {
  color: #00fdff;
}

.vietqr-row {
  max-height: 228px;
  overflow: auto;
}

.vietqr-row::-webkit-scrollbar {
  width: 2px;
  background-color: var(--color-primary);
  border-radius: 0 0 5px 0;
}

.vietqr-row::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9e9e9e;
}

/* Loading Overlay */
.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000e8;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
}

.page-loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.loading-spinner {
  display: flex;
  gap: 8px;
}

.spinner-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #4a90e2;
  animation: bounce 0.5s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(74, 144, 226, 0.5);
}

.spinner-circle:nth-child(2) {
  animation-delay: 0.1s;
  background-color: #50c878;
  box-shadow: 0 0 10px rgba(80, 200, 120, 0.5);
}

.spinner-circle:nth-child(3) {
  animation-delay: 0.2s;
  background-color: #ff6b6b;
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

.igame-title ul {
    padding-left: 18px;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.page-loading .loading-spinner {
  width: 300px;
  height: 300px;
  border: unset;
  border-top: 3px solid var(--color-primary);
}

/* Menu Header Active State */
.menu-header li.current-menu-item > a {
    color: var(--color-primary);
    font-weight: 700;
    position: relative;
}

.menu-header li.current-menu-item > a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.menu-header li.current-menu-item > a:hover::after {
    transform: scaleX(0.8);
}

/* Mobile Menu Active State */
.menu-header-mobi li.current-menu-item > a {
    color: var(--color-primary);
    font-weight: 700;
    position: relative;
}

.menu-header-mobi li.current-menu-item > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.menu-header-mobi li.current-menu-item > a:hover::after {
    transform: scaleX(0.8);
}