/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
body {
  position: relative;
  /* để đảm bảo z-index con hoạt động */
}

body:before {
  content: "";
  position: fixed;
  /* QUAN TRỌNG */
  inset: 0;
  z-index: 0;
  /* đẩy layer lên */
  pointer-events: none;
  background-image: repeating-linear-gradient(346deg, transparent, #00000000 19px, rgb(245 248 253 / 1%) 19px, rgba(75, 85, 99, 0.08) 20px, transparent 20px, transparent 39px, rgb(75 85 99 / 0%) 39px, rgba(75, 85, 99, 0.08) 40px), repeating-linear-gradient(90deg, transparent, #00000000 19px, rgb(75 85 99 / 0%) 19px, rgba(75, 85, 99, 0.08) 20px, transparent 20px, transparent 39px, rgba(75, 85, 99, 0.08) 39px, rgba(75, 85, 99, 0.08) 40px), radial-gradient(circle at 20px 20px, rgb(55 65 81 / 0%) 2px, transparent 2px), radial-gradient(circle at 40px 40px, rgb(55 65 81 / 0%) 2px, transparent 2px);
  background-size: 40px 40px, 40px 40px, 40px 40px, 40px 40px;
  opacity: 0.7;
}


/* Desktop Menu*/
.desktop-menu-icon i {
  font-size: 30px !important;
}

span.desktop-menu-icon {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Mobile Bottom Menu*/
/* 1. Mặc định ẨN menu này (áp dụng cho Desktop và Tablet Ngang) */
#vs-bottom-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  z-index: 9999;
  padding: 10px;
  line-height: 1.4;
}

#vs-bottom-menu .hm {
  font-size: 30px !important;
}

#vs-bottom-menu .vs-menu-item {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* 2. HIỆN menu khi ở trên Mobile hoặc Tablet Dọc */
@media screen and (max-width: 1000px) {
  #vs-bottom-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  #vs-bottom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* Mobile Menu */




/* Vspeak Header Button Styles */
a.nang-cap-pro {
  padding: 8px 20px;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 18px;
  background: linear-gradient(-45deg, #fff, #fff, #0c759a, #1ebe99);
  background-size: 400% 100%;
}

@media (max-width: 768px) {
  .ct-container-fluid {
    width: 97%;
  }

  a.ct-header-account {
    margin: 0 !important;
  }

  a.ct-header-account .ct-label {
    margin-right: 5px !important;
  }

  ::-webkit-scrollbar {
    width: 0;
  }

  a.nang-cap-pro {
    padding: 4px 10px;
    font-size: 15px;
  }
}

.nang-cap-pro:hover {
  color: unset !important;
}

a:hover {
  color: unset;
}