/* 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-menu-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1d2939;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  min-height: 56px;
  padding: 0 16px;
  background-color: #ffffff;
}
.ant-menu-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f2f4f7;
}
.ant-menu-list-item-title {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0;
}
.ant-menu-list-item .ant-menu-list-prefix-icon {
  display: inline-block;
  margin-right: 12px;
  color: #667085;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-menu-list-item .ant-menu-list-prefix-icon:focus,
.ant-menu-list-item .ant-menu-list-prefix-icon:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-menu-list-item .ant-menu-list-suffix-icon {
  display: inline-block;
  color: #667085;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-menu-list-item .ant-menu-list-suffix-icon:focus,
.ant-menu-list-item .ant-menu-list-suffix-icon:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-menu-list-close {
  display: inline-block;
  margin-left: 12px;
  color: #667085;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-menu-list-close:focus,
.ant-menu-list-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-menu-list-title {
  flex: 1;
  margin: 0;
  color: #1d2939;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.ant-menu-list-rtl {
  direction: rtl;
}
.ant-menu-list-rtl .ant-menu-list-close {
  margin-right: 0;
  margin-left: 12px;
}
