html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ice-stark-loading {
  display: none;
}
.exceptioncontent {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.basicnotfound {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.logowrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
.logoIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.imgException {
  max-width: 260px;
  margin-right: 50px;
}
.title {
  margin: 20px 0;
  color: #333;
  font-size: 24px;
}
.description {
  color: #666;
  font-size: 16px;
}
.globalLoading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f0f2f5;
}
.welcomeContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 56px);
  width: 100%;
}

.header--ygWIH_t4 {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E7E7E7;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  position: relative;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC {
  margin: 0;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  flex-basis: 22%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .wrapper--zzeGwu8n {
  width: 100%;
  height: 40px;
  padding-right: 10px;
  display: flex;
  border-radius: 6px;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .wrapper--zzeGwu8n:hover {
  background: #E7E7E7;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .logo--iJl7jrUN {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  width: 100%;
  height: 40px;
  gap: 16px;
  border-radius: 6px;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .logo--iJl7jrUN .logoLeft--zm7HaXUu {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "PingFang SC";
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .logo--iJl7jrUN span {
  width: 2px;
  height: 20px;
  background: #D0D0D0;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .logo--iJl7jrUN .logoRight--rxR6J_m4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "PingFang SC";
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
.header--ygWIH_t4 .headerLeft--erJPD_aC .headerGroup--JniIGmYN {
  display: inline-block;
  margin: 0 10px;
}
.header--ygWIH_t4 .headerMiddle--SQRrs_vA {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--ygWIH_t4 .headerMiddle--SQRrs_vA .wrapper--zzeGwu8n {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #E7E7E7;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) inset;
}
.header--ygWIH_t4 .headerMiddle--SQRrs_vA .menuItem--Xd_8LtVX {
  padding: 0 16px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.header--ygWIH_t4 .headerMiddle--SQRrs_vA .menuItem--Xd_8LtVX:hover {
  background-color: #DDDDDD;
}
.header--ygWIH_t4 .headerMiddle--SQRrs_vA .selected--yebHHU0i {
  background: #1677FF;
  color: #fff;
  font-weight: bold;
}
.header--ygWIH_t4 .headerMiddle--SQRrs_vA .selected--yebHHU0i:hover {
  background-color: #1677FF;
}
.header--ygWIH_t4 .headerRight--YP1NPryr {
  color: rgba(0, 0, 0, 0.65);
}
.header--ygWIH_t4 .headerRight--YP1NPryr .wrapper--zzeGwu8n {
  display: flex;
  padding: 0 18px;
  gap: 12px;
  align-items: center;
  height: 38px;
}
.header--ygWIH_t4 .headerRight--YP1NPryr .wrapper--zzeGwu8n .userInfo--BgMZLXnO {
  display: flex;
  padding: 4px 6px;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  height: 100%;
  border-radius: 6px;
}
.header--ygWIH_t4 .headerRight--YP1NPryr .wrapper--zzeGwu8n .userInfo--BgMZLXnO:hover {
  background-color: #E7E7E7;
}
.ydivider--zq_ZKDAE {
  width: 0.5px;
  background: #D0D0D0;
  height: 20px;
}
.bell--_IwhPw2_ {
  border-radius: 6px;
}
.bell--_IwhPw2_:hover {
  background-color: #E7E7E7;
}
.xdivider--Nwuxjo_H {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.05);
}
.userDropdown--Wu8ud_2q {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  width: 320px;
  gap: 12px;
}
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt .info--RuPvAAdW {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px ;
}
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt .nameAndCards--T0OtQMrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt .nameAndCards--T0OtQMrp .name--aixwcLUL {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
}
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt .roleCards--e7VHbzgh {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt .mobile--PvN0dBr7,
.userDropdown--Wu8ud_2q .dropdownUserInfo--w20JU3Nt .email--cZJaoCAn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.userDropdown--Wu8ud_2q .btns--fc7MA4k4 {
  display: flex;
  gap: 12px;
  padding: 0 16px;
}
.userDropdown--Wu8ud_2q .btns--fc7MA4k4 .logoutButton--l6RXHQUK {
  flex: 1;
}
.menu--Hf6vlxOr {
  height: calc(100% - 40px);
  overflow-y: auto;
  border-right: 0;
  background-color: #f5f5f5;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu--Hf6vlxOr::-webkit-scrollbar {
  display: none;
}
.menu--Hf6vlxOr .ant-menu-item-selected {
  background-color: #e7e7e7;
  font-weight: 600;
  color: inherit;
}
.layoutContainer--GNMSg_21 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.contentNoLeftNav--a50dlwWo {
  flex: 1;
  height: calc(100vh - 56px);
  overflow-y: auto;
}
.contentNoLeftNav--a50dlwWo > div {
  height: 100%;
}
.contentHaveLeftNav--huu4PDYv {
  flex: 1;
  display: flex;
  height: calc(100vh - 56px);
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9 {
  width: 220px;
  position: relative;
  transition: width 0.2s;
  border-right: 1px solid #E7E7E7;
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9.navMenuCollapsed--jd2zk8z_ {
  width: 60px;
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9 .ant-menu-inline-collapsed {
  width: 60px;
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9 .ant-menu-inline {
  border-right: none !important;
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9 .collapseButton--cf0YXHAx {
  position: absolute;
  background: #F5F5F5;
  bottom: 6px;
  left: 12px;
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9 .collapseButton--cf0YXHAx .collapseBtn--Ndy6j2s6:hover {
  background-color: #E7E7E7;
}
.contentHaveLeftNav--huu4PDYv .navMenu--hY5Kycr9 .divider--v_cm0Mrs {
  position: absolute;
  bottom: 40px;
  height: 1px;
  background-color: #E7E7E7;
  width: 100%;
}
.contentHaveLeftNav--huu4PDYv .content--yf2EovP6 {
  flex: 1;
  overflow-y: auto;
}
.contentHaveLeftNav--huu4PDYv .content--yf2EovP6 > div {
  min-height: 100%;
  box-sizing: border-box;
}
.contentHaveLeftNav--huu4PDYv .permsPage--2KPysJLZ {
  padding: 24px;
}
.contentHaveLeftNav--huu4PDYv .appPage--dlPvMoOH > div {
  padding: 24px;
}
.popoverContent--lC_IVUAE .popoverItem--l7XATs_N {
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
}
.popoverContent--lC_IVUAE .popoverItem--l7XATs_N .tenantName--KiEWP3v3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.popoverContent--lC_IVUAE .popoverItem--l7XATs_N .ydivider--zq_ZKDAE {
  width: 0.5px;
  background: #D0D0D0;
  height: 20px;
}
.popoverContent--lC_IVUAE .popoverItem--l7XATs_N:hover {
  background-color: #f0f0f0;
}
.popoverContent--lC_IVUAE .logo--iJl7jrUN {
  display: flex;
  align-items: center;
  gap: 16px;
}
.popoverContent--lC_IVUAE .logo--iJl7jrUN .logoLeft--zm7HaXUu {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "PingFang SC";
  font-weight: 600;
}
.popoverContent--lC_IVUAE .logo--iJl7jrUN span {
  width: 2px;
  height: 20px;
  background: #D0D0D0;
}
.popoverContent--lC_IVUAE .logo--iJl7jrUN .logoRight--rxR6J_m4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "PingFang SC";
  white-space: nowrap;
  font-weight: 600;
}
.logoImageWrapperLarge--YaXUt7E_ {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 0.5px solid #E7E7E7;
  display: flex;
  align-items: center;
}
.logoImageWrapperSmall--p66uvf6h {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 0.5px solid #E7E7E7;
  display: flex;
  align-items: center;
}
.logoImage--wvAW_xqX {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.ant-popover-inner {
  padding: 0px !important;
}


/*# sourceMappingURL=main-b75301744224a1c274a4.css.map*/