@charset "UTF-8";
header {
  transition: 0.3s ease;
  width: 61%;
  padding: 0 20%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
}
header.active {
  transition: 0.3s ease;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header.active .title-money p {
  color: black;
}
header.active .mega-support {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header.active .mega-user {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header.active .name-user p {
  color: black;
}
header.active .name-user i {
  color: black;
}
header.active .my-booking a {
  color: black;
}
header.active .support a {
  color: black;
}
header.active .title-promotion a p {
  color: black;
}
header.active .cooperate a {
  color: black;
}

/* ========= TOP NAVBAR ========= */
.top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.top-navbar p {
  margin: 0;
  color: white;
}
.top-navbar .money {
  transition: 0.5s ease;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 7px;
}
.top-navbar .money .icon-money-vn {
  background: red;
  padding: 0 8px;
  border: 2px solid white;
  border-radius: 5px;
}
.top-navbar .money .title-money {
  font-weight: 600;
  font-size: 16px;
}
.top-navbar .money:hover {
  transition: 0.5s ease;
  background: var(--blackopacity);
  border-radius: 5px;
}
.top-navbar .promotion {
  transition: 0.5s ease;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 7px;
}
.top-navbar .promotion .title-promotion {
  font-weight: 600;
  font-size: 16px;
}
.top-navbar .promotion .title-promotion a {
  text-decoration: none;
}
.top-navbar .promotion:hover {
  transition: 0.5s ease;
  background: var(--blackopacity);
  border-radius: 5px;
}
.top-navbar .cooperate {
  transition: 0.5s ease;
  font-weight: 600;
  font-size: 16px;
  padding: 7px;
}
.top-navbar .cooperate a {
  text-decoration: none;
  color: white;
}
.top-navbar .cooperate:hover {
  transition: 0.5s ease;
  background: var(--blackopacity);
  border-radius: 5px;
}
.top-navbar .support {
  position: relative;
  transition: 0.5s ease;
  font-weight: 600;
  font-size: 16px;
  padding: 7px;
}
.top-navbar .support a {
  text-decoration: none;
  color: white;
}
.top-navbar .support:hover .mega-support {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-navbar .support:hover {
  transition: 0.5s ease;
  background: var(--blackopacity);
  border-radius: 5px;
}
.top-navbar {
  /* ========= MEGA MENU SUPPORT ========= */
}
.top-navbar .mega-support {
  width: 200px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.top-navbar .mega-support ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-navbar .mega-support ul a {
  padding: 0;
  text-decoration: none;
  color: black;
}
.top-navbar .mega-support ul a li {
  padding: 10px;
}
.top-navbar .mega-support ul a:hover li {
  background: var(--blackopacity);
}
.top-navbar {
  /* ========= END MEGA MENU SUPPORT ========= */
}
.top-navbar .my-booking {
  transition: 0.5s ease;
  font-weight: 600;
  font-size: 16px;
  padding: 7px;
}
.top-navbar .my-booking a {
  text-decoration: none;
  color: white;
}
.top-navbar .my-booking:hover {
  transition: 0.5s ease;
  background: var(--blackopacity);
  border-radius: 5px;
}
.top-navbar .login {
  transition: 0.3s ease;
  background: rgb(209, 240, 255);
  padding: 13px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  color: rgb(2, 69, 144);
  font-weight: 600;
}
.top-navbar .login:hover {
  transition: 0.3s ease;
  background: rgb(163, 224, 255);
}
.top-navbar .register {
  transition: 0.3s ease;
  background: rgb(10, 154, 242);
  padding: 13px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.top-navbar .register:hover {
  transition: 0.3s ease;
  background: rgba(13, 130, 203, 0.744);
}
.top-navbar {
  /* ========= END TOP NAVBAR ========= */
}
.top-navbar .user {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}
.top-navbar .user .icon-user i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid transparent;
  border-radius: 50%;
  background: linear-gradient(rgb(1, 148, 243), rgb(1, 148, 243)) padding-box, linear-gradient(1.5708rad, rgb(222, 165, 119), rgb(216, 210, 0) 40%) border-box;
  color: white;
}
.top-navbar .user .name-user {
  align-items: center;
  display: flex;
  color: white;
  font-weight: bold;
}
.top-navbar .user {
  /* ========= MEGA MENU USER ========= */
}
.top-navbar .user .mega-user {
  border-radius: 10px 10px 10px 10px;
  width: 340px;
  top: 50px;
  position: absolute;
  background: white;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
}
.top-navbar .user .mega-user ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-navbar .user .mega-user ul a {
  padding: 0;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.top-navbar .user .mega-user ul a li {
  padding: 10px;
}
.top-navbar .user .mega-user ul a li i {
  color: rgb(0, 113, 206);
  margin-right: 10px;
}
.top-navbar .user .mega-user ul a:hover li {
  background: var(--blackopacity);
}
.top-navbar .user .mega-user h2 {
  color: white;
  margin: 0;
}
.top-navbar .user .mega-user .title-user {
  padding: 18px 0px;
  text-align: center;
  background-image: url("https://ik.imagekit.io/tvlk/image/imageResource/2024/03/25/1711366075790-5c0ed09d9cb439e5154dfc710365742d.png?tr=q-75");
}
.top-navbar .user .mega-user .title-user .member {
  justify-content: center;
  display: flex;
  gap: 5px;
}
.top-navbar .user .mega-user .title-user .member img {
  object-fit: contain;
}
.top-navbar .user {
  /* ========= END MEGA MENU USER ========= */
}
.top-navbar .user:hover .mega-user {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ========= END TOP NAVBAR ========= */
.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 430px;
  height: 620px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(145, 185, 255, 0.55);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.chat-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 25%, rgba(184, 255, 163, 0.35), transparent 35%), radial-gradient(circle at 85% 45%, rgba(255, 204, 175, 0.4), transparent 35%), radial-gradient(circle at 15% 85%, rgba(255, 241, 120, 0.4), transparent 30%), radial-gradient(circle at 95% 90%, rgba(187, 255, 185, 0.35), transparent 30%);
  z-index: -1;
}

/* HEADER */
.chat-header {
  margin: 18px;
  padding: 10px 15px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #3172ff, #1454f7);
  box-shadow: 0 8px 20px rgba(20, 84, 247, 0.4);
}

.chat-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-logo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  padding: 3px;
}
.chat-logo h3 {
  margin: 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
.chat-logo p {
  margin: 0;
  color: white;
  opacity: 0.9;
  font-size: 12px;
}

.chat-actions {
  display: flex;
  gap: 8px;
}
.chat-actions button {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  cursor: pointer;
  transition: 0.25s;
}
.chat-actions button:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* BODY */
.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 15px 18px;
}
.chat-body::-webkit-scrollbar {
  width: 4px;
}
.chat-body::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 999px;
}

.message.bot {
  width: 330px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  padding: 20px;
  line-height: 1.7;
  font-size: 15px;
  color: #444;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.time {
  margin-top: 8px;
  color: #8b8b8b;
  font-size: 13px;
}

/* QUICK REPLY */
.quick-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-list button {
  margin-left: auto;
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: white;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
}
.quick-list button:hover {
  transform: translateY(-2px);
}

/* FOOTER */
.chat-footer {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.35);
}

.upload {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #f4f4f4;
  cursor: pointer;
  flex-shrink: 0;
}

.chat-footer input {
  flex: 1;
  height: 56px;
  border-radius: 999px;
  border: 1px solid #d8e3ff;
  padding: 0 20px;
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.send {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  background: linear-gradient(135deg, #3172ff, #1454f7);
  box-shadow: 0 5px 15px rgba(20, 84, 247, 0.35);
}

.powered {
  text-align: center;
  padding-bottom: 12px;
  font-size: 12px;
  color: #7e7e7e;
}

.chat-widget {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.35s, transform 0.35s, visibility 0.35s;
}

.chat-widget.hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateY(40px);
}

.chat-toggle {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 260px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3172ff, #1454f7);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: 0.35s;
  cursor: pointer;
}
.chat-toggle img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: white;
  padding: 3px;
}
.chat-toggle span {
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.chat-toggle.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .chat-widget {
    width: 420px;
    height: 620px;
    right: 15px;
    bottom: 15px;
  }
}
/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .chat-widget {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    right: 10px;
    bottom: 10px;
    border-radius: 22px;
  }
  .chat-header {
    margin: 12px;
    padding: 10px 12px;
  }
  .chat-logo {
    gap: 10px;
  }
  .chat-logo img {
    width: 42px;
    height: 42px;
  }
  .chat-logo h3 {
    font-size: 14px;
  }
  .chat-logo p {
    font-size: 11px;
  }
  .chat-actions {
    gap: 5px;
  }
  .chat-actions button {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .message.bot {
    width: 85%;
    font-size: 14px;
    padding: 16px;
  }
  .quick-list button {
    max-width: 85%;
    font-size: 13px;
    padding: 12px 16px;
  }
  .chat-footer {
    padding: 12px;
  }
  .chat-footer input {
    height: 52px;
    font-size: 14px;
  }
  .upload {
    width: 42px;
    height: 42px;
  }
  .send {
    width: 45px;
    height: 45px;
  }
  .chat-toggle {
    width: 240px;
    height: 65px;
    right: 10px;
    bottom: 10px;
  }
  .chat-toggle span {
    font-size: 18px;
  }
  .chat-toggle img {
    width: 48px;
    height: 48px;
  }
}
/* =========================
   MOBILE NHỎ
========================= */
@media (max-width: 480px) {
  .chat-widget {
    width: 100vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
  .chat-header {
    margin: 10px;
  }
  .message.bot {
    width: calc(100% - 30px);
  }
  .quick-list button {
    max-width: 100%;
  }
  .chat-toggle {
    width: 220px;
    height: 60px;
  }
  .chat-toggle span {
    font-size: 16px;
  }
}
.message {
  max-width: 80%;
  padding: 14px 18px;
  margin-bottom: 14px;
  border-radius: 22px;
  word-wrap: break-word;
  line-height: 1.6;
  font-size: 14px;
  animation: messageShow 0.25s ease;
}

/* AI */
.message.bot {
  margin-right: auto;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  border-bottom-left-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* USER */
.message.user {
  margin-left: auto;
  background: linear-gradient(135deg, #3172ff, #1454f7);
  color: white;
  border-bottom-right-radius: 8px;
  box-shadow: 0 8px 20px rgba(20, 84, 247, 0.25);
}

/* THỜI GIAN */
.message .time {
  margin-top: 8px;
  font-size: 11px;
  opacity: 0.7;
  text-align: right;
}

/* HIỆU ỨNG XUẤT HIỆN */
@keyframes messageShow {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.typing {
  width: fit-content;
  padding: 14px 18px;
  background: white;
  border-radius: 20px;
  margin-bottom: 12px;
  display: flex;
  gap: 5px;
}

.typing span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  animation: dot 1.2s infinite;
}

.typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.ai-thinking {
  display: none;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 14px 18px;
  margin-bottom: 15px;
  border-radius: 20px;
  border-bottom-left-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ai-thinking.show {
  display: flex;
  animation: fadeIn 0.25s ease;
}

.ai-thinking span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3172ff;
  animation: bounce 1.2s infinite;
}

.ai-thinking span:nth-child(2) {
  animation-delay: 0.2s;
}

.ai-thinking span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.5);
    opacity: 0.4;
  }
  40% {
    transform: scale(1.3);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ai-thinking p {
  margin: 0 0 0 8px;
  font-size: 13px;
  color: #666;
}

.message {
  max-width: 80%;
  padding: 14px 18px;
  margin-bottom: 15px;
  border-radius: 20px;
  line-height: 1.6;
  animation: fade 0.25s ease;
}

.message.user {
  margin-left: auto;
  color: white;
  background: linear-gradient(135deg, #3172ff, #1454f7);
}

.message.bot {
  margin-right: auto;
  background: white;
  color: #444;
}

.time {
  font-size: 11px;
  opacity: 0.7;
  margin-top: 5px;
}

.typing {
  width: fit-content;
  display: flex;
  gap: 5px;
  padding: 14px 18px;
  background: white;
  border-radius: 20px;
  margin-bottom: 15px;
}

.typing span {
  width: 8px;
  height: 8px;
  background: #3172ff;
  border-radius: 50%;
  animation: bounce 1.2s infinite;
}

.typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  40% {
    transform: scale(1.3);
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=menu.css.map */
