.client-services-container {
  width: 100%;
}
.no-text-selection {
  user-select: none;
}

.custom-field-container {
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  border-radius: 5px;
}
.custom-field-container > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-field-container span {
  line-height: 0;
}
.custom-field-container .custom-icon, .custom-field-container .select-icon {
  width: 36px;
}
.custom-field-container .custom-icon {
  font-size: 10px;
}
.custom-field-container .select-icon {
  display: flex;
  justify-content: center;
}
.custom-field-container .search-input {
  width: 150px;
  border: transparent;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.5s;
  height: 18px;
}
.custom-field-container .search-input:focus {
  border-color: rgb(0, 0, 0);
}
.custom-field-container .custom-select {
  margin-left: 15px;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.custom-field-container .custom-select .selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.custom-field-container .custom-select .selected-option .selected-option-text {
  height: 100%;
  white-space: nowrap;
}
.custom-field-container .custom-select .triangle-icons {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-field-container .custom-select .triangle-icons .triangle {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.custom-field-container .custom-select .triangle-icons .triangle-up {
  border-bottom: 6px solid black;
  margin-bottom: 3px;
}
.custom-field-container .custom-select .triangle-icons .triangle-down {
  border-top: 6px solid black;
}
.custom-field-container .custom-select .options-list {
  position: absolute;
  top: 100%;
  right: calc(100% - 390px);
  width: 200px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0 0 5px 5px;
  z-index: 4;
  display: none;
}
.custom-field-container .custom-select .options-list.expanded {
  display: block;
}
.custom-field-container .custom-select .options-list .option {
  padding: 16px;
  cursor: pointer;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-field-container .custom-select .options-list .option:hover {
  background-color: #f5f5f5;
}
.custom-field-container .custom-select .options-list .option .option-text {
  white-space: nowrap;
}
.bc-dev-mode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.bc-dev-mode .alert-box {
  max-width: 600px;
}
.bc-dev-mode .alert-box div {
  font-size: 18px;
}
.bc-dev-mode .alert-box img {
  height: auto;
  width: 200px;
}
.bc-refund-from-balance-window .sum, .bc-refund-from-balance-window .box-office, .bc-refund-from-balance-window .comment, .bc-refund-from-balance-window .refund-date {
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .window-title-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .meta {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .meta-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}
.bc-refund-from-balance-window .form {
  margin-top: 12px;
}
.bc-refund-from-balance-window .required-field {
  margin-top: 8px;
}
.bc-refund-from-balance-window .refund-date :global .ant-picker {
  display: block;
}

.bc-refund-from-balance-window__cashbox-dropdown .refund-cashbox-option {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.bc-refund-from-balance-window__cashbox-dropdown .refund-cashbox-option__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-refund-from-balance-window__cashbox-dropdown .refund-cashbox-option__balance {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}
.stream-video-player {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 400px;
}
.bc-audio-file {
  min-width: 260px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-audio-file--in {
  align-items: flex-start;
}
.bc-audio-file--out {
  align-items: flex-start;
}
.bc-audio-file__direction {
  margin-bottom: 4px;
}
.bc-audio-file__direction-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  max-width: 100%;
}
.bc-audio-file__controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.bc-audio-file__controls--in {
  align-items: flex-start;
}
.bc-audio-file__controls--out {
  align-items: flex-start;
}
.bc-audio-file__button {
  border-radius: 999px;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}
.bc-audio-file__button--primary {
  border: 1px solid #4096ff;
  color: #0958d9;
  background-color: #e6f4ff;
}
.bc-audio-file__button--primary:hover {
  border-color: #1677ff;
  color: #003eb3;
  background-color: #bae0ff;
  box-shadow: 0 0 0 1px rgba(22, 119, 255, 0.12);
}
.bc-audio-file__button--secondary {
  border: 1px solid transparent;
  color: #595959;
  background-color: transparent;
}
.bc-audio-file__button--secondary:hover {
  background-color: #f5f5f5;
  color: #434343;
}
.bc-audio-file__native-player {
  width: 100%;
  margin-top: 4px;
}
.bc-audio-file__player {
  width: 100%;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 12px;
  background-color: #fafafa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background-color 180ms ease, box-shadow 180ms ease;
  margin-bottom: 12px;
}
.bc-audio-file__player:hover {
  background-color: #f5f5f5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.bc-audio-file__audio-element {
  display: none;
}
.bc-audio-file__download-anchor {
  display: none;
}
.bc-audio-file__row {
  display: flex;
  width: 100%;
}
.bc-audio-file__row--top {
  align-items: center;
  gap: 8px;
}
.bc-audio-file__row--center {
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}
.bc-audio-file__row--bottom {
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.bc-audio-file__time {
  font-size: 11px;
  color: #595959;
  line-height: 1.2;
}
.bc-audio-file__time--current {
  min-width: 36px;
  text-align: left;
}
.bc-audio-file__time--duration {
  min-width: 36px;
  text-align: right;
}
.bc-audio-file__progress-slider {
  flex: 1;
  margin: 0;
}
.bc-audio-file__icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}
.bc-audio-file__icon-button--play .bc-audio-file__play-icon {
  font-size: 24px !important;
  color: #1677ff;
}
.bc-audio-file__play-icon {
  font-size: 24px !important;
  color: #1677ff;
}
.bc-audio-file__popover .ant-popover-inner {
  padding: 8px 10px;
  border-radius: 10px;
}
.bc-audio-file__popover-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bc-audio-file__volume-slider {
  height: 80px;
}
.bc-audio-file__speed-slider {
  height: 80px;
}
.bc-audio-file__speed-value-popover {
  font-size: 12px;
  color: #434343;
  margin-top: 2px;
}
.bc-chat-mobile-menu {
  display: none;
}
@media screen and (max-width: 550px) {
  .bc-chat-mobile-menu {
    position: absolute;
    display: block;
  }
  .ant-tabs-tab {
    width: 31.6vw;
    justify-content: center;
    background-color: white !important;
  }
}
.CheckboxFilter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  height: 28px;
  padding: 0 9px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: none;
}
.CheckboxFilter__button:not(:disabled):hover, .CheckboxFilter__button:not(:disabled):focus {
  color: #1677ff;
  background: #f5faff;
  border-color: #91caff;
}
.CheckboxFilter__button:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}
.CheckboxFilter__button--active {
  color: #0958d9;
  background: #e6f4ff;
  border-color: #91caff;
}
.CheckboxFilter__label {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CheckboxFilter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  color: #0958d9;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  background: #fff;
  border: 1px solid #91caff;
  border-radius: 999px;
}
.CheckboxFilter__icon {
  flex: 0 0 auto;
  font-size: 10px;
  transition: 0.3s all ease-out;
}
.CheckboxFilter__icon--opened {
  transform: rotate(180deg);
}
.CheckboxFilter__checkbox-icon {
  margin-right: 4px;
}
.CheckboxFilter__popover {
  width: min(320px, 100vw - 16px);
}
.CheckboxFilter__search.ant-input-affix-wrapper {
  height: 28px;
  padding: 0 8px;
  font-size: 11px;
  border-color: #e0e0e0;
  border-radius: 6px;
  box-shadow: none;
}
.CheckboxFilter__search.ant-input-affix-wrapper:hover, .CheckboxFilter__search.ant-input-affix-wrapper:focus, .CheckboxFilter__search.ant-input-affix-wrapper:focus-within {
  border-color: #91caff;
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.08);
}
.CheckboxFilter__item {
  height: 32px;
  min-width: 0;
  padding: 0 !important;
  border-block-end: none !important;
}
.CheckboxFilter__item .ant-list-item-meta {
  min-width: 0;
}
.CheckboxFilter__item .ant-checkbox-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  min-width: 0;
  padding: 0 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.CheckboxFilter__item .ant-checkbox-wrapper:hover {
  background: #f5faff;
}
.CheckboxFilter__item .ant-checkbox-wrapper span:last-child {
  min-width: 0;
}
.CheckboxFilter__item .ant-flex {
  min-width: 0;
}
.CheckboxFilter__item .ant-typography {
  max-width: 100% !important;
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CheckboxFilter__divider {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.CheckboxFilter__empty {
  padding: 12px 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.CheckboxFilter__list {
  min-width: 0;
  max-height: min(320px, 100vh - 180px);
  max-height: min(320px, 100dvh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #b1c4df #fff;
  scrollbar-width: thin;
}
.CheckboxFilter__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 15px;
}
.CheckboxFilter__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 15px;
}
.CheckboxFilter__list::-webkit-scrollbar-corner {
  border-radius: 33px;
}
.CheckboxFilter__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b1c4df;
}
.CheckboxFilter__spacer {
  position: relative;
  min-width: 0;
}
.CheckboxFilter__visible-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-width: 0;
}
.CheckboxFilter__visible-list .ant-spin-container {
  overflow: hidden;
}
.CheckboxFilter__visible-list .ant-list-items {
  overflow: visible;
}
@media screen and (max-width: 550px) {
  .CheckboxFilter__popover {
    width: calc(100vw - 16px);
  }
  .CheckboxFilter__item {
    height: 32px;
  }
}

/*# sourceMappingURL=main~5.8b44c6d9.css.map*/