.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.justify-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}
.w-full {
  width: 100%;
}
.context-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 156px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
  background-clip: padding-box;
  user-select: none;
}
.context-menu__item {
  margin: 0 !important;
}
.context-menu li {
  display: inline-block;
  width: 100%;
  height: 42px !important;
  margin: 0 !important;
  line-height: 42px !important;
}
.context-menu li span {
  line-height: 42px !important;
}
.context-menu li > div {
  margin: 0 !important;
}
.context-menu li:not(.ant-menu-item-disabled):hover {
  color: #333333;
  background-color: var(--theme-color-16p, rgba(43, 99, 161, 0.16));
}
.context-menu .ant-divider {
  margin: 0;
}
.context-menu__popup .ant-divider {
  margin: 0;
}
.context-menu__popup li {
  display: inline-block;
  width: 100%;
  height: 42px !important;
  margin: 0 !important;
  line-height: 42px !important;
}
.context-menu__popup li span {
  line-height: 42px !important;
}
.context-menu__popup li > div {
  margin: 0 !important;
}
.context-menu__popup li:not(.ant-menu-item-disabled):hover {
  color: #333333;
  background-color: var(--theme-color-16p, rgba(43, 99, 161, 0.16));
}
.context-menu .ant-menu-submenu-title,
.context-menu .ant-menu-item {
  padding: 0 !important;
}
:deep(.ant-menu-vertical .ant-menu-item) {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #f5f6f7;
}
:deep(.ant-menu-light.ant-menu-root.ant-menu-vertical) {
  border-inline-end: none !important;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.102);
  border-radius: 4px;
}
