/* Custom styles goes here */

/* overwrite cho menu ngang */
html:not([dir=rtl]) .menu-toggle::after {
  content: "";
}

.menu-toggle::after {
  font-family: inherit !important; /* Loại bỏ font tabler-icons */
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('/getsvg/chevron-right?&strokewidth=3');
  mask-image: url('/getsvg/chevron-right?strokewidth=3');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* overwrite cho menu dọc trong mobile */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  font-family: inherit !important; /* Loại bỏ font tabler-icons */
  content: "" !important; /* Xóa nội dung Unicode */
  width: 12px;
  height: 16px;
  position: absolute;
  background-color: currentColor;
  -webkit-mask-image: url('/getsvg/circle?&strokewidth=3');
  mask-image: url('/getsvg/circle?strokewidth=3');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
