@value ( size36) from '../../../styles/variables/_size.css';
@value ( spaceFluid ) from '../../../styles/variables/_space.css';

.tabDropdownContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dotTabWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: inherit;
  width: size36;
}

.dotTextWrap {
  width: spaceFluid;
}

.menuWrapper {
  z-index: var(--menu-elevation);
}
