#user-login-detail {
  width: max-content;
  padding: 8px;
  font-size: 20px;
}

.pipe-header {
  margin: 0 10px;
}

#header .tools .lang {
  padding-left: unset;
    display: flex;
    align-items: center;
}

#user-login-detail ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
}

#user-login-detail ul li {
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 4px;
}

#user-login-detail .listDivider {
  margin: 4px 0;
  height: 1px;
  width: 100%;
  background: #DDE3EA;
}

#user-login-detail ul li:hover {
  cursor: pointer;
  background: #F5F7FC;
}

#modal_signIn {
  width: 340px;
  border-radius: 12px;
  color: #303133;
}

#modal_signIn .txt-box {
  margin-top: 12px;
}

.j-center {
  justify-content: center;
}

.mb-2 {
  margin-bottom: 15px;
}

.btn[disable] {
  color: white;
  background: #ececec;
  opacity: 1;
  pointer-events: auto;
  cursor: no-drop;
}

#user-login > .cnoti {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  right: -2px;
  text-indent: -9999px;
  background: rgba(var(--primary), 1);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  display: none;
}

[s-show="1"] {
  display: block !important;
}

.m-10px {
  margin: 10px;
}

.form-signin label {
  font-size: 20px;
}

.form-signin input[type="text"] {
  font-size: 20px;
  padding: 14px 12px;
}

.color-glay {
  color: #9c9c9c;
}

.label-checkbox {
  padding-left: 18px;
  cursor: pointer;
}

.label-checkbox::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1.2px solid #9c9c9c;
  display: block;
  position: absolute;
  border-radius: 4px;
  top: 5px;
}

#rememberBox:checked + label.label-checkbox::before {
  content: "✔";
  background-color: #399df3;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  border-color: #399df3;
}

.text-black {
  color: #000000;
}

#btn-signIn {
  padding: 12px;
}

.error-signIn {
  margin-top: 7px;
  color: #de1818;
  display: none;
}

.signIn-validate {
  margin-top: 7px;
  color: #de1818;
  display: none;
}

#btn-sgnIn[disable] {
  pointer-events: none;
}

.thm-popup .inner > [class^="chk-"] .ctrl-btn {
  padding: 24px 14px 0;
  border-top: 1px solid #ececec;
  margin: 15px -24px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.fancybox-container {
  font-family: "DB_Adman" !important;
}

.waiting {
  position: relative;
}

.waiting.active::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  /* background: red; */
  position: absolute;
  right: 7px;
  top: 50px;
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-image: url(../images/inc/loading.png);
  filter: invert(58%) sepia(10%) saturate(4%) hue-rotate(325deg) brightness(92%)
    contrast(85%);
  /* background-image: url('../images/inc/loading.png'); */
  /* border: 5px solid #fff;
    border-top: 5px solid #aaa;
    border-radius: 50%; */
  animation: spin 2s linear infinite;
}
.popup_user_signIn [class*="ui-btn"],
.popup_user_signIn input {
  font-size: 20px;
}
.popup_user_signIn .txt-box {
  line-height: 20px;
}
.img_slide_product,
.promotionDoc {
  font-size: 16px;
  border-bottom: 1px solid rgba(var(--primary), 1);
  color: var(--blue) !important;
  display: inline-block;
}
.img_slide_product:hover{
    text-decoration: none;
}
.promotionDoc {
  font-size: 15px;
}
.txtdec-line {
  text-decoration: line-through;
}
.fs-sm {
  font-size: 16px;
}
.spinner {
  animation: spinner-border 0.75s linear infinite;
}
#header {
  /* width: 100vw; */
  padding: 12px 7px 12px 10px;
}

#header .tools {
  margin-left: auto;
  gap: 8px;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

@media (max-width: 768px) {
  #user-login-detail {
    width: 100%;
  }
  #header .logo {
    position: absolute;
    left: 50px;
    transform: translate(0, -50%);
  }
}
