header i,
header i::before {
  font-size: 24px !important;
  height: 20px !important;
}

/* apps popup container */
.apps-container {
  width: 310px;
  z-index: 1000;
}

/* apps container scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
  margin-right: 5px;
}

.custom-scrollbar::-webkit-scrollbar:horizontal {
  height: 7px;
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); */
  background-color: #fff;
  border-radius: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e8e8e8;
  margin-right: 5px;
}

/* alpinejs */
[x-cloak] {
  display: none !important;
}

.mdi-32px::before {
  font-size: 30px;
}