/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.m-header-tab-container {
  display: flex;
  height: 26px;
  margin-bottom: 19px;
}
.m-header-tab-title {
  border-radius: 13px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 26px;
  padding: 2px 11px;
  margin-right: 8px;
  color: #595959;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.m-header-tab-selected {
  color: #107cee;
  background-color: #d4e7fc;
}
.m-header-tab-right {
  margin-left: auto;
}
