.bc-notifications-buttons {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}
.bc-notification-label-with-time__select {
  margin-bottom: 0 !important;
}
.bc-client-reminder-component {
  margin-top: 0;
  padding: 24px 24px 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-client-reminder-component__header-row {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-client-reminder-component__header {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.bc-client-reminder-component__description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.bc-client-reminder-component__label {
  margin-bottom: 8px;
  font-weight: 500;
}
.bc-client-reminder-component__textarea {
  margin-bottom: 0;
  width: 100%;
}
.bc-client-reminder-component__files-upload {
  margin-top: 8px;
}
.bc-client-reminder-component__files-upload .ant-upload-drag {
  padding: 12px;
}
.bc-client-reminder-component__files-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bc-client-reminder-component__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.bc-client-reminder-component__file-name {
  flex: 1;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-notification-2h-reminder {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 24px 20px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-notification-2h-reminder__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.bc-notification-2h-reminder__header {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
}
.bc-notification-2h-reminder__switch-wrap {
  margin-left: 16px;
}
.bc-notification-2h-reminder__description {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.bc-notification-2h-reminder__label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 4px;
}
.bc-notification-2h-reminder__textarea {
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  min-height: 120px;
  resize: vertical;
  background: #fafbfc;
  color: #222;
}

.bc-notification-visit-reminder {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 24px 20px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-notification-visit-reminder__header {
  margin-bottom: 16px;
}
.bc-notification-visit-reminder__description {
  margin-bottom: 24px;
  color: #888;
}
.bc-notification-visit-reminder__switch-row {
  margin-bottom: 16px;
}
.bc-notification-visit-reminder__switch-label {
  font-size: 14px;
}
.bc-notification-visit-reminder__switch {
  margin-bottom: 0 !important;
}
.bc-notification-visit-reminder__label {
  display: block;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}
.bc-notification-visit-reminder__textarea {
  margin-bottom: 0;
  width: 100%;
}
.bc-notification-visit-reminder__select {
  margin-bottom: 0 !important;
}

.bc-notification-create-message {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 24px 20px 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-notification-2h-reminder {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-2h-reminder__header-row {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-notification-2h-reminder__header {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.bc-notification-2h-reminder__description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.bc-notification-2h-reminder__textarea {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.bc-feedback-request {
  margin-top: 0;
  padding: 24px 24px 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-feedback-request__header-row {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc-feedback-request__header {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.bc-feedback-request__description {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.bc-feedback-request__label {
  margin-bottom: 8px;
  font-weight: 500;
}
.bc-feedback-request__textarea {
  margin-bottom: 0;
  width: 100%;
}
.bc-extended-message em-emoji-picker {
  margin-top: -25px;
  z-index: 1000;
}
.bc-extended-message .ant-form-item-additional {
  margin-left: 8px;
  position: absolute;
  margin-top: 2px;
}

.bc-notifications-page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
main:has(.bc-notifications-page) {
  padding-left: 62px !important;
}

.bc-notifications-page__container {
  height: 30px !important;
}

.bc-priority-integration h4 {
  margin-top: 0;
}
.bc-priority-integration__container .ant-space-item:last-of-type {
  height: 30px !important;
}
.bc-priority-integration__container {
  max-width: 600px;
}

.bc-notification-create-message {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-create-message__header.ant-typography, .bc-notification-create-message__header.ant-typography-h4 {
  font-size: 20px !important;
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.bc-notification-create-message__switch {
  margin-bottom: 0 !important;
}
.bc-notification-create-message__switch-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.bc-notification-create-message__switch-label {
  font-size: 14px;
  color: #222;
}
.bc-notification-create-message__description {
  color: #888;
  margin-bottom: 0;
}
.bc-notification-create-message__label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.bc-notification-create-message__textarea {
  width: 100%;
  font-size: 14px;
  resize: none;
  margin-bottom: 0;
}
.bc-notification-create-message__select {
  margin-bottom: 0 !important;
}
.bc-notification-create-message__files-upload {
  margin-top: 12px;
}
.bc-notification-create-message__files-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bc-notification-create-message__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
}
.bc-notification-create-message__file-name {
  font-size: 13px;
  color: #555;
  word-break: break-all;
  padding-right: 8px;
}

.bc-notification-visit-reminder {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-visit-reminder h4 {
  margin-top: 0;
}

.bc-notification-2h-reminder__description,
.bc-feedback-request__description {
  color: #888;
}
.bc-setting-up-automatic-messaging-to-clients {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
main:has(.bc-setting-up-automatic-messaging-to-clients) {
  padding-left: 62px !important;
}

.bc-setting-up-automatic-messaging-to-clients__container {
  height: 30px !important;
}

.bc-extended-message em-emoji-picker {
  margin-top: -25px;
  z-index: 1000;
}
.bc-extended-message .ant-form-item-additional {
  margin-left: 8px;
  position: absolute;
  margin-top: 2px;
}

.bc-notifications-page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}
main:has(.bc-notifications-page) {
  padding-left: 62px !important;
}

.bc-notifications-page__container {
  height: 30px !important;
}

.bc-priority-integration h4 {
  margin-top: 0;
}
.bc-priority-integration__container .ant-space-item:last-of-type {
  height: 30px !important;
}

.bc-notification-create-message {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-create-message__header.ant-typography, .bc-notification-create-message__header.ant-typography-h4 {
  font-size: 20px !important;
  color: #222 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.bc-notification-create-message__switch {
  margin-bottom: 0 !important;
}
.bc-notification-create-message__switch-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.bc-notification-create-message__switch-label {
  font-size: 14px;
  color: #222;
}
.bc-notification-create-message__description {
  color: #888;
  margin-bottom: 0;
}
.bc-notification-create-message__label {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.bc-notification-create-message__textarea {
  width: 100%;
  font-size: 14px;
  resize: none;
  margin-bottom: 0;
}
.bc-notification-create-message__select {
  margin-bottom: 0 !important;
}

.bc-notification-visit-reminder {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bc-notification-visit-reminder h4 {
  margin-top: 0;
}

.bc-setting-up-automatic-messaging-to-clients {
  color: #888;
}
.bc-organization-users .bc-organization-users-filters .toolbar-space {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bc-organization-users .name-column-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.bc-organization-users .bold-text {
  font-weight: 600;
}
.bc-organization-users .avatar {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.bc-organization-users .deleted-cell {
  opacity: 0.5;
}
.bc-organization-settings .container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 60rem;
}
.bc-organization-settings .rights .rights-description {
  margin-bottom: "2rem";
}
.bc-organization-settings .rights .rights-list {
  margin-bottom: 2rem;
  padding-left: 0rem;
}
.bc-organization-settings .rights .rights-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bc-organization-settings .rights .item-label {
  font-size: 0.875rem;
  margin-left: 1rem;
  font-weight: 600;
}
.bc-organization-settings .rights .buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
}
.bc-organization-settings .rights .buttons button {
  width: 100%;
}
.bc-organization-settings .info {
  max-width: 20rem;
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  align-self: flex-start;
}
.bc-organization-settings .info .info-header {
  margin: 0;
  padding: 1rem;
  background-color: #e5e5e5;
}
.bc-organization-settings .info .info-content {
  padding: 1rem;
  margin: 0rem;
}
.bc-organization-settings .info .info-item {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
}
.bc-organization-settings .info .info-item .label {
  min-width: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .bc-organization-settings .container {
    flex-wrap: wrap;
  }
  .bc-organization-settings .rights {
    order: 2;
    width: 100%;
  }
  .bc-organization-settings .info {
    order: 1;
    max-width: 100%;
  }
}
.bc-organizations .toolbar-space {
  display: flex;
  justify-content: space-between;
}
.bc-organizations .filter-term {
  max-width: 30rem;
}
.bc-organizations .filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 30rem;
  width: 100%;
  gap: 12px;
}
.bc-organizations .filter-countries {
  flex-grow: 1;
  margin-bottom: 0;
  max-width: 48%;
}
.bc-organizations .filter-city {
  flex-grow: 1;
  margin-bottom: 0;
  max-width: 48%;
}
.bc-organizations .secondary-text {
  font-weight: 300;
}
@media screen and (max-width: 550px) {
  .bc-organizations .filter-term {
    max-width: 100%;
  }
  .bc-organizations .filters-wrapper {
    gap: 24px;
    max-width: 100%;
  }
  .bc-organizations .filter-countries {
    width: 100%;
    max-width: 100%;
  }
  .bc-organizations .filter-city {
    width: 100%;
    max-width: 100%;
  }
  .bc-organizations .filter-buttons {
    width: 100%;
    justify-content: space-between;
  }
  .bc-organizations .filter-buttons .ant-space-item {
    width: 50%;
  }
  .bc-organizations .filter-buttons .ant-space-item .ant-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=main~85.e19f49c6.css.map*/