@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}
.text-h1-medium {
  margin: 0;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

.text-h2-medium {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.text-h3-regular {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.text-h3-medium {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.text-h4-medium {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.text-h4-semibold {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.text-h4-extra-bold {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}

.text-h5-regular {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.text-h5-semi-bold {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.text-h5-medium {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.text-h5-semibold {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.text-h5-bold {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.text-body-regular {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.text-body-medium {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.text-body-semi-bold {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.text-body-bold {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.text-btn-large-regular {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-btn-large-medium {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-btn-large-regular {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-btn-large-semi-bold {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.text-footnote-description {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.text-color-neutral-grey-7 {
  color: #898a8c;
}

.text-color-neutral-grey-8 {
  color: #57585a;
}

.text-color-neutral-grey-9 {
  color: #434446;
}

.text-color-neutral-grey-10 {
  color: #252628;
}

.text-color-neutral-grey-11 {
  color: #1b1c1e;
}

.text-color-neutral-grey-12 {
  color: #070808;
}

.text-color-neutral-grey-shade-5 {
  color: #6b7179;
}._LoadingView__loadingSpin_wknn9_1 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._spinner_wknn9_8 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0%, transparent 30%, #4e67ea 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  animation: _spin_wknn9_8 0.8s linear infinite;
}

@keyframes _spin_wknn9_8 {
  to {
    transform: rotate(360deg);
  }
}
.explain-section {
  margin-top: 16px;
}
.explain-section__collapse .ant-collapse-header {
  padding: 10px 0 !important;
}
.explain-section__collapse .ant-collapse-content-box {
  padding: 0 0 8px !important;
}
.explain-section__label {
  font-weight: 500;
  color: #252628;
}
.explain-section__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #57585a;
  font-size: 14px;
  line-height: 1.6;
}.block-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 4px;
  margin-top: 8px;
}
.block-summary__item {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.block-summary__label {
  color: #898a8c;
}
.block-summary__value {
  color: #252628;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-summary__separator {
  color: #d9dadc;
  user-select: none;
  margin: 0 4px;
}.block-with-title {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e8e9eb;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .block-with-title {
    padding: 14px;
  }
}
.block-with-title--small {
  padding: 16px;
}
.block-with-title--error {
  border-color: #f5222d;
}
.block-with-title__header {
  display: flex;
  align-items: center;
}
.block-with-title__header--collapsible {
  cursor: pointer;
}
.block-with-title__header--collapsed {
  margin-bottom: 0;
}
.block-with-title__header:not(.block-with-title__header--collapsed) {
  margin-bottom: 16px;
}
.block-with-title__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.block-with-title__arrow--open {
  transform: rotate(270deg);
}
.block-with-title__content {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.block-with-title__content--collapsed {
  height: 0 !important;
}.segmented__custom .ant-segmented-item-label {
  padding: 0 12px;
}
.segmented__custom .ant-segmented-item {
  background-color: #f2f3f5;
}
.segmented__custom .ant-segmented-item .ant-segmented-item-label {
  color: #898a8c;
}
.segmented__custom .ant-segmented-item-selected {
  background-color: #ffffff;
}
.segmented__custom .ant-segmented-item-selected .ant-segmented-item-label {
  color: #252628;
}.add-account__card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #d9dadc;
}
.add-account__card svg {
  margin-bottom: 6px;
}
.add-account__card.selected, .add-account__card:hover {
  border: 1px solid #4e67ea;
  background: rgba(78, 103, 234, 0.03);
}
.add-account__card.blocked {
  cursor: not-allowed;
  background: #f7f8fa;
  border: 1px solid #d9dadc;
  color: #000000;
}
.add-account__card.blocked svg {
  opacity: 0.5;
}
.add-account__card.blocked:hover {
  background: #f7f8fa;
  border: 1px solid #d9dadc;
}

.ad-add-channel-modal__cards {
  margin: 8px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}.billing-default-payment-plug {
  background-color: #f7f8fa;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 10px;
  border: 1px solid #d9dadc;
}

.balance-card__card-number {
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  white-space: nowrap;
}

.balance-card__card-logo {
  height: 22px;
}

.sepa-logo {
  margin-right: 6px;
  background-color: #f7f8fa;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.drawer-payment-methods__default-cta {
  margin-top: 24px;
  margin-bottom: 24px;
}

.default-payment-plug {
  background-color: rgba(78, 103, 234, 0.2);
  padding: 2px 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  color: #4e67ea;
}

.card-completed-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
}
.card-completed-item:hover, .card-completed-item.isActive {
  background: rgba(78, 103, 234, 0.2);
}

.balance-card__card-number {
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  white-space: nowrap;
}

.sepa-logo {
  margin-right: 6px;
  background-color: #f7f8fa;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.drawer-payment-methods__default-cta {
  margin-top: 24px;
  margin-bottom: 24px;
}

.default-payment-plug {
  background-color: rgba(78, 103, 234, 0.2);
  padding: 2px 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  color: #4e67ea;
}

@media (max-width: 768px) {
  .stripe-certified-plug {
    flex-wrap: wrap;
  }
}
.stripe-certified-plug__link {
  margin-left: 15px !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .stripe-certified-plug__link {
    margin-left: 0 !important;
    margin-top: 12px !important;
    height: 30px !important;
  }
}

.billing-page-content__payment-method__row,
.billing-page-content__billinginfo__row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.billing-page-content__payment-method__row-title,
.billing-page-content__billinginfo__row-title {
  width: 144px;
  padding-right: 6px;
  font-size: 14px;
  color: #898a8c;
}
.billing-page-content__payment-method__row-method, .billing-page-content__payment-method__row-info,
.billing-page-content__billinginfo__row-method,
.billing-page-content__billinginfo__row-info {
  flex: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.billing-page-content__payment-method__row-cta,
.billing-page-content__billinginfo__row-cta {
  display: flex;
  align-items: center;
}.avatar-img {
  flex-shrink: 0;
}
.avatar-img__medium {
  object-fit: contain;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__68 {
  object-fit: contain;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__50 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__44 {
  object-fit: contain;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__38 {
  object-fit: contain;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__31 {
  object-fit: contain;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__30 {
  object-fit: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__24 {
  object-fit: contain;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
}
.avatar-img__bordered {
  border: 1px solid #e8e9eb;
}
.avatar-img__cover {
  object-fit: cover;
}.custom-skeleton-container {
  width: 600px;
  max-width: 100%;
  height: 200px;
  border-radius: 8px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.custom-skeleton-container .skeleton-pulse {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: pulse 1.5s infinite linear;
}
@keyframes pulse {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.custom-skeleton__type-image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.custom-skeleton__type-image-rounded {
  border-radius: 4px;
}
.custom-skeleton__type-avatar {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.custom-skeleton__type-avatar-sm {
  width: 18px;
  height: 18px;
}
.custom-skeleton__type-button {
  border-radius: 4px;
  width: 52px;
  height: 22px;
}
.custom-skeleton__type-button-m {
  width: 80px;
  height: 22px;
}
.custom-skeleton__type-button-l {
  width: 140px;
  height: 22px;
}
.custom-skeleton__type-title {
  border-radius: 4px;
  width: 200px;
  height: 32px;
}
.custom-skeleton__type-title-m {
  width: 100px;
  height: 32px;
}
.custom-skeleton__type-switch {
  width: 28px;
  height: 16px;
  border-radius: 8px;
}
.custom-skeleton__type-radio {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.custom-skeleton__type-paragraph {
  width: 66px;
  height: 22px;
  border-radius: 4px;
}
.custom-skeleton__type-paragraph-m {
  height: 22px;
  width: 140px;
}
.custom-skeleton__type-paragraph-lg {
  height: 22px;
  width: 188px;
}
.custom-skeleton__type-paragraph-max {
  height: 22px;
  width: 100%;
}.billing-stripe-form__paymentElement_hidden {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}.button-with-steps {
  margin-left: 0;
}
.button-with-steps__popover .ant-popover-inner {
  padding: 4px;
}
.button-with-steps__popover .ant-steps-item-content {
  min-height: auto !important;
  text-align: left;
}
.button-with-steps__popover .ant-steps-item {
  cursor: pointer;
  padding: 4px 12px;
  padding-inline-start: 12px !important;
}
.button-with-steps__popover .ant-steps-item-icon {
  margin-inline-end: 8px !important;
}
.button-with-steps__popover .ant-steps {
  gap: 2px;
}.custom-tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  position: absolute;
  z-index: 100000;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.3s ease;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 8px;
  border-radius: 6px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #252628;
  box-shadow: 0px 2px 8px 0px rgba(26, 36, 64, 0.1);
}
.custom-tooltip__hidden {
  visibility: hidden;
}

.custom-tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
  pointer-events: auto;
}

div.custom-tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid #ffffff !important;
  border-inline-color: transparent !important;
}
div.custom-tooltip-arrow__top {
  top: auto;
  bottom: -6px;
  border-bottom: none !important;
  border-top: 6px solid #ffffff !important;
}.entity-id {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #898a8c;
}
.entity-id__label {
  color: inherit;
}
.entity-id__value {
  color: inherit;
}.reset-filters-btn {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #252628;
  box-sizing: border-box;
  padding: 0 8px;
}
.reset-filters-btn:hover {
  color: #4e67ea !important;
  background-color: transparent !important;
}
.reset-filters-btn:hover .reset-icon {
  fill: #4e67ea !important;
  /* Change color on hover */
}

.all-filters-cta .ant-badge-count {
  background: #4e67ea;
}

.all-filters-cta-badge + .ant-badge-count.ant-scroll-number {
  background: #4e67ea !important;
}.event-info-form {
  position: relative;
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 140px 0;
  padding: 0;
  max-width: 700px;
}
@media (max-width: 768px) {
  .event-info-form {
    max-width: 100%;
    margin: 0 0 60px 0;
    padding-bottom: 60px;
  }
}
.event-info-form .ant-col {
  padding-bottom: 0 !important;
}
.event-info-form__avatar-wrapper {
  gap: 12px;
}
.event-info-form__input-title {
  padding-bottom: 4px;
}
.event-info-form__input-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  color: #57585a;
  padding-bottom: 4px !important;
}
.event-info-form__overview {
  color: #252628;
  padding: 9px 12px;
}
@media (max-width: 768px) {
  .event-info-form__overview {
    min-height: 128px !important;
  }
}
.event-info-form__hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.event-info-form .ant-upload-list-item-done {
  margin-top: 0 !important;
}
.event-info-form .ant-divider {
  background: #e8e9eb;
}

@media (max-width: 768px) {
  .event-form {
    width: 100%;
    padding-top: 0;
  }
  .event-info-form__footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 40px);
    background: #fff;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .event-info-form__footer-buttons {
    display: flex;
    gap: 12px;
    width: 100%;
  }
}.hero-image__content {
  display: flex;
  align-items: center;
  padding: 16px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.hero-image__content-empty {
  border: 1px #d9dadc dashed;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}
@media (max-width: 1200px) {
  .hero-image__content-empty {
    height: 100% !important;
  }
}
.hero-image__content-empty-disclaimer {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #898a8c;
}
.hero-image__content:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .hero-image__content {
    width: 110%;
  }
  .hero-image__content .hero-image__content-empty-disclaimer {
    max-width: 70%;
  }
}
.hero-image__text-block {
  display: flex;
  flex-direction: column;
}
.hero-image__title {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  letter-spacing: 0em;
  margin: 0 !important;
}
.hero-image__text {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #898a8c;
}

.hero-image__upload {
  width: 100% !important;
  position: relative;
}
.hero-image__upload .custom-upload-item {
  position: relative;
  height: 104px !important;
}
.hero-image__upload .custom-upload-item .custom-upload-actions {
  position: absolute;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-image__upload .custom-upload-item .custom-upload-actions .action-icon {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.hero-image__upload .custom-upload-item .custom-upload-actions .action-icon:hover {
  color: #d9d9d9;
}
.hero-image__upload .custom-upload-item:hover .custom-upload-actions {
  opacity: 1;
}
@media (max-width: 768px) {
  .hero-image__upload .custom-upload-item {
    height: 144px !important;
  }
}
.hero-image__upload .ant-upload {
  width: 100% !important;
  height: 104px !important;
  background-color: #fff !important;
  border-color: transparent !important;
}
.hero-image__upload .ant-upload:hover {
  border-color: transparent !important;
}
@media (max-width: 768px) {
  .hero-image__upload .ant-upload {
    height: 144px !important;
  }
}
.hero-image__upload .ant-upload-list-item-thumbnail img {
  width: 100% !important;
  object-fit: cover !important;
}
.hero-image__upload .ant-upload-list-item-image {
  width: 100% !important;
}
.hero-image__upload .ant-upload-list-item-container {
  width: 100% !important;
  height: 104px !important;
}
.hero-image__upload .ant-upload-list-item-container:hover .custom-upload-actions {
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-image__upload .ant-upload-list-item-container {
    height: 144px !important;
  }
}
.hero-image__upload button:hover {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .hero-image__content-empty-disclaimer {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  text-indent: -9999em;
  transform: translateZ(0);
  z-index: 10;
}

.loader.loader-bounce {
  width: 4em;
  height: 4em;
  opacity: 0.5;
}

.loader.loader-bounce:after,
.loader.loader-bounce:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #a3afb7;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: loader-bounce 2s ease-in-out infinite;
  animation: loader-bounce 2s ease-in-out infinite;
}

.loader.loader-bounce:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -7.5rem;
  margin-left: -7.5rem;
}

.loader-logo {
  width: 250px;
  height: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10rem;
  margin-left: -10rem;
  opacity: 0.6;
}

@-webkit-keyframes loader-bounce {
  0%, to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%, to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}.status-color--grey {
  background-color: #070808;
}
.status-color--green {
  background-color: #17cc80;
}
.status-color--blue {
  background-color: blue;
}
.status-color--orange {
  background-color: #faad14;
}
.status-color--red {
  background-color: #f5222d;
}
.status-color--yellow {
  background-color: yellow;
}
.status-color--danger {
  background-color: #f5222d;
}

.status-plug {
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .status-plug {
    margin-right: 6px;
  }
}

.status-description__text {
  font-size: 14px;
  color: #252628;
}
@media (max-width: 768px) {
  .status-description__text {
    font-size: 12px;
  }
}

.status-description__warning-icon {
  display: inline-flex;
  cursor: pointer;
}.my-event-card {
  cursor: pointer;
  border: 1px solid #d9dadc;
  border-radius: 12px;
  background-color: #ffffff;
  min-width: 420px;
  max-width: 420px;
  height: 158px;
  padding: 16px;
  gap: 48px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.my-event-card h4 {
  margin: 0;
}
@media (max-width: 768px) {
  .my-event-card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 164px;
    gap: 24px;
  }
}

.my-event-card-link {
  display: block;
  border-radius: 12px;
  outline: none;
}
.my-event-card-link:focus-visible {
  outline: none;
}
.my-event-card-link:hover .my-event-card, .my-event-card-link:active .my-event-card, .my-event-card-link:focus-visible .my-event-card {
  background-color: rgba(78, 103, 234, 0.031372549);
  border-color: #4e67ea;
  box-shadow: 0 0 0 1px rgba(78, 103, 234, 0.12);
}
@media (max-width: 768px) {
  .my-event-card-link {
    width: 100% !important;
  }
}

.my-event-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
}
.my-event-card__header img {
  margin-right: 10px;
  border: 1px solid #e8e9eb;
  min-width: 50px;
}
.my-event-card__header p {
  color: #57585a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.my-event-card__header a {
  flex: 1;
  max-width: 60%;
}
.my-event-card__header-text {
  overflow: hidden;
}
.my-event-card__header-text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #252628;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 768px) {
  .my-event-card__header-text h4 {
    max-width: 260px;
    overflow: hidden;
  }
}

.my-event-card__statistics {
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.my-event-card__statistics span {
  margin-left: 6px;
}

.my-event-card__footer {
  color: #252628;
}.events-select-list-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  height: 400px;
  gap: 12px;
  overflow-y: auto;
  padding-bottom: 16px;
}
.events-select-list-item {
  cursor: pointer;
  padding: 12px 16px;
  border: 1px solid #d9dadc;
  border-radius: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #898a8c;
}
.events-select-list-item > span {
  display: inline-block;
  min-width: 77px;
}
.events-select-list-item svg {
  margin-left: auto;
}
.events-select-list-item img {
  margin-right: 6px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  object-fit: contain;
  border: 1px solid #e8e9eb;
}.footer-multiselect {
  color: #57585a;
  height: 72px;
  position: fixed;
  bottom: 0px;
  background-color: #ffffff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
  margin-left: -24px;
  z-index: 10;
  box-sizing: border-box;
}
.footer-multiselect:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -400px;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(26, 36, 64, 0.08);
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer-multiselect {
    height: auto;
    left: 0;
    margin-left: 0;
    padding: 0;
    flex-direction: column;
  }
}
.footer-multiselect-left {
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-multiselect-left {
    width: 100%;
    padding: 8px 20px;
    gap: 12px;
    border-bottom: 1px solid #e8e9eb;
  }
}
.footer-multiselect-right {
  gap: 12px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer-multiselect-right {
    width: 100%;
    gap: 8px;
    padding: 12px 20px;
  }
}.table-with-sticky-scroll__container {
  position: relative;
}

.table-with-sticky-scroll__sticky-x {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: #ffffff;
  border-top: 1px solid #e8e9eb;
  z-index: 5;
  display: none;
}
.table-with-sticky-scroll__sticky-x.is-visible {
  display: block;
}
.table-with-sticky-scroll__sticky-x {
  scrollbar-color: #cfd6dc #e8ebee;
  scrollbar-width: thin;
}
.table-with-sticky-scroll__sticky-x::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-with-sticky-scroll__sticky-x::-webkit-scrollbar-track {
  background: #e8ebee;
}
.table-with-sticky-scroll__sticky-x::-webkit-scrollbar-thumb {
  background: #cfd6dc;
  border-radius: 10px;
}
.table-with-sticky-scroll__sticky-x::-webkit-scrollbar-thumb:hover {
  background: #cfd6dc;
}
.table-with-sticky-scroll__sticky-x .table-with-sticky-scroll__sticky-x__inner {
  height: 1px;
}

.table-with-sticky-scroll__container.with-sticky-x.sticky-x-visible .ant-table-body,
.table-with-sticky-scroll__container.with-sticky-x.sticky-x-visible .ant-table-content {
  overflow-x: hidden !important;
}
.table-with-sticky-scroll__container.with-sticky-x.sticky-x-visible .ant-table-sticky-scroll {
  display: none !important;
}.email-confirmation-alert + .header {
  top: 96px;
}

.header {
  display: flex;
  align-items: center;
  padding: 4px 0;
  height: 52px;
  position: fixed;
  top: 0;
  z-index: 49;
  width: 100%;
  background-color: transparent;
}
.header__content {
  margin: 0 12px 0 0;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__content > a {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__content p {
  margin: 0;
}
.header__title {
  flex: 1;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.header__undo-redo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 1rem;
  width: 6rem;
}
.header__undo-redo svg {
  cursor: pointer;
}
.header__undo-redo span {
  cursor: pointer;
  margin: 0 4px;
}
.header a {
  text-decoration: none;
  all: unset;
  cursor: pointer;
}
.header a p {
  font-weight: 400;
}
.header aside {
  display: flex;
  align-items: center;
  padding-right: 32px;
}
.header aside button {
  box-shadow: none !important;
}
.header aside button span {
  margin: 0 4px;
}

.header-campaigns__select-wrapper {
  max-height: 248px !important;
}
.header-campaigns__select-item img {
  margin-right: 6px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  object-fit: contain;
  border: 1px solid #e8e9eb;
}

.profile-dropdown-avatar {
  background: #95a4f2;
  color: #ffffff;
}

.profile-dropdown-wrapper {
  border-radius: 100px;
  background: #f2f3f5;
  padding: 3px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.profile-dropdown-wrapper svg {
  transform: rotate(90deg);
  margin-right: 4px;
  transition: all 0.3s ease-out;
}
.profile-dropdown-wrapper svg path {
  fill: #57585a;
}
.profile-dropdown-wrapper:hover svg path {
  fill: #252628;
}
.profile-dropdown-wrapper__is-open svg {
  transform: rotate(-90deg);
}
.profile-dropdown-wrapper__is-open svg path {
  fill: #252628;
}

.profile-dropdown .ant-dropdown-menu-item a,
.profile-dropdown .ant-dropdown-menu-item div {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #252628 !important;
}

.event-billing-header__selector {
  flex: 1;
  min-width: 0;
}
.event-billing-header__selector .ant-select-selector {
  overflow: hidden;
}
.event-billing-header__selector .ant-select-selection-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-billing-header__selector .ant-select-arrow,
.event-billing-header__selector .ant-select-arrow .common-select-icon {
  transform: none !important;
}
.event-billing-header__selector__popup {
  min-width: 150px;
}
.event-billing-header__selector__popup .ant-select-item-option-selected {
  background-color: #f2f3f5 !important;
}
.event-billing-header__selector__popup .ant-select-item:hover {
  background-color: #f7f8fa;
}

.event-billing-header__content {
  flex: 1;
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}
.event-billing-header__content .vertical-divider {
  margin: 0 16px;
  height: 28px;
}
.event-billing-header__content .header__title {
  flex: none;
}
@media (max-width: 768px) {
  .event-billing-header__content .header__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .event-billing-header__content {
    margin-bottom: 12px;
  }
}

.event-billing-header__create-button {
  padding: 0 12px;
  box-shadow: none;
  margin-left: 10px;
}
.event-billing-header__create-button svg {
  margin-left: 0 !important;
}

.event-billing-header__create-button-divider {
  margin-right: 10px !important;
}

.event-billing-header__content + aside {
  padding-left: 0;
}

.event-billing-header .header-main-mobile svg {
  margin-left: 5px;
}.infinite-table th.ant-table-cell {
  color: #1b1c1e !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.infinite-table td.ant-table-cell {
  color: #252628 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.infinite-table .ant-table-body {
  overflow: auto auto !important;
  border-radius: 0 0 6px 6px !important;
}
.infinite-table .ant-table-empty .ant-table-cell {
  overflow: hidden;
}
.infinite-table.ant-table-wrapper {
  scrollbar-color: #cfd6dc #e8ebee;
  scrollbar-width: thin;
}
.infinite-table.ant-table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.infinite-table.ant-table-wrapper::-webkit-scrollbar-track {
  background: #e8ebee;
}
.infinite-table.ant-table-wrapper::-webkit-scrollbar-thumb {
  background: #cfd6dc;
  border-radius: 10px;
}
.infinite-table.ant-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #cfd6dc;
}
.infinite-table .ant-spin-nested-loading > div > .ant-spin {
  max-height: none !important;
}
.infinite-table.ant-table-wrapper .ant-table .ant-table-title, .infinite-table.ant-table-wrapper .ant-table .ant-table-header {
  border-radius: 5px 5px 0 0 !important;
}
.infinite-table.ant-table-wrapper .ant-table-container {
  border-start-start-radius: 6px !important;
  border-start-end-radius: 6px !important;
  border-end-end-radius: 6px !important;
  border-end-start-radius: 6px !important;
}
.infinite-table.ant-table-wrapper table {
  border-radius: 6px 6px 0 0 !important;
}
.infinite-table.ant-table-wrapper .ant-table-container table > thead > tr:first-child > th:first-child {
  border-start-start-radius: 5px !important;
}
.infinite-table.ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 6px !important;
}
.infinite-table.ant-table-wrapper .ant-table {
  border-radius: 6px !important;
  overflow: hidden;
}
.infinite-table .ant-table-cell {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #252628;
}
@media (max-width: 768px) {
  .infinite-table .ant-table-cell {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
  }
}
.infinite-table .ant-table-row:last-of-type .ant-table-cell {
  border-bottom: none !important;
}
.infinite-table.ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container {
  border-bottom: 1px solid #e8e9eb !important;
  border-inline-start: 1px solid #e8e9eb;
  border-inline-end: 1px solid #e8e9eb;
  border-top: 1px solid #e8e9eb;
}
.infinite-table.ant-table-wrapper .ant-table-thead > tr > th, .infinite-table.ant-table-wrapper .ant-table-thead > tr > td {
  background: #f7f8fa;
}
.infinite-table .ant-table-row .ant-table-cell:not(:last-of-type) {
  border-inline-end: 1px solid #e8e9eb;
}
.infinite-table.ant-table-wrapper .ant-table-container table > thead > tr:first-child > th:last-child {
  border-inline-end: none !important;
}
.infinite-table .ant-table-empty .ant-table-placeholder {
  border-radius: 6px;
}
.infinite-table .ant-table-empty .ant-table-placeholder .ant-table-cell {
  border-bottom: none !important;
  border-radius: 6px;
  overflow: hidden;
}
.infinite-table .ant-table-empty .ant-table-expanded-row-fixed {
  padding-left: 0;
  padding-right: 0;
  border-radius: 6px;
}
.infinite-table .ant-table-empty .ant-table-thead {
  display: none;
}
.infinite-table .ant-table-empty .ant-pagination {
  display: none;
}
.infinite-table.infinite-table-expand-icon-hidden .ant-table-row-expand-icon {
  display: none;
}.loom-player {
  position: fixed;
  z-index: 999999;
  pointer-events: all;
  box-sizing: border-box;
  padding: 8px 4px 4px;
  width: 0;
  bottom: 24px;
  right: 48px;
  height: 0;
  border-radius: 7px;
  background: #f2f3f5;
  visibility: hidden;
  border: 1px solid #e8e9eb;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .loom-player {
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100vw - 10px);
    height: 56px;
    border-radius: 0;
    border: none;
    padding: 0;
  }
}
.loom-player__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7px 8px 7px;
}
@media (max-width: 768px) {
  .loom-player__header {
    margin-left: 0;
  }
}
.loom-player__header svg {
  cursor: pointer;
}
@media (max-width: 768px) {
  .loom-player__header > img {
    height: 56px;
  }
}
.loom-player__visible {
  width: 380px;
  height: 254px;
  visibility: visible;
}
@media (max-width: 768px) {
  .loom-player__visible {
    width: 100vw;
    height: 56px;
  }
}
.loom-player iframe {
  width: 372px;
  height: 210px;
}
.loom-player__visible.loom-player__full {
  visibility: visible;
}
@media (max-width: 768px) {
  .loom-player__visible.loom-player__full {
    width: calc(100vw - 40px);
  }
}
.loom-player__full {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142.2222222222vh;
  height: 80vh;
  max-width: 2000px;
  padding: 0;
  border: 0 !important;
}
.loom-player__full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 142.2222222222vh; /* Width based on 80vh height with 16:9 ratio */
  height: 80vh; /* Fixed height based on viewport */
  max-width: 100%; /* Don't exceed container width */
  object-fit: contain;
}
@media (max-width: 768px) {
  .loom-player__full {
    width: calc(100vw - 40px);
    height: max-content;
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .loom-player__full iframe {
    width: 142.2222222222vh;
    height: 80vh;
    max-width: calc(100vw - 40px);
  }
}
.loom-player__exit-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: -24px;
}
@media (max-width: 768px) {
  .loom-player__exit-btn {
    top: -32px;
    right: 0;
  }
  .loom-player__exit-btn svg {
    width: 24px;
    height: 24px;
  }
}
.loom-player__collapse-btn {
  position: absolute;
  cursor: pointer;
  top: 28px;
  right: -26px;
}
.loom-player__video-wrapper {
  overflow: hidden;
  height: 210px;
}
.loom-player__video-wrapper-full {
  border-radius: 3px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  border-radius: 16px;
  overflow: hidden;
}
.loom-player__video-wrapper-full .lo-emb-vid {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 3px;
  padding: 0 !important;
}
.loom-player__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #57585a;
}

.lo-emb-vid {
  width: 372px;
  height: 210px !important;
  border-radius: 3px;
  padding: 0 !important;
}

.loom-video {
  visibility: hidden;
}

.loom-video-small {
  visibility: visible;
}

.loom-video-full {
  visibility: visible;
}.input-autocomplete-tags {
  width: 100%;
  max-width: 320px;
}
.input-autocomplete-tags__container {
  position: relative;
}
.input-autocomplete-tags__wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #d9dadc;
  height: 21.983px;
  border-radius: 6px;
  padding: 4px 11px;
  line-height: 1.57142857;
}
.input-autocomplete-tags__wrapper.has-tags {
  padding-left: 8px;
  padding-right: 16px;
}
.input-autocomplete-tags__tag {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.input-autocomplete-tags__remove {
  width: 16px;
  margin-left: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-autocomplete-tags__input {
  flex: 1;
  border: none;
  font-size: 14px;
  width: 70%;
  font-weight: 400;
}
.input-autocomplete-tags__input:focus {
  ring: 0;
  outline: none;
}

.input-autocomplete-tags__tag {
  display: flex;
  align-items: center;
}/* Shift right-side drawers left when AI Assistant sidebar is open */
.ant-drawer.ant-drawer-right {
  transition: right 0.25s ease-out;
}

body[data-ai-sidebar-open=true] .ant-drawer.ant-drawer-right {
  right: var(--ai-sidebar-width, 420px) !important;
}
@media (max-width: 480px) {
  body[data-ai-sidebar-open=true] .ant-drawer.ant-drawer-right {
    right: 0 !important;
  }
}

/* Default mask for all drawers (overridden by .styled-drawer when using DrawerCustom desktop) */
.ant-drawer-mask {
  background-color: #1a2440;
  opacity: 0.35;
}

/* Desktop (styled-drawer) */
.styled-drawer .ant-drawer-mask {
  background-color: #1a2440 !important;
  opacity: 5% !important;
}
.styled-drawer .ant-drawer-content-wrapper {
  height: 100%;
}
.styled-drawer .ant-drawer-header {
  padding: 20px 36px 20px 33px;
  border-bottom: none;
}
.styled-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  padding: 20px 36px !important;
}
.styled-drawer .ant-drawer-body .reset-filters-btn {
  align-self: flex-start;
  margin-right: auto;
}
.styled-drawer .ant-drawer-footer {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border-top: none;
}
.styled-drawer {
  /* Standard content/footer when drawer uses .drawer-content / .drawer-footer */
}
.styled-drawer .ant-drawer-body .drawer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-bottom: 80px;
}
.styled-drawer .ant-drawer-footer .drawer-footer {
  position: static;
  padding: 20px 36px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  bottom: auto;
}
.styled-drawer .ant-drawer-footer .drawer-footer .reset-filters-btn {
  margin-right: auto;
}
.styled-drawer .ant-drawer-footer .drawer-footer .ant-btn {
  flex: 1;
  min-width: 0;
}
.styled-drawer .ant-drawer-title {
  color: #252628;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.styled-drawer .anticon-close svg path {
  transition: all 0.3s ease-out;
  fill: #898a8c !important;
}
.styled-drawer .anticon-close:hover svg path {
  fill: #252628 !important;
}

/* Mobile */
.mobile-drawer-root {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.mobile-drawer-root .ant-drawer-content-wrapper {
  position: relative !important;
  height: fit-content !important;
  max-height: 600px !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.mobile-drawer {
  background: #fff;
  border: none;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.mobile-drawer .drawer-footer {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mobile-drawer__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.mobile-drawer__header-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #252628;
}
.mobile-drawer__header-title-text {
  margin-left: 16px;
}
.mobile-drawer .ant-drawer-header {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px;
  border-bottom: none;
  padding: 12px 20px 0;
}
.mobile-drawer .ant-drawer-header,
.mobile-drawer .ant-drawer-body,
.mobile-drawer .ant-drawer-footer {
  background-color: #fff;
}
.mobile-drawer .ant-drawer-body {
  padding: 0 0 60px;
  min-height: 20vh;
}
.mobile-drawer .drawer-filter-content {
  padding: 0 20px;
  text-align: start;
}
.mobile-drawer .drawer-filter-content p {
  width: 100%;
}
.mobile-drawer {
  /* Avoid double side padding when content uses .drawer-content (e.g. Top up balance) */
}
.mobile-drawer .ant-drawer-body .drawer-content {
  padding: 0;
}
.mobile-drawer .ant-drawer-footer {
  padding: 20px;
  border-top: none;
}
.mobile-drawer__footer {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
}
.mobile-drawer__footer .ant-btn {
  flex: 1;
}
.mobile-drawer {
  /* Footer variant: gap between buttons (e.g. filter drawers) */
}
.mobile-drawer .ant-drawer-footer.mobile-drawer__footer--gap .mobile-drawer__footer {
  gap: 10px;
}.drawer-content--billing-form-hidden {
  display: none;
}

.drawer-content {
  padding-bottom: 70px;
  width: 100%;
}
@media (max-width: 768px) {
  .drawer-content {
    padding: 0 20px 70px;
  }
}

.drawer-disclaimer-grey {
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 16px;
  color: #57585a;
}

.predefined-amounts {
  margin: 16px 0;
}
.predefined-amounts .amount-button-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.predefined-amounts .amount-button-row:last-child {
  margin-bottom: 0;
}

.text-small {
  font-size: 12px;
  line-height: 18px;
}

.payment-method-selector__options {
  display: flex;
  width: 100%;
}
.payment-method-selector__options .ant-radio-button-wrapper {
  flex: 1;
  text-align: center;
  height: 44px;
  line-height: 42px;
}
.payment-method-selector__options .ant-radio-button-wrapper:first-child {
  border-radius: 8px 0 0 8px;
}
.payment-method-selector__options .ant-radio-button-wrapper:last-child {
  border-radius: 0 8px 8px 0;
}
.payment-method-selector__options .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background-color: rgba(78, 103, 234, 0.1);
  border-color: #4e67ea;
  color: #4e67ea;
}

.payment-method-option__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wire-invoice-instructions__header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f3f5;
}
.wire-invoice-instructions__section {
  padding: 16px 0;
  border-bottom: 1px solid #f2f3f5;
}
.wire-invoice-instructions__section:last-of-type {
  border-bottom: none;
}
.wire-invoice-instructions__reference {
  background-color: rgba(78, 103, 234, 0.05);
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  border: 1px dashed #4e67ea;
}
.wire-invoice-instructions__timeline {
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
.wire-invoice-instructions__note {
  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 16px;
}

.subscription-addon {
  background-color: #f7f8fa;
  border-radius: 12px;
  padding: 16px;
}
.subscription-addon__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.subscription-addon__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.subscription-addon__body {
  padding-top: 4px;
}

.subscription-months-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscription-months-selector .ant-input-number {
  width: 100px;
}

.order-summary {
  background-color: #f7f8fa;
  border-radius: 12px;
  padding: 16px;
}
.order-summary__loading {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
.order-summary__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f3f5;
}
.order-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.order-summary__item-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.order-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.order-summary__gift-icon {
  color: #a64ad9;
  margin-right: 6px;
}
.order-summary__free-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(74, 75, 217, 0.1), rgba(166, 74, 217, 0.1));
  color: #7c4ad9;
  white-space: nowrap;
}

.wire-invoice-instructions__items .wire-invoice-instructions__line-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.wire-invoice-instructions__items .wire-invoice-instructions__line-item:not(:last-child) {
  border-bottom: 1px solid #f2f3f5;
}

.wire-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.wire-status-badge--unpaid {
  background-color: rgba(255, 149, 28, 0.1);
  color: #ff951c;
}
.wire-status-badge--paid {
  background-color: rgba(23, 204, 128, 0.1);
  color: #52c41a;
}
.wire-status-badge--action_needed {
  background-color: rgba(255, 77, 79, 0.1);
  color: #f5222d;
}

.payment-method-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.payment-method-badge--card {
  background-color: rgba(78, 103, 234, 0.1);
  color: #4e67ea;
}
.payment-method-badge--wire {
  background-color: rgba(87, 88, 90, 0.1);
  color: #57585a;
}
.boost-pro-success-modal .ant-modal-content {
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 1px 2px 0px rgba(100, 101, 102, 0.2), 0px 0px 0px 1px rgba(100, 101, 102, 0.2);
}
.boost-pro-success-modal .ant-modal-body {
  padding: 0;
}

.boost-pro-success-modal-inner-container {
  width: 100%;
  box-sizing: border-box;
}

.boost-pro-success-modal__close-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}
.boost-pro-success-modal__close-icon:hover {
  transform: scale(1.05);
}
.boost-pro-success-modal__close-icon svg {
  width: 20px;
  height: 20px;
}

.boost-pro-success-modal__content-main {
  padding: 40px 39px;
  border-radius: 12px;
  background: linear-gradient(171deg, #7f7fde 0%, rgba(190, 127, 222, 0.1) 60%);
}

.boost-pro-success-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  position: relative;
  padding: 8px;
}

.boost-pro-success-modal__logo svg {
  padding: 18px 23px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1006px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.15);
}

.boost-pro-success-modal__header {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.boost-pro-success-modal__title {
  color: #252628;
  text-align: center;
  /* H4/semibold */
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 12px;
}

.boost-pro-success-modal__subtitle {
  color: #57585a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.boost-pro-success-info-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.boost-pro-success-modal__benefits {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.boost-pro-success-modal__benefits-title {
  color: #57585a;
  margin: 0;
  text-align: left;
  /* Body/regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
}

.boost-pro-success-modal__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
}
.boost-pro-success-modal__benefits-list li {
  font-size: 16px;
  color: #6b7280;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  display: flex;
}
.boost-pro-success-modal__benefits-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #a64ad9;
  font-weight: bold;
  font-size: 18px;
}

.boost-pro-success-modal__cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}

.boost-pro-success-modal__cta-text {
  color: #374151;
  text-align: left;
}

.boost-pro-success-modal__book-button {
  background: linear-gradient(135deg, #a64ad9, #4a4bd9);
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  flex-shrink: 0;
}
.boost-pro-success-modal__book-button svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .boost-pro-success-modal .ant-modal-content {
    margin: 16px;
    width: calc(100vw - 32px) !important;
  }
  .boost-pro-success-modal__content {
    padding: 32px 24px;
    gap: 24px;
  }
  .boost-pro-success-modal__title {
    font-size: 28px;
  }
  .boost-pro-success-modal__subtitle,
  .boost-pro-success-modal__benefits-title,
  .boost-pro-success-modal__cta-text {
    font-size: 16px;
  }
  .boost-pro-success-modal__book-button {
    all: unset;
    width: 100%;
    font-size: 16px;
    padding: 14px 24px;
  }
  .boost-pro-success-modal__close-icon {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
}.meet-schedule-modal .ant-modal-content {
  padding: 0 !important;
}
.meet-schedule-modal .ant-modal-body {
  padding: 10px 10px 0 10px !important;
}.error-plug-table {
  display: flex;
  cursor: pointer;
  background: #fff1f0;
  margin-left: 6px;
  padding: 0 6px 0 2px;
  border-radius: 4px;
  color: #f5222d;
  gap: 2px;
  align-items: center;
}.badge-custom {
  display: inline;
  background-color: #f5222d;
  padding: 1px 5px 0;
  color: #ffffff;
  width: fit-content;
  z-index: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  height: 16px;
  border-radius: 100px;
  position: absolute;
  top: -7px;
  left: 11px;
}

.notification-card {
  border-bottom: 1px solid #e8e9eb;
  padding-bottom: 5px;
  display: flex;
}
.notification-card__created-at {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #898a8c;
  margin: 0;
}
.notification-card__inner {
  flex: 1;
}
.notification-card__title {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
}
.notification-card__title p {
  margin: 0;
}
.notification-card__title-total-count {
  margin-left: 6px;
  padding: 0px 8px;
  background-color: #e8e9eb;
  font-size: 14px;
  font-weight: 500;
  gap: 15px;
  border-radius: 150px;
}
.notification-card__message {
  margin: 4px 0;
}
.notification-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification-card header svg {
  margin-right: 6px;
}
.notification-card header p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.notification-card header .isNew-plug {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #4e67ea;
}
.notification-card__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 96px;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.notification-card__empty-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #252628;
}
.notification-card__empty-title:first-letter {
  text-transform: uppercase;
}
.notification-card__empty-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #57585a;
}
.notification-card__view-status {
  width: 8px;
  height: 8px;
  background: #4e67ea;
  border-radius: 4px;
  margin: 4px 4px 0 0;
}
.notification-card__show-more {
  position: sticky;
  bottom: -1px;
  padding: 13px;
  background: white;
  border-top: 1px solid #e8e9eb;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #252628;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.notification-card__overlay {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: white;
  box-shadow: 0px 0px 20px -4px rgba(26, 36, 64, 0.1019607843);
  overflow: hidden;
}
.notification-card__overlay li {
  padding: 5px 12px 0 !important;
}
.notification-card__overlay ul {
  box-shadow: none !important;
}
.notification-card__overlay .ant-dropdown-menu {
  max-height: 516px;
  overflow-y: auto;
  overflow-x: hidden;
}
.notification-card__overlay .ant-dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.notification-card__overlay .ant-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.notification-card__overlay .ant-dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.notification-card__overlay .ant-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.notification-card__overlay .ant-dropdown-menu-item:last-child .notification-card {
  border-bottom: none;
}

.header-item {
  position: relative;
  transition: all 0.3s ease-out;
}
.header-item svg path {
  transition: all 0.2s ease-out;
}
.header-item:before {
  transition: all 0.2s ease-out;
  content: "";
  position: absolute;
  border-radius: 100px;
  background: transparent;
  width: 34px;
  height: 34px;
  top: -7px;
  left: -7px;
}
@media (max-width: 768px) {
  .header-item:before {
    right: -7px;
    left: auto;
  }
}
.header-item:hover:before {
  background: rgba(26, 36, 64, 0.05);
}

.header-item-notification:hover svg path {
  stroke: #252628;
}

.header-item-info:hover svg path {
  fill: #252628;
}.page-context-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.page-context-bar--readonly {
  flex: none;
}
.page-context-bar--compact {
  gap: 8px;
}
.page-context-bar--compact .page-context-bar__event-name {
  font-size: 14px;
  line-height: 20px;
}
.page-context-bar--compact .page-context-bar__event-count {
  font-size: 12px;
}
.page-context-bar__title {
  white-space: nowrap;
}
.page-context-bar__divider {
  width: 1px;
  height: 28px;
  background: #e8e9eb;
  flex-shrink: 0;
}
.page-context-bar__event-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  min-width: 0;
  transition: opacity 0.2s;
}
.page-context-bar__event-trigger:hover {
  opacity: 0.7;
}
.page-context-bar__event-trigger--readonly {
  cursor: default;
}
.page-context-bar__event-trigger--readonly:hover {
  opacity: 1;
}
.page-context-bar__event-avatars {
  display: flex;
  align-items: center;
}
.page-context-bar__event-avatars > *:not(:first-child) {
  margin-left: -6px;
}
.page-context-bar__event-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #252628;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-context-bar__event-count {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.page-context-bar__event-arrow {
  color: #c0c1c3;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.page-context-bar__event-arrow--open {
  transform: rotate(180deg);
}
.page-context-bar__dropdown-content {
  width: 320px;
}
.page-context-bar__dropdown-content .ant-select .ant-select-selector {
  border-radius: 8px;
  border-color: #e8e9eb;
}
.page-context-bar__dropdown-content .ant-select .ant-select-selector:hover {
  border-color: #4e67ea;
}
.page-context-bar__dropdown-content .ant-select.ant-select-focused .ant-select-selector {
  border-color: #4e67ea;
  box-shadow: 0 0 0 2px rgba(78, 103, 234, 0.1);
}

.page-context-bar__popover .ant-popover-inner {
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .page-context-bar__popover {
    left: 12px !important;
  }
  .page-context-bar__popover .page-context-bar__dropdown-content {
    width: calc(100vw - 48px);
  }
}

.page-context-bar-mobile {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 48;
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid #e8e9eb;
}
.page-context-bar-mobile .ant-select .ant-select-selector {
  border-radius: 8px;
  border-color: #e8e9eb;
}
.page-context-bar-mobile .ant-select .ant-select-selector:hover {
  border-color: #4e67ea;
}
.page-context-bar-mobile .ant-select.ant-select-focused .ant-select-selector {
  border-color: #4e67ea;
  box-shadow: 0 0 0 2px rgba(78, 103, 234, 0.1);
}.header-main-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  position: fixed;
  top: 0;
  z-index: 49;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e9eb;
  width: 100%;
}
.header-main-mobile > .page-context-bar--readonly {
  flex: 1;
}
.header-main-mobile__burger {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 12px;
}
.header-main-mobile svg {
  margin-left: 5px;
}
.header-main-mobile aside {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 20px;
}.sidebar-menu-drawer-main {
  min-height: 100vh;
}
.sidebar-menu-drawer-main .ant-drawer-body {
  padding: 0;
  overflow-x: hidden;
}
.sidebar-menu-drawer-main .page-context-bar {
  flex: 1;
  min-width: 0;
  padding: 0 8px;
}
.sidebar-menu-drawer-main .page-context-bar .page-context-bar__divider,
.sidebar-menu-drawer-main .page-context-bar .page-context-bar__title {
  display: none;
}
.sidebar-menu-drawer-main .page-context-bar .page-context-bar__event-name {
  font-size: 16px;
  line-height: 24px;
}
.sidebar-menu-drawer-main .page-context-bar .page-context-bar__event-trigger {
  justify-content: flex-end;
}

.sidebar-menu-drawer {
  z-index: 50;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #252628;
  font-size: small;
  text-decoration: none;
  width: 100%;
}
.sidebar-menu-drawer__header svg {
  margin-left: 8px;
}
.sidebar-menu-drawer__links {
  padding: 16px 0;
  width: 100%;
}
.sidebar-menu-drawer__warning-icon {
  margin-left: auto;
  margin-right: 10px;
}
.sidebar-menu-drawer__warning-icon path {
  fill: #ffa940 !important;
}
.sidebar-menu-drawer__item {
  margin: 4px auto;
  padding-left: 8px;
  height: 40px;
  color: #252628;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}
.sidebar-menu-drawer__item-icon {
  margin-right: 4px;
}
.sidebar-menu-drawer__item:hover {
  background-color: #f2f3f5;
}
.sidebar-menu-drawer__item.isActive {
  background-color: #f2f3f5;
}
.sidebar-menu-drawer__item__down-icon {
  margin-left: auto;
  flex-basis: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.sidebar-menu-drawer__item__down-icon-open {
  transform: rotate(270deg);
}
.sidebar-menu-drawer__subitems {
  margin-bottom: 10px;
}
.sidebar-menu-drawer__subitem {
  margin: 12px 8px 0 38px;
  color: #252628;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}
.sidebar-menu-drawer__controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sidebar-menu-drawer__optional svg {
  margin: 8px 0;
  cursor: pointer;
}
.sidebar-menu-drawer__optional svg:hover {
  opacity: 0.5;
}
.sidebar-menu-drawer__optional {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidebar-menu-drawer__boost-pro {
  border-radius: 12px;
  background: linear-gradient(86deg, #4a4bd9 7.2%, #a64ad9 91.84%);
  padding: 1px 4px;
  color: #fff !important;
}
.sidebar-menu-drawer .ant-divider-horizontal {
  margin: 16px 0 !important;
}.tour-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #dce1fb;
}

.tour-indicators {
  color: #dce1fb;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.tour-component-wrapper {
  pointer-events: auto;
  position: fixed;
  top: 100px;
  background: #303953;
  width: 309px;
  padding: 16px;
  border-radius: 8px;
  visibility: hidden;
  max-width: 309px;
  box-sizing: border-box;
}
.tour-component-wrapper__transition {
  transition: all 300ms ease-out;
}
.tour-component-wrapper__campaign {
  width: 303px;
  max-width: 303px;
}
.tour-component-wrapper__open {
  visibility: visible;
  z-index: 100000;
}
.tour-component-wrapper > svg {
  position: absolute;
  top: 50%;
  left: -14px;
  transform: rotate(90deg) translateY(-50%);
}
.tour-component-wrapper__close {
  position: absolute;
  top: 24px;
  right: 16px;
  width: max-content;
  cursor: pointer;
}
.tour-component-wrapper__arrow-bottom > svg {
  top: auto;
  bottom: -7px;
  left: 50%;
  transform: rotate(0) translateX(-50%);
}
.tour-component-wrapper__arrow-top > svg {
  top: -6px;
  left: 50%;
  transform: rotate(180deg) translateX(50%);
}
.tour-component-wrapper__arrow-top-left > svg {
  top: 13px;
  left: -11px;
  transform: rotate(90deg) translateX(50%);
}
.tour-component-wrapper__arrow-left-top > svg {
  top: -6px;
  left: 13px;
  transform: rotate(180deg);
}
.tour-component-wrapper__arrow-top-right > svg {
  top: -6px;
  transform: rotate(180deg);
  right: 13px;
  left: auto;
}
.tour-component-wrapper__mask {
  position: fixed;
  height: 10px;
  border-radius: 24px;
  left: 88px;
  right: 8px;
  top: 152px;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  transition: all 300ms ease-out;
}
.tour-component-wrapper__mask:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: relative;
  border-radius: 24px;
  box-shadow: 0 0 0 10000px rgba(26, 36, 64, 0.3490196078);
}
.tour-component-wrapper__mask__hidden:after {
  border-radius: 24px 24px 0 0;
}
.tour-component-wrapper__mask__open {
  visibility: visible;
}
.tour-component-wrapper__mask-wrapper {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.tour-component-wrapper__hide-to-left {
  animation: slideOutToLeft 300ms ease-in-out forwards;
}
.tour-component-wrapper__hide {
  animation: hide 100ms ease-in-out forwards;
}
.tour-component-wrapper__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.tour-component-wrapper__footer {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.tour-component-wrapper__footer button {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .tour-component-wrapper__footer .ant-btn-primary:hover {
    background: #4e67ea !important;
  }
}
.tour-component-wrapper__back-button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: transparent;
  margin-right: 8px;
}
.tour-component-wrapper__back-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  background: transparent !important;
}

.tour-component-wrapper__mask__hidden {
  bottom: 72px;
  height: auto !important;
}
@media (max-width: 768px) {
  .tour-component-wrapper__mask__hidden {
    bottom: 56px;
  }
}

.tour-component-wrapper__mask__hidden .tour-component-wrapper__mask:after {
  border-radius: 24px 24px 0 0;
}

@keyframes slideOutToLeft {
  0% {
    transform: translateX(0);
    scale: 1;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
    scale: 0.5;
  }
}
@keyframes hide {
  0% {
    scale: 1;
    opacity: 1;
  }
  100% {
    opacity: 0;
    scale: 0.5;
  }
}
@keyframes slideToRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
    scale: 0.5;
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateX(0);
  }
}
.tour-component-wrapper__mask__top,
.tour-component-wrapper__mask__right,
.tour-component-wrapper__mask__bottom,
.tour-component-wrapper__mask__left {
  position: fixed;
  pointer-events: all;
  z-index: 5;
}.tour-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #dce1fb;
}

.tour-indicators {
  color: #dce1fb;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.tour-component-mask svg > rect:first-of-type {
  fill: #1a2440;
  opacity: 35%;
}

.tour-component {
  width: max-content;
  min-width: 302px;
}
.tour-component-close {
  top: 23px !important;
}
.tour-component-close svg {
  width: 20px;
  height: 20px;
}
.tour-component img {
  background-color: transparent;
}
.tour-component-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  margin: 0 16px;
  padding: 12px 0 16px !important;
  align-items: center;
}
.tour-component-header {
  padding: 16px !important;
}
.tour-component-description {
  padding-bottom: 12px !important;
  max-width: 301px;
}
.tour-component-description b {
  font-weight: 700;
}
.tour-component-prev-btn {
  display: none;
}

.tour-component-buttons {
  display: flex;
}
.tour-component-buttons .tour-component-prev-btn {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.tour-component-buttons .tour-component-next-btn {
  border-radius: 4px;
  background: #4e67ea;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}.avatar-dropdown__trigger::before {
  content: none;
}
.avatar-dropdown__trigger .avatar-dropdown__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: var(--avatar-button-color, #57585a);
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.avatar-dropdown__trigger .avatar-dropdown__button:hover, .avatar-dropdown__trigger .avatar-dropdown__button:focus-visible {
  background: rgba(26, 36, 64, 0.08);
  color: var(--avatar-button-color, #252628);
}
.avatar-dropdown__trigger .avatar-dropdown__button--compact {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-dropdown__overlay--compact .avatar-dropdown__container {
  padding: 16px;
  border-radius: 16px;
  gap: 16px;
}
.avatar-dropdown__overlay--compact .avatar-dropdown__grid {
  grid-template-columns: 1fr;
}
.avatar-dropdown__overlay--compact .avatar-dropdown__card {
  padding: 12px 14px;
}
.avatar-dropdown__overlay--compact .avatar-dropdown__card-icon {
  display: none;
}
.avatar-dropdown__overlay--compact .avatar-dropdown__card-content {
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.avatar-dropdown__overlay--compact .avatar-dropdown__login-button.ant-btn-primary {
  min-width: 64px;
  padding: 0 12px;
  font-size: 13px;
}
.avatar-dropdown__overlay--compact .avatar-dropdown__select-popup {
  min-width: auto !important;
}

.avatar-dropdown__container {
  width: 100%;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #f2f3f5;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 52px rgba(26, 36, 64, 0.16);
}

.avatar-dropdown__search {
  padding: 0;
}

.avatar-dropdown__select {
  width: 100%;
}

.avatar-dropdown__select-popup {
  min-width: 720px;
  max-width: calc(100vw - 64px);
}
.avatar-dropdown__select-popup .ant-select-item {
  padding: 0;
}
.avatar-dropdown__select-popup .ant-select-item-option-content {
  display: flex;
  padding: 8px 14px;
}

.avatar-dropdown__select-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.avatar-dropdown__select-option-info {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.avatar-dropdown__select-option-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}

.avatar-dropdown__select-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #898a8c;
}
.avatar-dropdown__select-option-icon svg {
  width: 1.15em;
  height: 1.15em;
}

.avatar-dropdown__select-option-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.avatar-dropdown__select-option-user {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  font-size: 15px;
  color: #57585a;
}

.avatar-dropdown__select-option-user-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.avatar-dropdown__select-option-name {
  color: #252628;
  font-weight: 400;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-dropdown__select-option-email {
  color: #898a8c;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-dropdown__select-option-organization {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  font-size: 14px;
  color: #898a8c;
}

.avatar-dropdown__select-option-organization-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #434446;
}

.avatar-dropdown__select-option-organization-id {
  flex: 0 0 auto;
  color: #bfbfbf;
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
}

.ant-select-item-option-active .avatar-dropdown__select-option-organization-id,
.ant-select-item-option-selected .avatar-dropdown__select-option-organization-id {
  opacity: 1;
  visibility: visible;
}

.avatar-dropdown__select-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  color: #bfbfbf;
}

.avatar-dropdown__state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 20px;
  text-align: center;
  border: 1px dashed #f2f3f5;
  border-radius: 18px;
  color: #bfbfbf;
  background: #ffffff;
}

.avatar-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.avatar-dropdown__grid--scrollable {
  max-height: 540px;
  overflow-y: auto;
  padding-right: 8px;
}

.avatar-dropdown__card {
  display: flex;
  width: auto;
  padding: 18px 20px;
  border: 1px solid #f2f3f5;
  border-radius: 18px;
  background: #ffffff;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.avatar-dropdown__card:hover {
  border-color: #4e67ea;
  box-shadow: 0 8px 24px rgba(26, 36, 64, 0.12);
}

.avatar-dropdown__card--selected {
  border-color: #4e67ea;
  box-shadow: 0 10px 28px rgba(78, 103, 234, 0.24);
}

.avatar-dropdown__card-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.avatar-dropdown__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #f2f3f5;
  border-radius: 12px;
  background: #ffffff;
  font-size: 18px;
  color: #898a8c;
}
.avatar-dropdown__card-icon svg {
  width: 1.1em;
  height: 1.1em;
}

.avatar-dropdown__card-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.avatar-dropdown__card-user {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  font-size: 15px;
  color: #57585a;
}

.avatar-dropdown__card-user-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.avatar-dropdown__card-name {
  font-weight: 400;
  color: #252628;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-dropdown__card-email {
  color: #898a8c;
  font-size: 14px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-dropdown__card-organization {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  font-size: 14px;
  color: #898a8c;
}

.avatar-dropdown__card-organization-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #434446;
}

.avatar-dropdown__card-organization-id {
  flex: 0 0 auto;
  color: #bfbfbf;
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.avatar-dropdown__card:hover .avatar-dropdown__card-organization-id,
.avatar-dropdown__card--selected .avatar-dropdown__card-organization-id {
  opacity: 1;
  visibility: visible;
}

.avatar-dropdown__card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  align-self: flex-start;
}

.avatar-dropdown__favorite-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.avatar-dropdown__action-id {
  color: #bfbfbf;
  font-size: 14px;
  white-space: nowrap;
}

.avatar-dropdown__favorite-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #d9dadc;
  cursor: pointer;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
  justify-self: end;
}
.avatar-dropdown__favorite-button svg {
  width: 18px;
  height: 18px;
}
.avatar-dropdown__favorite-button:hover:not(:disabled) {
  color: #faad14;
  transform: scale(1.05);
}
.avatar-dropdown__favorite-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.avatar-dropdown__favorite-button--active {
  color: #faad14;
}

.avatar-dropdown__card-actions .ant-btn-primary {
  min-width: 96px;
  font-weight: 400;
}

.avatar-dropdown__select-option-actions .ant-btn-primary {
  min-width: 96px;
  font-weight: 400;
}

.avatar-dropdown__login-button.ant-btn-primary {
  font-weight: 400;
}

.avatar-dropdown__pagination {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

@media (max-width: 1024px) {
  .avatar-dropdown__container {
    padding: 24px;
  }
  .avatar-dropdown__select-popup {
    min-width: calc(100vw - 64px);
  }
}
@media (max-width: 720px) {
  .avatar-dropdown__container {
    gap: 20px;
  }
  .avatar-dropdown__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .avatar-dropdown__container {
    padding: 20px 18px;
    border-radius: 20px;
  }
  .avatar-dropdown__select-popup {
    min-width: calc(100vw - 48px);
  }
  .avatar-dropdown__search {
    padding: 0;
  }
  .avatar-dropdown__grid {
    grid-template-columns: 1fr;
  }
}.analytics-table-dropdown__title {
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 4px;
}

.draggable-select-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 4px 8px 4px 12px;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}

.draggable-select-item-label {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  border-radius: 4px;
}

.analytics-table-dropdown {
  display: flex;
  width: 230px;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 20px -4px rgba(26, 36, 64, 0.1);
}

.analytics-table-dropdown__draggable-select-item {
  width: 100%;
}
.analytics-table-dropdown__draggable-select-item.dragging {
  opacity: 0.5;
  background: #e6f7ff;
}.ai-assistant-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1051;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #4e67ea;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(78, 103, 234, 0.4);
  transition: background 0.2s, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ai-assistant-button:hover {
  background: #3e52bb;
}
.ai-assistant-button:hover:not(.ai-assistant-button--avoiding) {
  transform: scale(1.05);
}
.ai-assistant-button:active:not(.ai-assistant-button--avoiding) {
  transform: scale(0.97);
}
.ai-assistant-button--avoiding {
  animation: ai-button-wiggle 0.5s ease-in-out;
}
.ai-assistant-button__icon {
  font-size: 24px;
  color: #ffffff;
}
.ai-assistant-button__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 100px;
  background: #f5222d;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
  animation: ai-badge-pulse 0.4s ease-out;
}

@keyframes ai-badge-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ai-button-wiggle {
  0% {
    rotate: 0deg;
  }
  15% {
    rotate: -10deg;
  }
  30% {
    rotate: 10deg;
  }
  45% {
    rotate: -6deg;
  }
  60% {
    rotate: 4deg;
  }
  75% {
    rotate: -2deg;
  }
  100% {
    rotate: 0deg;
  }
}.agent-type-select__popup {
  width: 280px !important;
}
.agent-type-select__popup .ant-select-item-option-content {
  white-space: normal;
}
.agent-type-select__option-desc {
  font-size: 12px;
  color: #898a8c;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}.ai-thread-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.ai-thread-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 61px;
  padding: 0 20px;
  border-bottom: 1px solid #e8e9eb;
  flex-shrink: 0;
}
.ai-thread-list__header-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ai-thread-list__header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-thread-list__new-message {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid #e8e9eb;
  flex-shrink: 0;
}
.ai-thread-list__input {
  flex: 1;
  resize: none;
}
.ai-thread-list__content {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.ai-thread-list__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.ai-thread-list__item {
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.15s;
  border-bottom: 1px solid #f2f3f5;
}
.ai-thread-list__item:hover {
  background-color: #f7f8fa;
}
.ai-thread-list__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.ai-thread-list__item-title {
  font-weight: 500;
  color: #252628;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.ai-thread-list__item-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ai-thread-list__item-badge {
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 100px;
  background: #f5222d;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
  animation: ai-thread-badge-pulse 0.4s ease-out;
}
.ai-thread-list__item-date {
  color: #898a8c;
  white-space: nowrap;
  flex-shrink: 0;
}
.ai-thread-list__item-delete {
  opacity: 0;
  color: #898a8c;
  transition: opacity 0.15s, color 0.15s;
}
.ai-thread-list__item:hover .ai-thread-list__item-delete {
  opacity: 1;
}
.ai-thread-list__item-delete:hover {
  color: #f5222d !important;
}
.ai-thread-list__item-preview {
  color: #898a8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes ai-thread-badge-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}.ai-artifact {
  margin-top: 8px;
  border: 1px solid #e8e9eb;
  border-left: 3px solid #7185ee;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f8fa;
}
.ai-artifact__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.ai-artifact__header:hover {
  background: #f2f3f5;
}
.ai-artifact__icon {
  color: #4e67ea;
  font-size: 14px;
  flex-shrink: 0;
  display: inline-flex;
}
.ai-artifact__type-tag {
  flex-shrink: 0;
  font-size: 11px;
  margin-inline-end: 0;
}
.ai-artifact__title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  color: #252628;
}
.ai-artifact__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: #898a8c;
}
.ai-artifact__actions .anticon {
  font-size: 10px;
}
.ai-artifact__fullscreen-btn {
  color: #898a8c;
  width: 24px;
  height: 24px;
}
.ai-artifact__fullscreen-btn:hover {
  color: #4e67ea !important;
}
.ai-artifact__body {
  border-top: 1px solid #e8e9eb;
}
.ai-artifact__iframe {
  width: 100%;
  border: none;
  min-height: 80px;
  display: block;
  background: #ffffff;
}
.ai-artifact__fallback {
  padding: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #57585a;
  max-height: 200px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.ai-artifact-modal .ant-modal-body {
  padding: 0;
}
.ai-artifact-modal__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.ai-artifact-modal__iframe {
  width: 100%;
  height: 70vh;
  border: none;
  display: block;
}.ai-message {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 16px;
}
.ai-message--user {
  align-items: flex-end;
}
.ai-message--assistant {
  align-items: flex-start;
}
.ai-message--system {
  align-items: center;
  margin-bottom: 8px;
}
.ai-message__agent-label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #898a8c;
}
.ai-message__bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f2f3f5;
  color: #252628;
  word-break: break-word;
}
.ai-message__bubble--user {
  background: #4e67ea;
  color: #ffffff;
  border-bottom-right-radius: 4px;
}
.ai-message__bubble:not(.ai-message__bubble--user) {
  border-bottom-left-radius: 4px;
}
.ai-message__text {
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.ai-message__markdown {
  font-size: 14px;
  line-height: 1.6;
}
.ai-message__markdown p {
  margin: 0 0 8px;
}
.ai-message__markdown p:last-child {
  margin-bottom: 0;
}
.ai-message__markdown ul,
.ai-message__markdown ol {
  margin: 0 0 8px;
  padding-left: 20px;
}
.ai-message__markdown code {
  background: #e8e9eb;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}
.ai-message__markdown pre {
  background: #252628;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 8px 0;
}
.ai-message__markdown pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.ai-message__markdown table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  font-size: 13px;
}
.ai-message__markdown th,
.ai-message__markdown td {
  border: 1px solid #d9dadc;
  padding: 6px 10px;
  text-align: left;
}
.ai-message__markdown th {
  background: #f2f3f5;
  font-weight: 500;
}
.ai-message__markdown strong {
  font-weight: 600;
}
.ai-message__markdown a {
  color: #4e67ea;
}
.ai-message__markdown a:hover {
  color: #3e52bb;
}
.ai-message__artifact {
  max-width: 85%;
  margin-top: 4px;
}
.ai-message__time {
  color: #898a8c;
  margin-top: 2px;
  font-size: 11px;
}
.ai-message__thinking-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  background: #f7f8fa;
  border-left: 3px solid #c0c1c3;
  color: #898a8c;
  font-size: 13px;
  user-select: none;
  transition: background 0.15s;
  max-width: 85%;
}
.ai-message__thinking-toggle:hover {
  background: #f2f3f5;
}
.ai-message__thinking-toggle .anticon {
  font-size: 10px;
}
.ai-message__thinking-toggle--active {
  border-left-color: #4e67ea;
  background: linear-gradient(90deg, #f7f8fa 0%, rgba(149, 164, 242, 0.5) 50%, #f7f8fa 100%);
  background-size: 200% 100%;
  animation: ai-thinking-shimmer 1.5s ease-in-out infinite;
}
.ai-message__thinking-toggle--active:hover {
  background: linear-gradient(90deg, #f7f8fa 0%, rgba(149, 164, 242, 0.5) 50%, #f7f8fa 100%);
  background-size: 200% 100%;
  animation: ai-thinking-shimmer 1.5s ease-in-out infinite;
}
.ai-message__thinking-label {
  font-style: italic;
  font-weight: 500;
}
.ai-message__thinking-content {
  max-width: 85%;
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: 8px;
  border-left: 3px solid #c0c1c3;
  background: #f7f8fa;
  color: #57585a;
  font-size: 13px;
  line-height: 1.5;
}
.ai-message__thinking-content--active {
  border-left-color: #4e67ea;
}
.ai-message__thinking-content p {
  margin: 0 0 6px;
}
.ai-message__thinking-content p:last-child {
  margin-bottom: 0;
}
.ai-message__thinking-content ul,
.ai-message__thinking-content ol {
  margin: 0 0 6px;
  padding-left: 18px;
}
.ai-message__thinking-content code {
  background: #e8e9eb;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 12px;
}
.ai-message__confirmation {
  border-left: 3px solid #f5222d;
  background: #f7f8fa;
}
.ai-message__confirmation-actions {
  margin-top: 12px;
}
.ai-message__system-text {
  color: #898a8c;
  font-style: italic;
  font-size: 12px;
  padding: 4px 12px;
  background: #f7f8fa;
  border-radius: 8px;
}

@keyframes ai-thinking-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}.ai-typing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  margin-bottom: 16px;
}
.ai-typing__label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #898a8c;
}
.ai-typing__bubble {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  background: #f2f3f5;
  border-radius: 12px;
  border-bottom-left-radius: 4px;
}
.ai-typing__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c0c1c3;
  animation: ai-typing-bounce 1.2s ease-in-out infinite;
}
.ai-typing__dot:nth-child(2) {
  animation-delay: 0.2s;
}
.ai-typing__dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes ai-typing-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}.async-task-progress {
  padding: 10px 14px;
  border-radius: 10px;
  background: #f7f8fa;
  border: 1px solid #d9dadc;
}
.async-task-progress--compact {
  padding: 8px 12px;
  border-radius: 8px;
}
.async-task-progress--completed {
  border-color: #02be7b;
  background: rgba(2, 190, 123, 0.04);
}
.async-task-progress--failed {
  border-color: #f5222d;
  background: rgba(245, 34, 45, 0.04);
}
.async-task-progress__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.async-task-progress__icon {
  font-size: 14px;
}
.async-task-progress__icon--success {
  color: #02be7b;
}
.async-task-progress__icon--error {
  color: #f5222d;
}
.async-task-progress__icon--loading {
  color: #4e67ea;
}
.async-task-progress__label {
  font-size: 13px;
  font-weight: 500;
  color: #252628;
  flex: 1;
}
.async-task-progress__percent {
  font-size: 12px;
  color: #898a8c;
  font-variant-numeric: tabular-nums;
}
.async-task-progress__bar {
  margin-bottom: 4px;
}
.async-task-progress__bar .ant-progress-inner {
  border-radius: 4px;
}
.async-task-progress__status {
  color: #898a8c;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.ai-task-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
  margin-bottom: 12px;
}.ai-chat {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.ai-chat__header {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 61px;
  padding: 0 20px;
  border-bottom: 1px solid #e8e9eb;
  flex-shrink: 0;
}
.ai-chat__back-btn {
  flex-shrink: 0;
}
.ai-chat__title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ai-chat__close-btn {
  flex-shrink: 0;
}
.ai-chat__messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px 0;
  position: relative;
}
.ai-chat__new-message-btn {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #4e67ea;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}
.ai-chat__new-message-btn:hover {
  background: #3e52bb;
}
.ai-chat__input-area {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 20px;
  border-top: 1px solid #e8e9eb;
  flex-shrink: 0;
}
.ai-chat__input {
  flex: 1;
  resize: none;
}.ai-assistant-resize-handle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  cursor: col-resize;
  z-index: 1;
  transition: background-color 0.15s;
}
.ai-assistant-resize-handle:hover, .ai-assistant-resize-handle:active {
  background-color: #4e67ea;
}.ai-assistant-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 420px;
  max-width: 100vw;
  background: #ffffff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  animation: ai-assistant-slide-in 0.25s ease-out;
}
@media (max-width: 480px) {
  .ai-assistant-sidebar {
    width: 100vw !important;
  }
}

@keyframes ai-assistant-slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
:root {
  view-transition-name: route;
}
::view-transition-old(route),
::view-transition-new(route) {
  animation-duration: 220ms;
  animation-timing-function: ease-in-out;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: auto !important;
  overflow-y: scroll !important;
  width: 100% !important;
}
.no-scroll {
  overflow: hidden !important;
}
body.no-scroll {
  overflow: hidden !important;
  border-right: 10px solid transparent !important;
}
.custom-scroll {
  scrollbar-color: #d9dadc #e8e9eb;
  scrollbar-width: thin;
}
.custom-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #e8e9eb;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: #d9dadc;
  border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #d9dadc;
}
body {
  scrollbar-color: #cfd6dc #e8ebee;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background: #e8ebee;
}
body::-webkit-scrollbar-thumb {
  background: #cfd6dc;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #cfd6dc;
}
body * {
  scrollbar-color: #cfd6dc #e8ebee;
  scrollbar-width: thin;
}
body *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body *::-webkit-scrollbar-track {
  background: #e8ebee;
}
body *::-webkit-scrollbar-thumb {
  background: #cfd6dc;
  border-radius: 10px;
}
body *::-webkit-scrollbar-thumb:hover {
  background: #cfd6dc;
}
.info-icon:hover path {
  fill: #252628;
}
.color-danger {
  color: #ff4d4f !important;
}
.content-w-lg {
  max-width: 1240px;
  margin: 0 auto;
}
.content-w-l {
  max-width: 960px;
  margin: 0 auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-uppercase-first {
  display: inline-block;
}
.text-uppercase-first::first-letter {
  text-transform: uppercase;
}
.border-dashed {
  border-style: dashed !important;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: flex-start;
}
.flex-end {
  display: flex;
  align-items: flex-end;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-baseline {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.inline {
  display: inline;
}
.block {
  display: block !important;
}
.campaign-goal-cell {
  text-align: center;
}
.campaign-goal-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
/* Make numeric input prefix (e.g., currency) non-editable */
.ant-input-number .ant-input-number-prefix {
  user-select: none;
  pointer-events: none;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-baseline {
  align-items: baseline;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-red {
  color: #f5222d;
}
.text-neutral-grey-2 {
  color: #f7f8fa;
}
.text-neutral-grey-3 {
  color: #f2f3f5;
}
.text-neutral-grey-4 {
  color: #e8e9eb;
}
.text-neutral-grey-5 {
  color: #d9dadc;
}
.text-neutral-grey-6 {
  color: #c0c1c3;
}
.text-neutral-grey-7 {
  color: #898a8c;
}
.text-neutral-grey-8 {
  color: #57585a;
}
.text-neutral-grey-9 {
  color: #434446;
}
.text-neutral-grey-10 {
  color: #252628;
}
.text-neutral-grey-11 {
  color: #1b1c1e;
}
.text-neutral-grey-12 {
  color: #070808;
}
.text-dust-red-5 {
  color: #ff4d4f;
}
.text-dust-red-6 {
  color: #f5222d;
}
.text-brand-blue-5 {
  color: #4e67ea;
}
.text-capitalize {
  text-transform: capitalize;
}
.justify-between {
  justify-content: space-between;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-4 {
  gap: 4px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-14 {
  gap: 14px;
}
.gap-16 {
  gap: 16px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.bold {
  font-weight: bold;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #e8e9eb;
  margin: 14px 0;
}
.divider-v {
  width: 1px;
  height: 24px;
  background-color: #e8e9eb;
  margin: 0 16px;
}
.cursor-pointer {
  cursor: pointer;
}
.box-border {
  box-sizing: border-box;
}
.cursor-not-allowed {
  cursor: not-allowed;
  pointer-events: none;
}
.no-style {
  all: unset;
}
.no-style:hover {
  all: unset;
  cursor: pointer;
}
.link-style {
  all: unset;
  color: #4e67ea;
  cursor: pointer;
}
.link-style:hover {
  text-decoration: underline;
}
.events-disabled {
  pointer-events: none;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.right-0 {
  right: 0;
}
/* Small Screens (e.g., smartphones) */
.max-w-sm {
  max-width: 320px;
  /* Adjust this value for small screens */
}
/* Medium Screens (e.g., tablets) */
.max-w-m {
  max-width: 600px;
  /* Adjust this value for medium screens */
}
/* Medium Screens (e.g., tablets) */
.max-w-md {
  max-width: 768px;
  /* Adjust this value for medium screens */
}
.min-w-md {
  min-width: 768px;
}
.max-w-l {
  max-width: 960px;
}
.min-w-l {
  min-width: 960px;
}
/* Large Screens (e.g., desktops) */
.max-w-lg {
  max-width: 1200px;
  /* Adjust this value for large screens */
}
.w-content {
  width: -webkit-fill-available;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-90p {
  width: 90%;
}
.w70p {
  width: 70%;
}
.w60p {
  width: 60%;
}
.w50p {
  width: 50%;
}
.w30p {
  width: 30%;
}
.w320 {
  width: 320px;
}
.border-box {
  box-sizing: border-box;
}
.h-full {
  height: 100%;
}
.h-90 {
  height: 90px;
}
.h-32 {
  height: 32px;
}
[class*="p-["] {
  padding: var(--p);
}
.p-\[--p\] {
  padding: var(--p);
}
.p-64 {
  padding: 64px;
}
.p-24 {
  padding: 24px;
}
.p-16 {
  padding: 16px;
}
.p-12 {
  padding: 12px;
}
.p-8 {
  padding: 8px;
}
.p-4 {
  padding: 4px;
}
.pl-0 {
  padding-left: 0;
}
.pl-20 {
  padding-left: 20px;
}
.pl-16 {
  padding-left: 16px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-120 {
  padding-right: 120px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-4 {
  padding-top: 4px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-64 {
  padding-top: 64px;
}
.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pb-22 {
  padding-bottom: 22px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
[class*="m-["] {
  margin: var(--m);
}
.m-\[--m\] {
  margin: var(--m);
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.m-0 {
  margin: 0 !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-6 {
  margin-left: 6px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-26 {
  margin-bottom: 26px;
}
.mr-auto {
  margin-right: auto !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-6 {
  margin-right: 6px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mx-auto {
  margin: 0 auto;
}
.mx-4 {
  margin: 0 4px;
}
.mx-6 {
  margin: 0 6px;
}
.mx-8 {
  margin: 0 8px;
}
.mx-10 {
  margin: 0 10px;
}
.mx-12 {
  margin: 0 12px;
}
.mx-16 {
  margin: 0 16px;
}
.mx-20 {
  margin: 0 20px;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.my-0 {
  margin: 0 0 !important;
}
.my-4 {
  margin: 4px 0 !important;
}
.my-8 {
  margin: 8px 0;
}
.my-16 {
  margin: 16px 0;
}
.my-20 {
  margin: 20px 0;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-18 {
  margin-top: 18px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.gradient-pro {
  background: linear-gradient(85.3deg, #4a4bd9 7.6%, #a64ad9 92.4%);
  color: white;
  border: 0;
}
.gradient-pro:hover, .gradient-pro:active, .gradient-pro:focus {
  background: linear-gradient(85.3deg, #3839c7 7.6%, #9438c7 92.4%) !important;
  color: white !important;
}
.btn-gradient-pro {
  background: linear-gradient(to right, #393dac, #863aae) !important;
  color: white !important;
  border: 0;
  cursor: pointer;
}
.btn-gradient-pro:hover {
  color: white !important;
}
.boost-pro-gradient {
  border: none;
  position: relative;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  background-image: linear-gradient(85.3deg, #4a4bd9 7.6%, #a64ad9 92.4%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.boost-pro-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(85.3deg, #4a4bd9 7.6%, #a64ad9 92.4%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.boost-pro-gradient:hover, .boost-pro-gradient:active {
  color: transparent !important;
  background-color: transparent !important;
  background-image: linear-gradient(85.3deg, #4a4bd9 7.6%, #a64ad9 92.4%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.boost-pro-gradient-button {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(85.3deg, #4a4bd9 7.6%, #a64ad9 92.4%) border-box;
}
.boost-pro-gradient-button p {
  margin: 0;
  background: linear-gradient(85.3deg, #4a4bd9 12%, #a64ad9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.boost-pro-gradient-button:hover, .boost-pro-gradient-button:active {
  border: 1px solid transparent;
  background: linear-gradient(#f9f6fd, #f9f6fd) padding-box, linear-gradient(85.3deg, #4a4bd9 7.6%, #a64ad9 92.4%) border-box !important;
}
.text-regular-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #001529;
}
.text-regular-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #252628;
}
.text-regular-14-color-9 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #434446;
}
.text-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: block;
  padding-bottom: 4px;
  color: #57585a;
}
.text-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #252628;
}
.text-title-18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #001529;
}
.text-modal-title-18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #252628;
  margin: 8px 0;
}
.text-modal-description-14 {
  color: #57585a;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.text-title-30 {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  font-style: normal;
  color: #252628;
}
.text-small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #001529;
}
.text-subdued {
  color: #889096;
}
.text-normal-14 {
  color: #252628;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.text-medium-14 {
  color: #252628;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.text-medium-22-color-10 {
  color: #252628;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.text-font-12-color-8 {
  color: #57585a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.text-font-12-color-7 {
  color: #898a8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.text-font-14-color-9 {
  color: #434446;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.text-medium-14-color-11 {
  color: #1b1c1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.text-medium-16-color-10 {
  color: #252628;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.text-medium-18-color-15 {
  color: #1b1c1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.text-semibold-18-color-10 {
  color: #252628;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.text-medium-18-color-10 {
  color: #252628;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.text-normal-14-color-7 {
  color: #898a8c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.text-normal-12-color-10 {
  color: #252628;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.text-bold-18-color-10 {
  color: #252628;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.text-normal-18-color-10 {
  color: #252628;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.text-medium-14-color-12 {
  color: #07080a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.text-neutral-7 {
  color: #898a8c;
}
.text-neutral-8 {
  color: #57585a;
}
.text-size-14 {
  font-size: 14px;
}
.text-link {
  color: #4e67ea !important;
  text-decoration: none !important;
  cursor: pointer;
}
.text-link:hover, .text-link:active {
  color: #3e52bb !important;
}
.text-neutral-8 {
  color: #57585a;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.truncate-90p {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pointer {
  cursor: pointer;
}
.underlined {
  text-decoration: underline;
}
.max-w-full {
  max-width: 100%;
}
.overflow-auto {
  overflow: auto;
}
.card-container {
  padding: 16px;
  background: white;
  border-radius: 12px;
  border: 1px solid #e8e9eb;
}
.pro-gradient-bg {
  background: linear-gradient(135deg, #4e67ea, #a64ad9);
}
.ant-modal-confirm-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ant-form-item-control-input textarea {
  color: #252628;
}
.ant-input:hover {
  border: 1px solid #4e67ea;
}
.ant-input:focus {
  border: 1px solid #4e67ea;
  outline: 2px solid rgba(78, 103, 234, 0.1);
  box-shadow: none;
}
.ant-input-disabled,
.ant-input-disabled:hover {
  border: 1px solid #d9dadc;
}
.ant-input-disabled {
  background: #f7f8fa;
}
.ant-input::placeholder {
  color: #898a8c;
}
.ant-input-status-error,
.ant-input-status-error:hover {
  border: 1px solid #ff4d4f !important;
  outline: 2px solid rgba(255, 77, 79, 0.1);
  box-shadow: none;
}
.ant-dropdown-trigger {
  display: flex;
  align-items: center;
}
.modal-footer-flex .ant-modal-footer {
  display: flex;
  justify-content: flex-end;
}
.ant-notification-notice {
  padding: 12px 16px !important;
}
.ant-notification-notice-content .ant-notification-notice-icon-success {
  color: #17cc80;
  top: 15px;
}
.ant-notification-notice-content .ant-notification-notice-icon-success svg {
  width: 18px !important;
  height: 16px !important;
  font-size: 16px;
}
.ant-notification-notice-success .ant-notification-notice-message {
  margin-bottom: 0 !important;
  margin-inline-start: 26px !important;
}
.info-container {
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 16px;
  padding: 16px;
}
.calendly-inline-widget {
  height: 700px !important;
}
.ant-steps {
  justify-content: space-between;
}
.ant-steps-item {
  flex: content !important;
}
#hubspot-messages-iframe-container {
  bottom: 80px !important;
}
.widget-align-right {
  bottom: 80px !important;
}
.ant-btn-default svg path {
  transition: all 0.2s ease-out;
}
.ant-btn-text:hover {
  background-color: #f7f8fa !important;
}
.ant-btn-text:active {
  background-color: #f2f3f5 !important;
}
.ant-drawer-content-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .ant-drawer-content-wrapper {
    height: fit-content !important;
    max-height: 600px !important;
  }
}
@media (max-width: 767px) {
  .ant-drawer-right .ant-drawer-mask {
    background: white !important;
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .ant-drawer.ant-drawer-bottom {
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
  }
  .ant-drawer.ant-drawer-bottom .ant-drawer-content-wrapper {
    position: relative !important;
  }
}
.hubspot-chat-button {
  background-color: #4e67ea;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  bottom: 88px;
  right: 0;
  padding: 12px 5px;
  gap: 6px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  z-index: 10000;
}
.hubspot-chat-button .hubspot-chat-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 14px;
}
.hubspot-chat-button path {
  fill: #ffffff;
}
.hubspot-chat-button svg {
  width: 16px;
  height: 16px;
}
.hubspot-chat-button:hover {
  background-color: #3e52bb;
}
@media (max-width: 768px) {
  .hubspot-chat-button:hover {
    background-color: #4e67ea;
  }
}
#hubspot-messages-iframe-container {
  visibility: hidden !important;
  pointer-events: none !important;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 76px, rgb(0, 0, 0) 84px) !important;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 76px, rgb(0, 0, 0) 84px) !important;
}
#hubspot-messages-iframe-container.widget-align-right.visible {
  right: 24px !important;
}
#hubspot-messages-iframe-container.visible {
  visibility: visible !important;
  pointer-events: all !important;
  bottom: 0 !important;
  right: 24px !important;
}
#hubspot-messages-iframe-container.visible > iframe {
  pointer-events: all !important;
}
#hubspot-messages-iframe-container iframe,
#hubspot-messages-iframe-container.visible iframe {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 76px, rgb(0, 0, 0) 84px) !important;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 76px, rgb(0, 0, 0) 84px) !important;
  box-shadow: none !important;
}
#hubspot-messages-iframe-container:before {
  position: absolute;
  content: "";
  background-color: transparent;
  bottom: 88px;
  top: 16px;
  right: 16px;
  left: 17px;
  box-shadow: 0 0 16px 0 rgba(26, 36, 64, 0.08);
  border-radius: 8px;
}
#hubspot-messages-iframe-container:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -8px;
  width: 90px;
  height: 76px;
  right: 7px;
}
.hubspot-close-button {
  display: none;
}
.hs-messages-mobile.hs-messages-mobile .hubspot-chat-button {
  bottom: 108px;
}
.hs-messages-mobile.hs-messages-mobile #hubspot-messages-iframe-container:before {
  bottom: 108px;
}
html:not(.hs-messages-mobile):not(.hs-messages-widget-open) #hubspot-messages-iframe-container {
  mask-image: none !important;
  -webkit-mask-image: none !important;
  width: 407.984px !important;
  height: 633.984px !important;
}
.hs-messages-mobile.hs-messages-mobile.hs-messages-widget-open #hubspot-messages-iframe-container {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.hs-messages-mobile.hs-messages-mobile.hs-messages-widget-open #hubspot-messages-iframe-container.visible {
  bottom: 0 !important;
  right: 0 !important;
}
.hs-messages-mobile.hs-messages-mobile.hs-messages-widget-open #hubspot-messages-iframe-container iframe,
.hs-messages-mobile.hs-messages-mobile.hs-messages-widget-open #hubspot-messages-iframe-container.visible iframe {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.hs-messages-mobile.hs-messages-mobile.hs-messages-widget-open .hubspot-close-button {
  display: block;
  content: "";
  position: fixed;
  width: 46px;
  height: 46px;
  right: 12px;
  z-index: 999;
  top: 11px;
}
html.hs-messages-widget-open.hs-messages-mobile,
html.hs-messages-widget-open.hs-messages-mobile body {
  overflow: auto !important;
}
.hs-messages-widget-open #hubspot-messages-iframe-container.visible {
  right: 24px !important;
}
.hs-messages-mobile.hs-messages-mobile.hs-messages-widget-open #hubspot-messages-iframe-container.visible {
  right: 0 !important;
}
.rc-virtual-list .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
  background-color: #f2f3f5 !important;
}
.rc-virtual-list .ant-select-item.ant-select-item-option:hover {
  background-color: #f7f8fa !important;
}
.ant-input {
  color: #252628 !important;
}
.ant-modal-mask {
  background-color: rgba(26, 36, 64, 0.35) !important;
}
.ant-btn:disabled {
  background-color: #f2f3f5;
  color: #c0c1c3;
}
.ant-modal-close {
  background: transparent !important;
  width: 16px;
  height: 16px;
}
.ant-modal-close svg path {
  fill: #898a8c !important;
}
.ant-modal-close:hover svg path {
  fill: #252628 !important;
}
.common-select-icon {
  transition: all 200ms ease-out;
  transform: rotate(90deg);
  cursor: pointer;
}
.ant-select-open .common-select-icon {
  transform: rotate(270deg);
}
.icon-class svg path {
  fill: #57585a !important;
}
.icon-class:hover svg path {
  fill: #252628 !important;
}
.icon-hover-class path {
  transition: all 0.3s ease-out;
  fill: #898a8c !important;
}
.icon-hover-class:hover path {
  fill: #252628 !important;
}
.all-filters-btn {
  border-color: #d9dadc;
  color: #252628 !important;
}
.all-filters-btn + sup {
  background: #4e67ea !important;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #4e67ea;
  border-color: #4e67ea;
  border-radius: 4px;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  border: none;
  content: url("data:image/svg+xml,%3csvg%20width='8'%20height='6'%20viewBox='0%200%208%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%203.21589L3.02174%204.72725L6.5%201.27271'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  transform: none;
  top: -2px;
  left: 4px;
  line-height: 16px;
}
.password-input .ant-input-password-icon svg {
  width: 16px;
  height: 16px;
  fill: #898a8c;
  transition: all 0.1s ease-out;
}
.password-input .ant-input-password-icon:hover svg {
  fill: #252628;
}
.react-international-phone-input-container {
  border: none !important;
}
.react-international-phone-input-container:hover {
  border-radius: 8px !important;
}
.react-international-phone-input-container:hover .react-international-phone-country-selector-button {
  border-color: #4e67ea;
  position: relative;
}
.react-international-phone-input-container:hover .react-international-phone-input {
  border-color: #4e67ea;
  border-left-color: transparent;
}
.react-international-phone-input-container:focus {
  outline: 2px solid rgba(78, 103, 234, 0.1);
}
.ant-form-item-has-error .react-international-phone-input-container {
  border: 1px solid #ff4d4f !important;
  border-radius: 8px !important;
}
.ant-form-item-has-error .react-international-phone-country-selector-button {
  border: none;
  border-right: 1px solid #d9dadc;
}
.ant-form-item-has-error .react-international-phone-country-selector-button:after {
  transition: all ease-out 0.1s;
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  right: -1px;
  height: 42px !important;
  width: 1px;
  background: #ff4d4f !important;
}
.ant-form-item-has-error .react-international-phone-input {
  border: none;
  border-left: 1px solid #d9dadc;
}
.password-input .ant-input-password-icon svg {
  width: 16px;
  height: 16px;
  fill: #898a8c;
  transition: all 0.1s ease-out;
}
.password-input .ant-input-password-icon:hover svg {
  fill: #252628;
}
.password-input .ant-input-prefix {
  order: 10;
  margin: 0 0 0 8px;
}
.ant-select-dropdown {
  box-shadow: 0px 0px 20px -4px rgba(26, 36, 64, 0.1) !important;
}
.ant-select-dropdown .ant-select-item {
  padding: 4px 12px;
  min-height: auto;
  color: #252628;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  line-height: 24px;
  margin-bottom: 2px;
}
.common-form .ant-form-item-label,
.common-form .ant-form-item-label label {
  color: #57585a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 4px;
}
.common-form .ant-form-item-label label {
  padding-bottom: 0;
}
.common-form .ant-form-item {
  margin-bottom: 12px;
}
.common-form .ant-checkbox-wrapper,
.common-form .ant-checkbox-wrapper label {
  color: #252628;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.common-form .ant-form-item-explain-error {
  margin: 6px 0 12px;
}
.ant-table-empty .ant-table-header {
  display: none;
}
.ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected > .ant-table-cell {
  background: #f7f8fa;
}
.ant-table-thead .ant-checkbox-inner::after {
  border-radius: 2px;
}
.ant-checkbox-wrapper {
  color: #252628;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.ant-radio-button-wrapper {
  color: #1b1c1e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0 16px;
}
.ant-progress {
  color: #252628 !important;
}
.ant-progress-text {
  color: #252628 !important;
}
@media (max-width: 768px) {
  .ant-progress-text {
    font-size: 12px;
  }
}
.react-international-phone-country-selector-button__dropdown-arrow {
  width: 16px;
  height: 16px;
  border: none !important;
  margin-right: 0;
}
.react-international-phone-country-selector-button {
  border: none;
  outline: none;
  box-shadow: none;
}
.react-international-phone-flag-emoji {
  margin: 0 8.5px 0 16px;
}
.registration-company_name-form__phone-item button {
  justify-content: flex-start;
}
textarea.ant-input {
  line-height: 22px !important;
}
.rc-virtual-list .ant-select-item.ant-select-item-option.ant-select-item-option-selected {
  background-color: #f2f3f5 !important;
}
.avatar-upload .ant-upload-list-item-error .ant-upload-list-item-name {
  bottom: 26px !important;
}
.avatar-upload .ant-upload-list-item-error:before {
  opacity: 0 !important;
}
.avatar-upload-visible .ant-upload-wrapper,
.avatar-upload-visible .ant-upload-list-picture-circle,
.avatar-upload-visible .ant-upload-list-item-container {
  width: 104px !important;
  height: 104px !important;
}
.ant-tabs-tab[aria-disabled=true] {
  color: #252628 !important;
}
.ant-tabs-tab {
  color: #57585a !important;
  border-color: #e8e9eb !important;
  border-bottom-color: #ffffff !important;
}
.ant-tabs-nav:before {
  border-bottom-color: #e8e9eb;
}
.ant-form-item-label {
  padding-bottom: 4px !important;
}
.ant-form-item-explain-error {
  font-weight: 400;
}
.ant-input-password input {
  color: #252628;
}.boost-data-table-container {
  flex-direction: row;
  height: auto;
}
@media (max-width: 768px) {
  .boost-data-table-container {
    margin-top: 16px;
  }
}
.boost-data-table-container .ant-table-content * {
  border-color: #e8e9eb !important;
}
.boost-data-table-container th.ant-table-cell {
  background: #f7f8fa !important;
}
.boost-data-table-container .ant-table-container {
  border-radius: 8px;
}
.boost-data-table-container .ant-table-row:last-of-type {
  border-radius: 0 0 8px 8px;
}
.boost-data-table-container .ant-table-row:last-of-type .ant-table-cell:last-of-type {
  border-radius: 0 0 8px 0;
}
.boost-data-table-container .ant-table-row:last-of-type .ant-table-cell:first-of-type {
  border-radius: 0 0 0 8px;
}

.button-custom-styles__icon-button {
  padding: 0 !important;
  border: none !important;
  color: #57585a !important;
  box-shadow: none !important;
  outline: none !important;
}
.button-custom-styles__icon-button > div {
  display: none !important;
}
.button-custom-styles__icon-button:disabled {
  color: #c0c1c3 !important;
}
.button-custom-styles__icon-button:hover:not(:disabled) {
  color: #252628 !important;
}

.table-custom-styles th.ant-table-cell {
  margin: 0;
  color: #1b1c1e !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.table-custom-styles td.ant-table-cell {
  color: #252628 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.table-custom-styles .ant-table-body {
  overflow: auto auto !important;
  border-radius: 0 0 6px 6px !important;
}
.table-custom-styles .ant-table-empty .ant-table-cell {
  overflow: hidden;
}
.table-custom-styles.ant-table-wrapper {
  scrollbar-color: #cfd6dc #e8ebee;
  scrollbar-width: thin;
}
.table-custom-styles.ant-table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-custom-styles.ant-table-wrapper::-webkit-scrollbar-track {
  background: #e8ebee;
}
.table-custom-styles.ant-table-wrapper::-webkit-scrollbar-thumb {
  background: #cfd6dc;
  border-radius: 10px;
}
.table-custom-styles.ant-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #cfd6dc;
}
.table-custom-styles .ant-spin-nested-loading > div > .ant-spin {
  max-height: none !important;
}
.table-custom-styles.ant-table-wrapper .ant-table .ant-table-title, .table-custom-styles.ant-table-wrapper .ant-table .ant-table-header {
  border-radius: 6px 6px 0 0 !important;
}
.table-custom-styles.ant-table-wrapper .ant-table-container {
  border-start-start-radius: 6px !important;
  border-start-end-radius: 6px !important;
  border-end-end-radius: 6px !important;
  border-end-start-radius: 6px !important;
}
.table-custom-styles.ant-table-wrapper table {
  border-radius: 6px 6px 0 0 !important;
}
.table-custom-styles.ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
  border-start-start-radius: 6px !important;
}
.table-custom-styles.ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
  border-start-end-radius: 6px !important;
}
.table-custom-styles.ant-table-wrapper .ant-table {
  border-radius: 6px !important;
  overflow: hidden;
}
.table-custom-styles .ant-table-selection-col {
  width: 42px !important;
}
.table-custom-styles .ant-table-selection-column {
  min-width: 42px !important;
}
.table-custom-styles .ant-table-cell {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #252628;
}
@media (max-width: 768px) {
  .table-custom-styles .ant-table-cell {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.table-custom-styles .ant-table-row:last-of-type .ant-table-cell {
  border-bottom: none !important;
}
.table-custom-styles .ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container {
  border-inline-start: 0 !important;
  border-top: 0 !important;
}
.table-custom-styles.ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container {
  border-bottom: 1px solid #e8e9eb !important;
  border-inline-start: 1px solid #e8e9eb;
  border-inline-end: 1px solid #e8e9eb;
  border-top: 1px solid #e8e9eb;
}
.table-custom-styles.ant-table-wrapper .ant-table-thead > tr > th, .table-custom-styles.ant-table-wrapper .ant-table-thead > tr > td {
  background: #f7f8fa;
}
.table-custom-styles.ant-table-wrapper .ant-table-container table > thead > tr:first-child > th:last-child {
  border-inline-end: none !important;
}
.table-custom-styles.ant-table-wrapper .ant-table-container table > tbody > tr > td:last-child {
  border-inline-end: none !important;
}
.table-custom-styles .ant-table-empty .ant-table-placeholder {
  border-radius: 6px;
}
.table-custom-styles .ant-table-empty .ant-table-placeholder .ant-table-cell {
  border-bottom: none !important;
  border-radius: 6px;
  overflow: hidden;
}
.table-custom-styles .ant-table-empty .ant-table-expanded-row-fixed {
  padding-left: 0;
  padding-right: 0;
  border-radius: 6px;
}
.table-custom-styles .ant-table-empty .ant-table-thead {
  display: none;
}
.table-custom-styles .ant-table-empty .ant-pagination {
  display: none;
}

.table-custom-styles__container {
  position: relative;
}

.table-custom-styles__sticky-x {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: #ffffff;
  border-top: 1px solid #e8e9eb;
  z-index: 5;
  display: none;
}
.table-custom-styles__sticky-x.is-visible {
  display: block;
}
.table-custom-styles__sticky-x {
  scrollbar-color: #cfd6dc #e8ebee;
  scrollbar-width: thin;
}
.table-custom-styles__sticky-x::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table-custom-styles__sticky-x::-webkit-scrollbar-track {
  background: #e8ebee;
}
.table-custom-styles__sticky-x::-webkit-scrollbar-thumb {
  background: #cfd6dc;
  border-radius: 10px;
}
.table-custom-styles__sticky-x::-webkit-scrollbar-thumb:hover {
  background: #cfd6dc;
}
.table-custom-styles__sticky-x .table-custom-styles__sticky-x__inner {
  height: 1px;
}

.table-custom-styles__container.with-sticky-x.sticky-x-visible .ant-table-body,
.table-custom-styles__container.with-sticky-x.sticky-x-visible .ant-table-content {
  overflow-x: hidden !important;
}

.ant-form-item-explain-error {
  margin-bottom: 16px;
}

.form-item-mb-12 .ant-form-item {
  margin-bottom: 12px;
}

.boost-data-table-container--empty {
  height: calc(100vh - 156px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .boost-data-table-container--empty {
    height: auto;
    display: block;
  }
}

.boost-section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #252628;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .boost-section-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px;
  }
}
.boost-section-title--large {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .boost-section-title--large {
    font-size: 20px;
    font-weight: 600;
  }
}
.boost-section-title--small {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 768px) {
  .boost-section-title--small {
    font-size: 14px;
    font-weight: 500;
  }
}
.boost-section-title--muted {
  color: #57585a;
}
.boost-section-title--centered {
  text-align: center;
}

.boost-primary-action-btn {
  align-self: flex-start;
}
@media (max-width: 768px) {
  .boost-primary-action-btn {
    transform: translateY(-4px);
    align-self: auto;
  }
}

.boost-table-cell--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.boost-date-display {
  color: #252628;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.boost-date-display--muted {
  color: #57585a;
}
.boost-date-display--small {
  font-size: 12px;
  line-height: 20px;
}

.boost-page-wrapper {
  position: relative;
  min-height: 100vh;
}
.boost-page-wrapper--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.boost-page-wrapper--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.boost-content-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 768px) {
  .boost-content-wrapper {
    padding: 16px;
  }
}
.boost-content-wrapper--narrow {
  max-width: 800px;
}
.boost-content-wrapper--wide {
  max-width: 1200px;
}
.boost-content-wrapper--full {
  max-width: none;
  padding: 0;
}

.boost-table-wrapper {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.boost-table-wrapper--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #f7f8fa;
}

.organizer-billing-page__tab-inner {
  flex-direction: row;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  align-items: stretch;
}
.organizer-billing-page__tab-inner .ant-table-wrapper .ant-table {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .organizer-billing-page__tab-inner {
    padding: 16px;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .organizer-billing-page__tab-inner-empty {
    padding: 24px 16px;
  }
}

.organizer-billing-page__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #252628;
  margin: 0 0 16px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .organizer-billing-page__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
  }
}

.organizer-billing-page__create-request-btn {
  align-self: flex-start;
  min-width: 120px;
}
@media (max-width: 768px) {
  .organizer-billing-page__create-request-btn {
    width: 100%;
    min-width: auto;
  }
}

.ad-accounts-page__empty-credentials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
  background: #f7f8fa;
  color: #252628;
  flex: 1;
  border-radius: 8px;
}
.ad-accounts-page__empty-credentials img {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  opacity: 0.6;
}
.ad-accounts-page__empty-credentials span {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
}
.ad-accounts-page__empty-credentials span:last-of-type {
  margin-bottom: 0;
}
.ad-accounts-page__empty-credentials b {
  font-weight: 600;
  color: #252628;
}
.ad-accounts-page__empty-credentials button {
  margin-top: 16px;
}

.ad-accounts-page__create-user-btn {
  margin-top: 16px;
}

.event-info > header {
  min-height: 32px;
}

.ad-accounts-page__avatar-wrapper svg,
.ad-accounts-page__avatar-wrapper img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.organizer-billing-page__reports__date {
  color: #252628;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.landing-constructor__wrapper {
  position: relative;
  min-height: 100vh;
}

.landing-constructor__wrapper-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.landing-constructor__wrapper-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.landing-constructor__page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 768px) {
  .landing-constructor__page {
    padding: 16px;
  }
}

.landing-constructor__page-empty {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 768px) {
  .landing-constructor__page-empty {
    padding: 16px;
  }
}

.organizer-billing-page__table-wrapper {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.organizer-billing-page__table-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #f7f8fa;
}

.settings-page__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 768px) {
  .settings-page__wrapper {
    padding: 16px;
  }
}

.audiences-create-event-page__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .audiences-create-event-page__wrapper {
    padding: 16px;
  }
}

.custom-select__select-with-icon .ant-select-item {
  display: flex;
  gap: 8px;
}
.custom-select__select-with-icon .ant-select-item-option-content {
  order: 2;
}
.custom-select__select-with-icon .ant-select-item-option-state {
  order: 1;
}
.custom-select__select-with-icon .ant-select-item-option-selected {
  background-color: #f2f3f5 !important;
}

.ant-select-selection-wrap .ant-select-selection-item {
  display: flex;
  align-items: center;
}
.ant-select-selection-wrap .ant-select-selection-item-content .audiences-create-event-page__tree-title {
  height: 20px !important;
  display: flex;
  align-items: center;
}
.ant-select-selection-wrap .audiences-create-event-page__leaf-item {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.ant-select-selection-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ant-select-selection-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ant-table-selection-column {
  padding: 16px 13px !important;
  min-width: 48px !important;
}

th .ant-table-selection-column .ant-table-cell-fix-left {
  width: 48px !important;
}

::placeholder {
  color: #898a8c !important;
}

.ant-tag {
  margin-inline-end: 0;
}

.textarea-custom-styles textarea {
  overflow: auto;
}
.textarea-custom-styles.ant-input[rows] {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}
.textarea-custom-styles.ant-input[rows] textarea {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  resize: vertical;
}
.textarea-custom-styles.ant-input[rows="4"] {
  height: auto !important;
  min-height: 88px !important;
}
.textarea-custom-styles textarea.ant-input[rows="4"] {
  height: auto !important;
  min-height: 88px !important;
}
.textarea-custom-styles .ant-input-data-count {
  color: #898a8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  bottom: auto;
  top: -24px;
}
.textarea-custom-styles .ant-input-prefix {
  margin-right: 8px;
}
.textarea-custom-styles .ant-input-clear-icon-hidden {
  width: 0;
}
.textarea-custom-styles ::placeholder {
  color: #898a8c !important;
}
.textarea-custom-styles textarea.ant-input {
  color: #252628;
}
.textarea-custom-styles.ant-input-status-error .ant-input-data-count {
  color: #f5222d !important;
}

@media (max-width: 768px) {
  .modal-custom-styles.ant-modal {
    max-width: calc(100vw - 40px);
  }
}
.modal-custom-styles .ant-modal-content {
  padding: 28px 32px;
}
@media (max-width: 768px) {
  .modal-custom-styles .ant-modal-content {
    padding: 24px;
  }
}
.modal-custom-styles .ant-modal-title {
  color: #252628;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.modal-custom-styles .ant-modal-header {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .modal-custom-styles .ant-modal-header {
    margin-bottom: 12px;
  }
}
.modal-custom-styles .ant-modal-body {
  color: #57585a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.modal-custom-styles .ant-modal-footer {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .modal-custom-styles .ant-modal-footer {
    margin-top: 20px;
  }
}
.modal-custom-styles .ant-modal-close {
  background: transparent !important;
  width: 16px;
  height: 16px;
  top: 20px !important;
  right: 20px !important;
}
.modal-custom-styles .ant-modal-close svg path {
  fill: #898a8c !important;
}
.modal-custom-styles .ant-modal-close:hover svg path {
  fill: #252628 !important;
}
.modal-custom-styles__header-margin-bottom-12 .ant-modal-header {
  margin-bottom: 12px;
}
.modal-custom-styles__header-margin-bottom-16 .ant-modal-header {
  margin-bottom: 16px;
}

.upload-custom-styles .ant-upload-list-item-action:hover {
  background: none !important;
}
.upload-custom-styles .anticon-delete svg {
  fill: #57585a;
}
.upload-custom-styles .anticon-delete:hover svg {
  fill: #252628;
}

.table-zero-state {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #f7f8fa;
  flex-direction: column;
}
.table-zero-state > div > img {
  width: 210px;
  height: 160px;
  object-fit: contain;
}

.ant-btn-color-primary,
.ant-btn-color-default {
  box-shadow: none !important;
}

.placeholder-black {
  color: #252628 !important;
}

.ant-notification-notice-message {
  color: #252628 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .ant-notification-notice-wrapper {
    bottom: 0 !important;
    margin-bottom: 0 !important;
    left: -4px !important;
  }
}

@media (max-width: 768px) {
  .ant-notification-notice {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

.ant-dropdown-menu-item {
  padding: 4px 12px !important;
}

.ant-input:focus {
  outline: none !important;
}

.ant-input-status-error,
.ant-input-status-error:hover {
  outline: none !important;
  box-shadow: none !important;
}

.ant-btn-icon {
  color: currentColor !important;
}

.ant-select:hover .ant-select-selector {
  border-color: #4e67ea !important;
}

.styled-select__select-with-icon .ant-select-item {
  display: flex;
  gap: 8px;
}
.styled-select__select-with-icon .ant-select-item-option-content {
  order: 2;
}
.styled-select__select-with-icon .ant-select-item-option-state {
  order: 1;
}
.styled-select__select-with-icon .ant-select-item-option-selected {
  background-color: #f2f3f5 !important;
}

.ant-select .ant-select-selection-wrap .ant-select-selection-item-content {
  height: auto !important;
}

.styled-select__no-border {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  height: 22px !important;
}
.styled-select__no-border .ant-select-selector {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding-right: 20px !important;
  padding-left: 0px !important;
}
.styled-select__no-border .ant-select-arrow {
  right: 0px !important;
}

.common-select-icon {
  transition: all 200ms ease-out;
  transform: rotate(90deg);
  cursor: pointer;
}

.ant-select-open .common-select-icon {
  transform: rotate(270deg);
}

.rc-virtual-list-scrollbar-thumb {
  background: #cfd6dc !important;
}

.ant-alert {
  align-items: flex-start;
  padding: 9px 16px;
  border-width: 1px;
  border-style: solid;
}
.ant-alert > span {
  margin-top: 4px;
}
.ant-alert .ant-alert-message {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.ant-alert-info {
  border-color: #95a4f2;
  background: rgba(78, 103, 234, 0.03);
}
.ant-alert-info > span > svg {
  color: #4e67ea;
}

.ant-alert-error {
  margin-top: 24px;
  border-color: #ffa39e;
  background: rgba(255, 77, 79, 0.03);
  color: #f5222d;
}
.ant-alert-error > span > svg {
  color: #f5222d;
}

.ant-alert-warning {
  border-color: #faad14;
  background: rgba(250, 173, 20, 0.06);
  color: #ff951c;
}
.ant-alert-warning > span > svg {
  color: #ff951c;
}

.collapse-panel.ant-collapse {
  background-color: transparent !important;
}
.collapse-panel .collapse-panel__icon {
  transition: all 200ms ease-out;
  transform: rotate(90deg);
  cursor: pointer;
}
.collapse-panel .collapse-panel__icon:hover path {
  fill: #898a8c;
}
.collapse-panel .ant-collapse-item-active .collapse-panel__icon {
  transform: rotate(270deg);
}
.collapse-panel .ant-collapse-item {
  border-color: #e8e9eb !important;
}
.collapse-panel .ant-collapse-item .ant-collapse-header {
  padding: 10px 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.collapse-panel .ant-collapse-item:last-of-type .ant-collapse-header {
  padding-bottom: 0 !important;
}
.collapse-panel .ant-collapse-item-active .ant-collapse-header {
  padding-bottom: 6px !important;
}
.collapse-panel .ant-collapse-content {
  border: none !important;
}
.collapse-panel .ant-collapse-content-box {
  padding: 0 !important;
  padding-bottom: 10px !important;
  color: #57585a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.collapse-panel .ant-collapse-header-text {
  color: #252628;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.collapse-panel .ant-collapse-arrow:hover svg path {
  stroke: #898a8c;
}

.input-with-right-btn button {
  border-radius: 0 8px 8px 0 !important;
}
.input-with-right-btn .ant-input,
.input-with-right-btn .ant-input-affix-wrapper,
.input-with-right-btn .ant-input-password {
  border-radius: 8px 0 0 8px !important;
}
.input-with-right-btn .ant-input-prefix {
  margin-right: 8px;
}
.input-with-right-btn .ant-input-clear-icon-hidden {
  width: 0;
}
.input-with-right-btn ::placeholder {
  color: #898a8c !important;
}

.divider-text-padding-8 .ant-divider-inner-text {
  padding: 0 8px;
}

.divider-text-padding-16 .ant-divider-inner-text {
  padding: 0 16px;
}

.ant-empty {
  margin: 0;
  border: 1px solid #d9dadc;
  border-radius: 12px;
  padding: 32px 24px;
}
.ant-empty--borderless {
  border: none;
  border-radius: 0;
  padding: 0;
}

.styled-input .ant-input-prefix {
  margin-right: 8px;
  user-select: none;
  pointer-events: none;
}
.styled-input .ant-input-clear-icon-hidden {
  width: 0;
}
.styled-input ::placeholder {
  color: #898a8c !important;
}
.styled-input__currency .ant-input {
  font-weight: 400 !important;
}
.styled-input__currency .ant-input-prefix {
  font-weight: 400 !important;
}
.styled-input__currency .ant-input::placeholder {
  font-weight: 400 !important;
}
.styled-input__currency.styled-input .ant-input-prefix {
  margin-right: 0;
}
.styled-input__currency-empty .ant-input-prefix {
  color: #898a8c;
}.gradient-spinner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0%, transparent 30%, #4e67ea 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  animation: gradient-spin 0.8s linear infinite;
}

/* Match antd Spin sizes */
.ant-spin-sm .gradient-spinner {
  width: 18px;
  height: 18px;
  border-width: 2px;
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
}

.ant-spin-lg .gradient-spinner {
  width: 36px;
  height: 36px;
}

@keyframes gradient-spin {
  to {
    transform: rotate(360deg);
  }
}