/* 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 */
/***
 COLOR START
 ***/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
/* ===========================================================================================
============================================================================================== */
/* Override variables ant start */
/* Override variables ant end */
.ant-header-msb {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
.ant-header-msb-fixed {
  position: fixed;
}
.ant-header-msb-menus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ant-header-msb-menus ul {
  border-bottom: none;
}
.ant-header-msb-menus .ant-menu-title-content,
.ant-header-msb-menus .ant-menu-item-group-title {
  font-size: 14px;
}
.ant-header-msb-menu-items {
  flex: 1;
  justify-content: end;
}
.ant-header-msb-menu-items .ant-menu-title-content,
.ant-header-msb-menu-items .ant-menu-item-group-title {
  font-size: 14px;
}
.ant-header-msb .logo img {
  height: 24px;
}
.ant-header-msb-avatar-divider {
  border-color: #98a2b3;
}
.ant-header-msb-mobile .ant-drawer-body {
  padding: 0;
}
.ant-header-msb-mobile .ant-header-msb-menu-items .ant-menu-submenu .anticon.anticon-down {
  font-size: 24px;
}
.ant-header-msb-mobile .ant-header-msb-menu-items .ant-menu-title-content,
.ant-header-msb-mobile .ant-header-msb-menu-items .ant-menu-item-group-title {
  font-size: 16px;
}
.ant-header-msb-mobile-humburger {
  border: none;
}
.ant-header-msb-mobile-avatar {
  background-color: #fef7f3;
}
.ant-header-msb-mobile-btn-actions {
  padding: 16px;
}
.ant-header-msb-mobile-btn-actions button {
  width: 100%;
  margin-bottom: 16px;
}
