/**
* Developed by ThanhDieu 
* Name File: Custom.css
* Generated: 20/10/2023
*/
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/common/Helvetica/Helvetica.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "FzRubikBold";
    src: url("../fonts/FzRubik-Bold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "FzRubikRegular";
    src: url("../fonts/FzRubik-Regular.ttf") format("truetype");
  }
  
  body {
    cursor: url("./cursor/default.cur"), default;
  }
  
  select {
    cursor: url("./cursor/link.cur"), pointer;
  }
  
  button,
  a:hover {
    cursor: url("./cursor/link.cur"), pointer;
  }
  
  input {
    cursor: url("./cursor/Text-Select.cur"), text;
  }
  
  textarea,
  input:focus {
    cursor: url("./cursor/Text-Select.cur"), text;
  }
  body {
    /* font-family: 'Helvetica'; */
  }
  .lavender-preloader {
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-container img {
  width: calc(50dvh - 128px);
}
.dark .lavender-preloader {
    background: #101924 !important;
}
.loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader {
  animation: loaderRotate 2s linear infinite;
  z-index: 2;
  margin-top: 1.4em;
}
.loader .path {
  stroke: currentColor;
  stroke-linecap: round;
  animation: loaderDash 1.5s ease-in-out infinite
}
@keyframes loaderRotate {
  0% {
      transform: rotate(0deg);
      transform-origin: center
  }

  to {
      transform: rotate(1turn);
      transform-origin: center
  }
}

@keyframes loaderDash {
  0% {
      stroke-dasharray: 1,150;
      stroke-dashoffset: 0
  }

  50% {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -35
  }

  to {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -124
  }
}

  .cur-pointer {
    cursor: url("./cursor/link.cur"), pointer;
  }
  
  ::-webkit-scrollbar {
    width: 0;
    height: 1px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #4f1aca;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(139 92 246);
    background: rgba(139 92 246);
  }
  .select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .close-modal i,
.wt-close i,
.close-modal svg,
.wt-close svg {
    transition: transform 0.3s ease;
}

.close-modal:hover i,
.wt-close:hover i,
.close-modal:hover svg,
.wt-close:hover svg {
    transform: rotate(180deg);
}

  .layout-nav-close i {
    font-size: 22px !important;
    transition: transform 0.3s;
  }
  .layout-nav-close:hover i {
    transform: rotate(180deg);
  }
  .fs-1px {
    font-size: 1px;
  }
  .fs-2px {
    font-size: 2px;
  }
  .fs-3px {
    font-size: 3px;
  }
  .fs-4px {
    font-size: 4px;
  }
  .fs-5px {
    font-size: 5px;
  }
  .fs-6px {
    font-size: 6px;
  }
  .fs-7px {
    font-size: 7px;
  }
  .fs-8px {
    font-size: 8px;
  }
  .fs-9px {
    font-size: 9px;
  }
  .fs-10px {
    font-size: 10px;
  }
  .fs-11px {
    font-size: 11px;
  }
  .fs-12px {
    font-size: 12px;
  }
  .fs-13px {
    font-size: 13px;
  }
  .fs-14px {
    font-size: 14px;
  }
  .fs-15px {
    font-size: 15px;
  }
  .fs-16px {
    font-size: 16px;
  }
  .fs-17px {
    font-size: 17px;
  }
  .fs-18px {
    font-size: 18px;
  }
  .fs-19px {
    font-size: 19px;
  }
  .fs-20px {
    font-size: 20px;
  }
  .fs-21px {
    font-size: 21px;
  }
  .fs-22px {
    font-size: 22px;
  }
  .fs-23px {
    font-size: 23px;
  }
  .fs-24px {
    font-size: 24px;
  }
  .fs-25px {
    font-size: 25px;
  }
  .fs-26px {
    font-size: 26px;
  }
  .fs-27px {
    font-size: 27px;
  }
  .fs-28px {
    font-size: 28px;
  }
  .fs-29px {
    font-size: 29px;
  }
  .fs-30px {
    font-size: 30px;
  }
  .menu-slider {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    transition: right 0.4s ease;
  }
  .menu-slider.show {
    right: 0;
  }
  .thanhdieu-border-card,
  .swal-modal {
    z-index: 0;
    position: relative;
  }
  .thanhdieu-border-card::before,
  .swal-modal::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(354deg, #8b5cf6 0%, #06291100 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .popular::before {
    background: linear-gradient(168deg, #8b5cf6 0%, #1f283700 50%, #8b5cf6 100%);
  }
  
  .bank-auth {
    animation: wave 3.5s ease-in-out infinite;
  }
  
  @keyframes wave {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(30px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .wt-spinner {
    -webkit-animation: fa-spin 1.3s infinite linear;
    animation: fa-spin 1.3s infinite linear;
  }
  
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .dark .swal-modal {
    background-color: rgb(30, 41, 59);
  }
  .dark .swal-title,
  .dark .swal-text {
    color: #fff !important;
  }
  .swal-button:not(.swal-button--danger):not(.swal-button--cancel) {
    background-color: rgb(139 92 246 / 1) !important;
  }
  
  .swal-button:not(.swal-button--danger):not(.swal-button--cancel):focus {
    box-shadow: 0 0 3px rgb(118, 69, 231) !important;
  }
  
  .nui-input-help-text {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
  .mt-03 {
    margin-top: -3px;
  }
  .icon-auth {
    width: 200px;
  }
  .newfeeds {
    height: calc(47dvh - 128px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bounce {
    animation: bounce 0.2s ease-in-out;
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-40px);
    }
    60% {
      transform: translateY(0);
    }
  }
  
  .td-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.274);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .td-loader::after {
    /* content: "Đang xử lý yêu cầu..."; */
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    text-shadow: 0 0 20px #5b028f;
    color: rgb(139 92 246) !important;
    margin-top: 15px;
  }
  
  .spinner-border2 {
    display: inline-block;
    /* border-width: .125em; */
    width: 45px;
    height: 45px;
    border: 0.123em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.7s linear infinite;
  }
  
  @keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }
  .nui-button-action {
    white-space: nowrap !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
@media (min-width: 768px) {
    .card-demo-bill {
        margin-left: 2rem;
        cursor: pointer;
        /* box-shadow: 0 8px 30px rgb(135 135 135 / 16%) !important; */
        border-radius: 1rem;
        width: 35% !important;
    }
}
.error-message {
    font-weight: 600;
    color: #f43f5e;
    font-size: 11px;
}
option:hover {
    background-color: yellow !important;
  }
  .hide {
    display: none;
  }
  #bill-setting-dark {
    display: none;
}
.bounce-in, .bounce-out {
  will-change: transform, opacity;
}
.bounce-in {
  animation: bounceIn 0.5s ease forwards;
}
.bounce-out {
  animation: bounceOut 0.5s ease forwards;
}
.fade-in {
  animation: fadeIn 0.3s ease forwards;
}
.fade-out {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}


@media (max-width: 768px) {
  .bounce-in, .bounce-out {
      animation: none;
  }
}

@keyframes bounceIn {
  0% {
      transform: scale(0.9); 
      opacity: 0;
  }
  50% {
      transform: scale(1.05);
      opacity: 1;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes bounceOut {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(0.85);
      opacity: 0.9;
      transition-timing-function: ease-in;
  }
  100% {
      transform: scale(0.7);
      opacity: 0;
      transition-timing-function: ease-out;
  }
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.ml-15 {
    margin-left: 15px;
}
.ml-4{
  margin-right: .5em !important;
}
.icon-pin {
    margin-top:3px;
    height:1em;
  }
.icon-wifi {
 height: 1rem;
}
.swal-text {
    line-height: 1.5;
    font-weight: 500 !important;
    font-family: Arial, Helvetica, sans-serif;
}
.swal-button{
    font-weight: 500 !important;
} 
.navbar-brand {
  position: relative;
  overflow: hidden;
}

.navbar-brand:before {
  content: "";
  position: absolute;
  left: -665px;
  top: -460px;
  width: 200px;
  height: 15px;
  background-color: rgba(255, 255, 255, .5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 3.5s ease-in 0s infinite;
  -o-animation: searchLights 3.5s ease-in 0s infinite;
  animation: searchLights 3.5s ease-in 0s infinite;
}

@-moz-keyframes searchLights {
  50% {
      left: -100px;
      top: 0;
  }

  65% {
      left: 120px;
      top: 100px;
  }
}

@keyframes searchLights {
  40% {
      left: -100px;
      top: 0;
  }

  60% {
      left: 120px;
      top: 100px;
  }

  80% {
      left: -100px;
      top: 0px;
  }
}
.hk-bg-animate {
  animation: 2s linear infinite animateBg
}

@keyframes animateBg {
  100% {
      filter: hue-rotate(360deg)
  }
}
.crown,.crown2,.crown3 {
  position: absolute
}
.crown,.crown2,.crown3 {
  left: 0;
  width: 130%;
  height: auto
}
.crown3 {
  /* top: 0px; */
  transform: scale(1.150)
}
#tab-security, #tab-log {
  display: none;
  transform: scale(0);
  opacity: 0;
}
.scale-show {
  display: block;
  animation: scaleUp 0.3s ease forwards;
}
@keyframes scaleUp {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .w-md-10 {
      flex: 0 0 auto;
      width: 70%;
  }
}
#deposit-method,#deposit-transfer {
  display: none;
}
#method-transfer {
  display: none;
  transform: scale(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  position: absolute; 
  left: 0px; 
  top: 78px; 
  z-index: 20;
}
.icon-rotate {
  transition: transform 0.2s ease;
}

.icon-rotate.up {
  transform: rotate(180deg);
}
/* .call-demo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
} */

.call-demo p {
  text-align: center;
  margin: 0;
  position: relative;
}

.call-demo img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.425);
  border-radius: 3px;
}

.call-demo p:hover {
  filter: contrast(1.1);
}

.call-demo p:active {
  filter: contrast(0.9);
}

.call-demo p::before,
.call-demo p::after {
  content: "";
  border: 2px solid;
  border-image: linear-gradient(45deg, #5600ff, rgb(255, 238, 0)) 1;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  animation: clippath 3s infinite;
}

.call-demo p::before {
  animation: clippath 3s infinite -1.5s linear;
}

@keyframes clippath {

  0%,
  100% {
      clip-path: inset(0% 0% 96% 0%);
      filter: none;
  }

  25% {
      clip-path: inset(0% 96% 0% 0%);
  }

  50% {
      clip-path: inset(96% 0% 0% 0%);
  }

  75% {
      clip-path: inset(0% 0% 0% 96%);
  }
}
.qr-code-fix {
  width: 15.2em !important;
}
.max-log-wrapper {
  max-height: 30rem; 
  overflow-x: auto;
  overflow-y: auto
}
.icon-vip {
  width: 8rem !important;
}
@media (min-width: 768px) {
  .plans-card {
    width: 26rem !important;
  }
  }
  .plans-card {
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 1.23rem;
  }
  .drg {
    position: absolute;
    top: -112px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.drg img {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    width: 180px;
    height: auto;
}
.plan-text {
  margin-left: 5px;
  width:20px !important;
  height:20px !important;
}
.vip-color img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  filter: hue-rotate(216deg);
}
.lavender-loading-indicator {
  position: fixed; 
  top: 0px; 
  right: 0px; 
  left: 0px; 
  width: 0%;
  pointer-events: none; 
  height: 2.1px;
  background: rgb(var(--color-primary-500)); 
  transform-origin: left center; 
   z-index: 999999;
}
.svip{
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 5px;
  width: 2.8rem;
}
.ThanhDieu_dataTables_wrapper {
  max-height: 32rem; 
  overflow-x: auto;
  overflow-y: auto
}
.separator {
  border: none;
  height: 1px;
  background-color: rgb(30 41 59);
}
.container.xlol {
  position: relative;
  overflow: hidden; 
}

#list-bank-home {
  display: flex;
  gap: 10px;
  animation: carousel 20s linear infinite;
}

@keyframes carousel {
  0% {
      transform: translateX(100%); 
  }
  100% {
      transform: translateX(-100%);
  }
}

#list-bank-home:hover {
  cursor: pointer;
  animation-play-state: paused; 
}
.banks {
  padding: 0 20px;
  width: 110px;
}
.user-avatar img{
  min-width: 3.4rem;
}
@keyframes background-pan {
  from {
      background-position: 0 center
  }

  to {
      background-position: -200% center
  }
}

@keyframes scales {
  from,to {
      transform: scale(0)
  }

  50% {
      transform: scale(1)
  }
}

@keyframes rotate {
  from {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(180deg)
  }
}

h1>.magic {
  display: inline-block;
  position: relative
}

h1>.magic>.magic-star {
  --size: clamp(20px,1.2vw,20px);
  animation: scales 700ms ease forwards;
  display: block;
  height: var(--size);
  left: var(--star-left);
  position: absolute;
  top: var(--star-top);
  width: var(--size)
}

h1>.magic>.magic-star>svg {
  animation: rotate 1000ms linear infinite;
  display: block;
  opacity: .7
}

h1>.magic>.magic-star>svg>path {
  fill: #673ab7
}

h1>.magic>.magic-text {
  animation: background-pan 3s linear infinite;
  background: linear-gradient(to right,#7b1fa2,#673ab7,#f48fb1,#7b1fa2);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap
}

#source-link {
  top: 60px
}

#source-link>i {
  color: #5e6ad2
}

#yt-link {
  top: 10px
}

#yt-link>i {
  color: #ef5350
}

.meta-link {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  left: 10px;
  padding: 10px 20px;
  position: fixed;
  text-decoration: none;
  transition: background-color 600ms,border-color 600ms;
  z-index: 10000
}

.meta-link:hover {
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2)
}

.meta-link>i,.meta-link>span {
  height: 20px;
  line-height: 20px
}

.meta-link>span {
  color: white;
  transition: color 600ms
}
.wt-avatar img {
  width: 8rem !important;
}
.tick-blue {
  display: flex;
  width: 2rem;
}
.geetest_captcha_offline {
  color: #000000 !important;
  }
  @media (min-width: 1025px) {
    .w-auth-cover {
        width: 32%;
    }
}