.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%;
}
.hlxb-select-dark {
  color: var(--hlxb-select-color, #fff);
}
.hlxb-select-dark .ant-select-selector {
  border: 1px solid var(--hlxb-select-border, rgba(11, 98, 203, 0.88)) !important;
  background: transparent !important;
}
.hlxb-select-dark .ant-select-arrow {
  color: var(--hlxb-select-color, #fff) !important;
}
.hlxb-select-dark .ant-select-selection-item {
  color: var(--hlxb-select-color, #fff) !important;
}
.hlxb-select-dark .ant-select-selection-placeholder {
  color: var(--hlxb-select-placeholder, #9c9c9c) !important;
}
.hlxb-select-dark .ant-select-clear {
  color: var(--hlxb-select-color, #fff) !important;
  background-color: transparent;
}
.hlxb-select-dropdown-dark {
  color: var(--hlxb-select-color, #fff) !important;
  background-color: var(--hlxb-select-item-bg, #132b4e) !important;
}
.hlxb-select-dropdown-dark .rc-virtual-list-scrollbar {
  width: 8px !important;
}
.hlxb-select-dropdown-dark .rc-virtual-list-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 4px;
}
.hlxb-select-dropdown-dark .rc-virtual-list-scrollbar-thumb-moving,
.hlxb-select-dropdown-dark .rc-virtual-list-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
.hlxb-select-dropdown-dark .ant-empty .ant-empty-description {
  color: var(--hlxb-select-placeholder, #9c9c9c) !important;
}
.hlxb-select-dropdown-dark .ant-empty .ant-empty-image svg {
  opacity: 0.3;
}
.hlxb-select-dropdown-dark .ant-select-item-option {
  color: var(--hlxb-select-color, #fff) !important;
}
.hlxb-select-dropdown-dark .ant-select-item-option.ant-select-item-option-active {
  background: unset;
}
.hlxb-select-dropdown-dark .ant-select-item-option.ant-select-item-option-active:hover {
  color: var(--hlxb-select-color, #fff) !important;
  background: var(--hlxb-select-item-hover-bg, rgba(255 255 255 / 16%)) !important;
}
.hlxb-select-dropdown-dark .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  color: var(--hlxb-select-color, #fff) !important;
  background: var(--hlxb-select-item-bg, #132b4e);
}
.hlxb-select-dropdown-dark .ant-select-item-option.ant-select-item-option-selected {
  background: var(--hlxb-select-item-selected-bg, #0b62cb) !important;
  color: var(--hlxb-select-item-selected-color, #fff) !important;
}
.hlxb-select-dropdown-dark .ant-select-item-option.ant-select-item-option-selected:hover {
  color: var(--hlxb-select-item-selected-color, #fff) !important;
  background: var(--hlxb-select-item-selected-bg, #0b62cb) !important;
}
