/**
* Developed by ThanhDieu 
* Name File: Custom.css
* Generated: 20/10/2023
*/
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/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;
  }
  .cur-pointer {
    cursor: url("./cursor/link.cur"), pointer;
  }
span,p {
  font-family: Helvetica;
}
  .select-none {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
  }
  /* body {
      background-image: url("../img/bg.webp");
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
  } */

  .kq-bill {
    /* padding: 10px; */
  }
  .kq-bill img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* pointer-events: none; */
    box-shadow: 0px 0px 20px 0px rgba(0, 109, 87, 0.33);
    width: 100%;
    /* object-fit: cover; */
    /* height: auto; */
    /* max-height: 600px; */
    margin-top: 4px;
    border-radius: 15px !important;
  }
  .kq-loader {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
  }
  .error-message {
    font-weight: 500;
    color: red;
  }
  .td-loader-install {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999999999999999999999999999999;
    height: 100%;
    background-color: rgba(218, 218, 218, 0.082);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .td-loader-install img {
    width: 32px !important;
    height: 32px !important;
  }
  .td-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgb(8 55 42 / 42%);
    z-index: 9999999999999999999999999999999999999;
    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: 9999999999999999999999999999999999999;
    text-shadow: 0 0 20px #028f78;
    color: #40e0d8 !important;
    margin-top: 10px;
}
.spinner-border2 {
    display: inline-block;
    /* border-width: .125em; */
    width: 48px; 
    height: 48px;
    border: .14em solid currentColor;
    border-right-color: #1fffc0;
    border-radius: 50%;
    animation: spinner-border .70s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

  .shake {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
  }
  
  @keyframes shake {
    0% {
      transform: translate(3px, 0);
    }
    50% {
      transform: translate(-3px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  
  @-moz-keyframes shake {
    0% {
      -moz-transform: translate(3px, 0);
    }
    50% {
      -moz-transform: translate(-3px, 0);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: translate(3px, 0);
    }
    50% {
      -webkit-transform: translate(-3px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  
  @-ms-keyframes shake {
    0% {
      -ms-transform: translate(3px, 0);
    }
    50% {
      -ms-transform: translate(-3px, 0);
    }
    100% {
      -ms-transform: translate(0, 0);
    }
  }
  
  @-o-keyframes shake {
    0% {
      -o-transform: translate(3px, 0);
    }
    50% {
      -o-transform: translate(-3px, 0);
    }
    100% {
      -o-transform: translate(0, 0);
    }
  }
  .icon-addon {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 25px;
    margin-top: -2px;
  }
  .download-bill {
    display: none;
  }
  .display-name {
    background-image: -webkit-linear-gradient(
      90deg,
      #07c160,
      #fa0000 25%,
      #9e00fa 50%,
      #fb6bea 75%,
      #00eeff
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 100% 300%;
    font-weight: 800;
    animation: vtd 3s linear infinite;
  }
  
  @keyframes vtd {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 0 -150%;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes cycle-colors {
    0% {
      border-color: hsl(0, 100%, 50%);
    }
    25% {
      border-color: hsl(90, 100%, 50%);
    }
    50% {
      border-color: hsl(180, 100%, 50%);
    }
    75% {
      border-color: hsl(270, 100%, 50%);
    }
    100% {
      border-color: hsl(360, 100%, 50%);
    }
  }
  
  @keyframes pulse {
    to {
      opacity: 0;
      transform: scale(1);
    }
  }
  .hide {
    display: none !important;
  }
  .width-150 {
    width:150px !important;
  }
  .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, rgb(255, 219, 15), rgb(6, 255, 101)) 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%);
  }
}

.ws-rainbow {
    margin: 0;
    background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #ffff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: masked-animation 2s infinite linear;
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100%, 0;
    }
}
.ws-icon {
  width: 20px !important;
  margin-top: -2px;
  height: auto;
}
.thanhdieu-bg {
  background: url("../img/tt_bg.webp") center/cover;
  width: auto;
  height: auto;
  /* box-shadow: 0 0 14px #141030; */
  border-radius: 10px;
}
.thanhdieu-bg:hover {
  box-shadow: 0 0 14px #141030;
  transition: box-shadow 1s;
}
.hk-vietcombank-new {
  box-shadow: 0 0 14px #141030;
}
.faq-header {
  position: relative;
  background-color: rgba(90,141,238,.08);
  min-height: 270px !important;
  border-radius: .25rem;
  overflow: hidden
}

.faq-header:before {
  width: 21rem;
  height: 21rem;
  content: " ";
  position: absolute;
  top: -151px;
  background: url("../img/icon/front-pages/auth-top-left.png");
  background-size: contain;
  background-repeat: no-repeat
}

html:not([dir=rtl]) .faq-header:before {
  left: -135px
}

[dir=rtl] .faq-header:before {
  right: -135px;
  transform: rotate(90deg)
}

.faq-header:after {
  width: 10rem;
  height: 20rem;
  content: " ";
  position: absolute;
  bottom: -100px;
  background-image: url("../img/icon/front-pages/auth-right-bottom.png");
  background-size: contain;
  background-repeat: no-repeat
}

html:not([dir=rtl]) .faq-header:after {
  right: -1.8rem;
  transform: rotate(45deg)
}

[dir=rtl] .faq-header:after {
  left: -1.8rem;
  transform: rotate(135deg)
}

.faq-header .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 55%
}

.faq-header .input-wrapper .input-group-text,.faq-header .input-wrapper .form-control {
  border-color: rgba(0,0,0,0)
}

@media(max-width: 575.98px) {
  .faq-header .input-wrapper {
      max-width:70%
  }
}

.faq-nav-icon {
  font-size: 1.25rem
}

.light-style .bg-faq-section {
  background-color: rgba(38,60,85,.06)
}

.dark-style .bg-faq-section {
  background-color: rgba(99,123,169,.08)
}
.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%
}

.authentication-wrapper .authentication-inner {
  width: 100%
}

.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.authentication-wrapper.authentication-cover {
  align-items: flex-start
}

.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 25rem;
  position: relative
}

html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:after {
  right: 0
}

[dir=rtl] .authentication-wrapper.authentication-basic .authentication-inner:after {
  left: 0;
  transform: rotate(180deg)
}

.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1
}

.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 2.5rem
}

.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: .4rem;
  padding-right: .4rem;
  font-size: 150%
}

.authentication-cover-img {
  margin-bottom: 1rem
}

@media(max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
      font-size:1.125rem
  }
}

#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ff5b5c
}

.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #283144
}

@media(min-height: 737px) {
  .authentication-cover-img {
      margin-bottom:3rem
  }
}
.wusteam-logo {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 270px;
  margin-top: -7px;
}
.ws-banner-auth {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.form-check-input:checked {
  background-color: #7367f0 !important;
  border-color: #7367f0 !important; }
  .mt2 {
    margin-top: -2px;
  }
  .card {
    background-clip: padding-box !important;
    box-shadow: 0 .125rem .875rem 0 rgba(0, 0, 0, .16) !important;
    border: none !important
}
.font-bold {
  font-weight: 700;
}
.banner-main img {
  box-shadow: 0 .125rem .875rem 0 rgba(0, 0, 0, .16) !important;
  border-radius: 15px;
}
.ws-left {
  margin-left: 23px !important;
}
.ws-auth {
  white-space: nowrap;
}
.fake-icon  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 60px;
  height: auto;
  padding: 8px;
}
.nav-sodu span {
  font-family: Helvetica;
  white-space: nowrap;
  font-weight: 600;
}
.nav-sodu {
  position: absolute; 
  left: 0; 
  right: 0; 
  bottom: 5vh; 
  z-index: 1000; 
  margin: 0 auto;
}

@media (max-width: 768px) {
  .nav-sodu {
display: none;
  }
}

.pxmu-loading-ing { padding: 0 !important;}
.pxmu-loading {
  min-height: 100px!important;;
  min-width: 110px!important;;
}
.api-key-actions {
  position: absolute !important;
  top: .75rem
}

html:not([dir=rtl]) .api-key-actions {
  right: .5rem;
}

[dir=rtl] .api-key-actions {
  left: .5rem
}
.khien-avatar, .premium-crown, .legacy-crown, .crown3{
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.premium-crown, .legacy-crown,.crown3 {
  left: 0;
  width: 130%;
  height: auto;
  position: absolute;
}
.premium-crown {
  top: 1px;
  transform: scale(1.200);
}

.bg-primary-subtle {
  background-color: rgba(0, 133, 219, 0.1)!important
}
.fixed-profile {
  border-radius: 20px !important;
}

.plyr__video-wrapper {
  background: transparent !important;
  box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.36); -webkit-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.36); -moz-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.36) !important;
}
.plyr__video-wrapper video {
  border-radius: 11px !important;
}
.text-wrap {
  width: 700px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
}
.waviy p {
  position: relative;
  display: inline-block;
  color: #fff;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
.waviy b{
  color:red;
 text-align: center;
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-5px)
  }
}
.preloader {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
  background: linear-gradient(9deg, #4b0e0e, #110808)!important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* Safari */
}

.preloader span {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 15px;
}

.preloader .preloader-icon {
	border: 2px solid #eeeeee;
	border-radius: 50%;
	border-top: 2px solid rgba(18, 12, 12, 0.53);
	width: 70px;
	height: 70px;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.log {
  position: fixed;
  bottom: 70px;
  right: -500px;
  display: inline-block;
  width: 500px;
  z-index: 99999
}
.log_box { 
  background-color: rgba(0, 0, 0, .5);
  padding: 10px 8px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: all .3s;
  white-space: normal;
}

.log_content {
  padding-left: 10px;
  padding-right: 10px;
}

.log_box .portrait {
  display: inline-block;
  margin-top: 4px;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.log_box .portrait img {
  width: 100%;
  height: 100%;
}

.log_box div.p a {
  margin-right: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin-left: 18px;
}

.log_box div.p a:hover {
  text-decoration: underline;
}

.log_box .close a {
  display: block;
}


.log .z {
  float: left !important;
}

.log a {
  text-decoration: none;
}
.dl-btn {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 7px;
  border: none !important;
  transform: translateX(-50%);
  overflow: hidden;
  background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%) !important;
  color: white;
  white-space: nowrap;
  animation: jump-shaking 1.83s infinite;
  padding: 5px 10px;
}
.text-footer {
  position: absolute;
  text-align: center;
  margin-top: 30px; 
  left: 50%;
  font-size: 13px;
  transform: translateX(-50%);
  width: 100%;
}

.dl-btn:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
      -4px -4px 6px 0 rgba(116, 125, 136, .5),
      inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}
@keyframes jump-shaking {
0% { transform: translateX(-50%) rotate(0); }
35% { transform: translateX(-50%) rotate(0); }
85% { transform: translateX(-50%) rotate(0); }
89% { transform: translateX(-50%) translateY(-2px) rotate(-17deg); }
93% { transform: translateX(-50%) translateY(-3px) rotate(17deg); }
98% { transform: translateX(-50%) translateY(-4px) rotate(-17deg); }
100% { transform: translateX(-50%) translateY(0) rotate(0); }
}
.no-bank img {
  width: 250px;
  pointer-events: none;
  user-select: none;
  filter: hue-rotate(100deg);
}
