.bc-page .sider {
  height: 100vh;
  overflow-y: scroll;
}
.bc-page .sider .ant-layout-sider-children {
  height: 100%;
}
.bc-page .mobile-sidebar .ant-menu {
  background: transparent;
}
.bc-page .ant-menu-submenu-vertical.menu-item-with-children .ant-menu-title-content {
  opacity: 1 !important;
  line-height: 14px;
  font-size: 11px;
  margin: 0;
}
.bc-page .ant-menu-submenu-vertical.menu-item-with-children .ant-menu-submenu-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bc-page .sider-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}
.bc-page .collapse-button {
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: calc(100% - 8px);
  padding-left: 24px;
  margin-inline: 4px;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
}
.bc-page .collapse-button .collapse-button_title {
  margin-left: 10px;
}
.bc-page .bug-report-button {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding-left: 24px;
  height: 40px;
  line-height: 40px;
  width: calc(100% - 8px);
  margin-inline: 3px;
}
.bc-page .page-content-container {
  height: 100vh;
}
.bc-page .page-content-container .header {
  height: auto;
  padding: 0;
}
.bc-page .page-content-container .page-content {
  margin: 0;
  overflow-y: scroll;
}
.bc-page .image-container {
  margin: 10px auto;
  padding-left: 10px;
  padding-right: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-page .image-container .ant-dropdown-trigger {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}
.bc-page .image-container .ant-dropdown-trigger .sb-avatar__text {
  margin-left: -2px;
  margin-top: -2px;
  border: 2.5px solid white;
}
.bc-page .image-container .image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2.5px solid white;
}
.bc-page .image-container .image-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 60px;
  margin-bottom: 3px;
  border-radius: 50%;
}
.bc-page .image-container .select {
  width: 100%;
  max-width: 158px;
}
.bc-page .calendar-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  width: 230px;
}
.bc-page .calendar-container .ant-picker-panel {
  padding: 0 5px;
  width: 100%;
  overflow-y: hidden;
}
.bc-page .update-notification {
  cursor: pointer;
  background-color: #f0ad4e;
  color: black;
  padding: 12px;
  margin: 10px 0;
  text-align: center;
  display: flex;
  gap: 12px;
  align-items: center;
}
.bc-page .update-notification svg {
  width: 1.25em;
  height: 1.25em;
}
.bc-page .update-notification-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: black;
  font-weight: bold;
}
.bc-page .update-notification p {
  margin: 0;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.bc-page .bug-report-button,
.bc-page .calendar-button {
  color: white;
  border: 1px solid white;
  background: transparent;
}
.bc-page .bug-report-button:hover,
.bc-page .calendar-button:hover {
  color: white !important;
}
.bc-page .sider-collapsed .actions-container {
  display: flex;
  flex-direction: column;
}
.bc-page .sider-collapsed .actions-container .bug-report-button,
.bc-page .sider-collapsed .actions-container .calendar-button {
  margin: 0 4px;
}
.bc-page .sider-collapsed .actions-container .update-notification {
  flex-direction: column;
  gap: 4px;
  padding: 4px 0 4px 0;
  color: white;
  margin: 4px;
  border-radius: 8px;
}
.bc-page .sider-collapsed .actions-container .update-notification svg {
  height: 16px;
  width: 16px;
}
.bc-page .sider-collapsed .actions-container .update-notification .update-notification-text-wrapper {
  color: white;
  font-size: 11px;
  font-weight: normal;
}
.bc-page .sider-collapsed .actions-container .update-notification .update-notification-call-to-action {
  display: none;
}
.bc-page .sider-collapsed .actions-container li,
.bc-page .sider-collapsed .actions-container .bug-report-button,
.bc-page .sider-collapsed .actions-container .calendar-button {
  height: 54px;
  display: flex;
  gap: 4px;
  padding: 4px 0 4px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bc-page .sider-collapsed .actions-container li span:last-child,
.bc-page .sider-collapsed .actions-container .bug-report-button span:last-child,
.bc-page .sider-collapsed .actions-container .calendar-button span:last-child {
  opacity: 1;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
}
.bc-page .sider-collapsed .collapse-button {
  display: flex;
  min-height: 50px;
  margin-inline: 0;
  padding: 0;
  justify-content: center;
}
.bc-page .sider-collapsed .collapse-button svg {
  height: 20px;
}
.bc-page .ant-picker-calendar .ant-picker-content th {
  width: 20px !important;
  min-width: 20px !important;
}
.bc-page .ant-picker-calendar .ant-picker-content th .ant-picker-cell-inner {
  min-width: 20px;
}
.bc-page .header {
  display: flex;
  justify-content: space-between;
}
.bc-page .header .mobile-buttons_container {
  display: flex;
  gap: 5px;
}
.bc-page .header .toggler-and-breadcrumbs {
  display: flex;
}
.bc-page .header .toggler-and-breadcrumbs .ant-btn {
  margin-top: auto;
  margin-bottom: auto;
}
.bc-page .header .toggler-and-breadcrumbs .navigation {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.bc-page .header .toggler-and-breadcrumbs .navigation .breadcrumbs-item:hover {
  color: rgba(0, 0, 0, 0.88);
  background-color: rgba(0, 0, 0, 0.06);
  transition: color 0.2s;
  padding: 0 4px;
  border-radius: 4px;
  height: 22px;
  display: inline-block;
  margin-inline: -4px;
  cursor: pointer;
}
.bc-page .header .toggler-and-breadcrumbs .navigation .breadcrumbs-item.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.45);
  background-color: transparent;
}
.bc-page .header .toggler-and-breadcrumbs .navigation .title {
  margin-top: 3px;
  margin-bottom: 0;
}
.bc-page .header .custom-part {
  padding-right: 16px;
}
.bc-page .header .header-breadcrumbs-mobile {
  display: none;
}
.bc-page .alert-container {
  display: flex;
  justify-content: center;
}
.bc-page .alert-container .alert {
  margin-bottom: 24px;
  width: 100%;
}
.bc-page .alert-container .ant-alert {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bc-page .alert-container .ant-alert .ant-alert-close-icon {
  display: flex;
  align-items: center;
}
.bc-page .label-require:after {
  display: inline-block;
  margin-inline-start: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.bc-page .sendout-receivers-breadcrumb-title {
  display: block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.system-sidebar-help-box .ant-modal-content {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 48px;
  padding-right: 50px;
}
.system-sidebar-help-box .help-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.system-sidebar-help-box .pseudo-title {
  font-size: 15px;
}
.system-sidebar-help-box .error-button, .system-sidebar-help-box .cache-button {
  padding-top: 1px;
  padding-bottom: 1px;
  width: 235px;
  box-sizing: content-box;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}

.small-scrollbar::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.small-scrollbar::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.small-scrollbar::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.small-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}

.sidebar-menu-link {
  color: inherit;
  text-decoration: none;
}

.sidebar-menu-item-with-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1px;
}

.badge-over-icon .anticon {
  line-height: 1 !important;
}

.sidebar-menu-link:hover,
.sidebar-menu-link:active,
.sidebar-menu-link:visited {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs-item {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs-item:visited {
  color: inherit;
}
.mobile-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-sidebar-backdrop--visible {
  opacity: 1;
  pointer-events: auto;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 260px;
  z-index: 1001;
  background-color: #001529;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1);
}
.mobile-sidebar--open {
  transform: translateX(0);
}
.mobile-sidebar .sider-container {
  min-height: 100%;
}
.mobile-sidebar .actions-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.mobile-sidebar .image-container {
  padding: 16px 12px 12px;
}
.mobile-sidebar .image-container .select {
  flex: 1;
  min-width: 0;
}
.mobile-sidebar .calendar-container {
  width: 234px;
  margin: 0 auto 8px;
}

@media screen and (max-width: 550px) {
  .bc-page .page-content-container {
    overflow: hidden;
  }
  .bc-page .content {
    padding: 4px 8px 16px !important;
  }
  .bc-page .header {
    min-height: 48px;
    padding: 0 8px 6px 0;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
  }
  .bc-page .header .toggler-and-breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
  .bc-page .header .toggler-and-breadcrumbs .navigation {
    min-width: 0;
    flex: 1;
  }
  .bc-page .header .toggler-and-breadcrumbs .navigation .title {
    font-size: 16px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bc-page .header .toggler-and-breadcrumbs .navigation .ant-breadcrumb {
    display: none;
  }
  .bc-page .header .header-breadcrumbs-mobile {
    display: block;
    padding: 0 8px 4px 8px;
    white-space: nowrap;
    overflow: hidden;
  }
  .bc-page .header .header-breadcrumbs-mobile .ant-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
  }
  .bc-page .header .custom-part {
    padding: 4px 12px !important;
    flex-shrink: 0;
    height: auto !important;
    line-height: 100% !important;
  }
  .bc-page .mobile-buttons_container {
    align-items: center;
    flex-shrink: 0;
    height: auto !important;
    line-height: 100% !important;
  }
  .system-sidebar-help-box .error-button, .system-sidebar-help-box .cache-button {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 551px) and (max-width: 834px) {
  .bc-page .header .navigation .title {
    font-size: 18px;
  }
  .bc-page .header .custom-part {
    padding-right: 12px;
  }
}

/*# sourceMappingURL=main~17.8545e5ec.css.map*/