.bc-page .sider {
  height: 100vh;
  overflow-y: scroll;
}
.bc-page .sider .ant-layout-sider-children {
  height: 100%;
}
.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 .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 .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;
}
@media screen and (max-width: 550px) {
  .bc-page .page-content-container {
    overflow: hidden;
  }
  .bc-page .content {
    padding: 20px 12px !important;
  }
  .bc-page .toggler-and-breadcrumbs {
    align-items: center;
  }
  .system-sidebar-help-box .error-button, .system-sidebar-help-box .cache-button {
    width: calc(100% - 30px);
  }
}
.ui-popover-wrapper {
  position: relative;
}
.ui-popover-wrapper .ui-popover-button-component {
  outline: none;
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
.ui-popover-wrapper .ui-popover-button-component:before, .ui-popover-wrapper .ui-popover-button-component:after {
  box-sizing: border-box;
}
.ui-popover-wrapper .ui-popover-button-component {
  cursor: pointer;
  color: inherit;
  background: transparent;
  font-family: "Roboto", sans-serif;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.ui-popover-wrapper .ui-popover-content {
  position: absolute;
  overflow: hidden;
  top: 45px;
  left: 0;
  width: calc(100% - 2px);
  border-radius: 10px;
  z-index: 100 !important;
  transition: 0.4s;
  border: 1px solid #e5e5e5;
  background: white;
  box-shadow: 0px 0px 0px 0px rgba(38, 43, 48, 0.02), 0px 0px 0px 0px rgba(38, 43, 48, 0.02), 0px 0px 1px 0px rgba(38, 43, 48, 0.02), 0px 0px 1px 0px rgba(38, 43, 48, 0.01), 0px 0px 1px 0px rgba(38, 43, 48, 0), 0px 0px 1px 0px rgba(38, 43, 48, 0);
}

.ui-popover-button-component-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.flag_symbol {
  font-size: 24px;
  line-height: 30px;
}
.flag_icon {
  width: 20px;
  height: auto;
}
.country_container {
  display: flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  cursor: pointer;
}
.country-list_container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.country-list_list {
  box-sizing: border-box;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1;
  width: 100%;
  height: auto;
  max-height: 190px;
}
.country-list_list::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: white;
  border-radius: 15px;
}
.country-list_list::-webkit-scrollbar-track {
  background: white;
  border-radius: 15px;
}
.country-list_list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.country-list_list::-webkit-scrollbar-thumb {
  background: #e4e4e7;
  border-radius: 5px;
  border: 2px solid white;
}
.country-list_item {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 4px 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  margin-right: 4px;
  min-height: 38px;
}
.country-list_item:hover {
  background-color: #ececec;
}
.country-list_item {
  cursor: pointer;
}
.country-list_item * {
  cursor: pointer;
}
.country-list_item_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.country-list_item_left .flag_symbol {
  font-size: 22px;
}
.country-list_empty {
  padding: 12px;
}
.country-list_empty .ant-empty-image {
  height: 60px;
}
.phone_wrapper {
  width: 100%;
}
.phone_input_root {
  padding: 4px 11px 4px 4px;
}
.phone_input_prefix {
  margin-right: 6px !important;
  height: 30px !important;
}
.phone_input_input {
  font-size: 16px !important;
  line-height: 30px !important;
  height: 30px !important;
}
.phone_popover_overlay {
  inset: 42px auto auto 0px !important;
}

/*# sourceMappingURL=main~16.2cbc2be0.css.map*/