html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  color: #4c84ff;
}

iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

* {
  box-sizing: border-box;
}

#__next {
  height: 100%;
}

.flex {
  display: flex;
}

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

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

/* 大号标题 */
.title-large {
  font-family: Josefin Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

/* 中号标题 */
.title {
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

/* 分类标题 */
.type-title {
  font-family: Inter;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
  letter-spacing: 2px;
  text-align: left;
}

/* 正文字体 */
.text {
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.2px;
  text-align: left;
  font-variation-settings: 'slnt' 0;
}


/* 按钮字体 */
.button-text {
  font-family: Josefin Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: left;
}

.ant-collapse.narrow .ant-collapse-header, 
.ant-collapse.narrow .ant-collapse-content-box {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ant-input-affix-wrapper.number .ant-input {
  text-align: right;
}

/* ensure the columns in Descriptions component have the same width */
.ant-descriptions-bordered .ant-descriptions-view table {
  table-layout: fixed;
  width: 100%;
}

/* ensure the columns in Descriptions component have the same width */
.ant-descriptions-bordered .ant-descriptions-item {
  word-break: break-word;
}

/* ensure spin takes 100% inside the container */
.ant-spin-nested-loading.full-height {
  height: 100%;
}
.ant-spin-nested-loading.full-height .ant-spin-container {
  height: 100%;
}

/* MUMU 绿 */
.brand-color {
  color: #7ACC00;
}


/* for icon on menu */
.ant-layout-sider-children .logo {
  height: 64px;
  padding: 16px;
}
.ant-layout-sider-children .logo img {
  height: 100%;
}
.site-layout .site-layout-background {
  background: #383A38;
}
.custom-layout {
  min-height: 100vh;
  /* for side bar */
  /* for menu on side bar */
  /* for side bar trigger (button at bottom) */
  /* for menu sub item */
  /* for the selected menu item */
  /* for menu item */
  /* for the first menu item */
  /* header */
  /* for footer section */
  /* for content section */
}
.custom-layout .ant-layout-sider-has-trigger {
  background: #383A38;
}
.custom-layout .ant-menu.ant-menu-dark {
  background: #383A38;
  border-top: 1px solid #70746D;
}
.custom-layout .ant-layout-sider-trigger {
  background: #383A38;
}
.custom-layout .ant-menu-inline.ant-menu-sub {
  background: #70746D;
}
.custom-layout .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: white;
  color: #383A38;
}
.custom-layout .ant-menu-item.ant-menu-item-only-child:first-child {
  margin-top: 0px;
}
.custom-layout .ant-layout-header.site-layout-background {
  color: white;
}
.custom-layout .custom-footer.ant-layout-footer {
  height: 30px!important;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  padding: 0px 20px;
}
.custom-layout .ant-layout-content .site-layout-background {
  background-color: #f0f2f5;
}

.food-edit-option-card {
  border-top: 1px solid #7ACC00;
}

.food-option-card {
  border-top: 1px solid #7ACC00;
  width: fit-content;
}

.category-tab .ant-tabs-tabpane {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px;
}
.category-tab .ant-tabs-nav {
  margin-bottom: 0;
}
.food-option-card {
  border-top: 1px solid #7ACC00;
  width: fit-content;
}
.ant-collapse.card-collapse {
  border-top-width: 0px;
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
}
.ant-collapse.card-collapse .ant-collapse-item {
  border-top: 1px solid #7ACC00;
  border-bottom-color: #f0f0f0;
}
.ant-collapse.card-collapse .ant-collapse-item:not(:last-child) {
  border-bottom-width: 0px;
}
.ant-collapse.card-collapse .ant-collapse-header {
  background-color: white;
  border-bottom-color: #f0f0f0;
}
.ant-collapse.card-collapse .ant-collapse-content {
  border-top-color: #f0f0f0;
}
.ant-collapse.small .ant-collapse-header {
  padding: 8px 12px;
}
.ant-collapse.small .ant-collapse-content-box {
  padding: 8px 12px;
}


.login-page {
  background-color: #383A38;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.login-page .login-page-contain {
  padding: 150px 100px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
.login-page .login-cover {
  height: 100%;
  margin-right: 5px;
  flex-grow: 1;
  overflow: hidden;
  background: url('/login-cover.png') no-repeat center center;
  background-size: cover;
}
.login-page .login-cover .ant-card-body {
  padding: 0px;
}
.login-page .login-cover img {
  width: 100%;
  height: 100%;
}
.login-page .login-cover.ant-card-bordered {
  border-color: #70746D;
}
.login-page .login-form {
  height: 100%;
  flex-basis: 376px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .login-page .login-form {
    flex-basis: 255px;
  }
}
.login-page .login-form .ant-card-body {
  height: 100%;
}

.no-shift-summary-row {
  background-color: #f9f9f9;
}
.shift-summary-row-blue {
  background-color: #aed6f1;
}
.shift-summary-row-orange {
  background-color: #fad7a0;
}
.shift-summary-row-purple {
  background-color: #d2b4de;
}

/* 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 */
.stock-outbound-card {
  border-top: 1px solid #7ACC00;
}
.stock-outbound-card .ant-card-head-title {
  padding-bottom: 0px;
}

.stock-recap-table .quantity-increased {
  background-color: rgba(82, 196, 26, 0.3);
}
.stock-recap-table .quantity-reduced {
  background-color: rgba(255, 77, 79, 0.3);
}

tr.drop-over-downward > td {
  border-bottom: 2px dashed #1890ff !important;
}

tr.drop-over-upward > td {
  border-top: 2px dashed #1890ff !important;
}
/* 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 */
/* for edit option in option drawer */
.option-item-card-edit {
  border-left: 3px solid #7ACC00;
}
/* for edit option in option drawer */
.option-item-card-edit .ant-card-body {
  padding-top: 7px;
  padding-bottom: 0px;
}
.option-card {
  border-top: 3px solid #7ACC00;
  width: fit-content;
}
.option-item-card {
  border-left: 1px solid #7ACC00;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.option-item-card .ant-card-body {
  padding: 7px 7px 7px 15px;
}

