.ui-input-wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: max-content;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.ui-input-wrapper, .ui-input-wrapper:before, .ui-input-wrapper:after {
  box-sizing: border-box;
}
.ui-input-wrapper .ui-input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
.ui-input-wrapper .ui-input-label {
  margin-bottom: 11px;
}
.ui-input-wrapper .ui-input-description {
  margin-top: 6px !important;
}
.ui-input-wrapper .ui-input {
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}
.ui-input-wrapper .ui-input::-webkit-outer-spin-button, .ui-input-wrapper .ui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-input-wrapper .ui-input::-webkit-outer-spin-button, .ui-input-wrapper .ui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-input-wrapper .ui-input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
}
.ui-input-wrapper .ui-input::placeholder {
  color: #979797;
}
.ui-input-wrapper .ui-input:-webkit-autofill, .ui-input-wrapper .ui-input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset;
}
.ActionButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}
.ActionButtons__button {
  flex: 0 0 auto;
  font-size: 11px;
}
.FooterSkeleton {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__action.ant-skeleton.ant-skeleton-element {
  flex: 0 0 auto;
}
.FooterSkeleton__action.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 24px;
}
.FooterSkeleton__tasks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.FooterSkeleton__tasks-title.ant-skeleton.ant-skeleton-element {
  width: 90px;
}
.FooterSkeleton__tasks-title.ant-skeleton.ant-skeleton-element .ant-skeleton-input {
  width: 100%;
  min-width: 0;
  height: 11px;
}
.FooterSkeleton__tasks-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  min-width: 0;
}
.FooterSkeleton__task-row.ant-skeleton.ant-skeleton-element {
  width: 100%;
}
.FooterSkeleton__task-row.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 36px;
  border-radius: 6px;
}
.FooterSkeleton__composer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__integration.ant-skeleton.ant-skeleton-element {
  width: 200px;
  max-width: 100%;
}
.FooterSkeleton__integration.ant-skeleton.ant-skeleton-element .ant-skeleton-input {
  width: 100%;
  min-width: 0;
  height: 12px;
}
.FooterSkeleton__textarea.ant-skeleton.ant-skeleton-element {
  width: 100%;
}
.FooterSkeleton__textarea.ant-skeleton.ant-skeleton-element .ant-skeleton-input {
  width: 100%;
  min-width: 0;
  height: 40px;
  border-radius: 6px;
}
.FooterSkeleton__composer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}
.FooterSkeleton__composer-icon.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.FooterSkeleton__composer-send.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 24px;
}
.IntegrationSelector {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  font-size: 11px;
}
.IntegrationSelector__label {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.55);
}
.IntegrationSelector__no-integration {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.IntegrationSelector__trigger {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 240px;
  height: auto;
  padding: 0;
  font-size: 11px;
  gap: 3px;
}
.IntegrationSelector__trigger-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.IntegrationSelector__skeleton {
  flex: 1 1 120px;
  min-width: 96px;
  max-width: 180px;
}
.IntegrationSelector__skeleton .ant-skeleton-input {
  width: 100% !important;
  height: 14px !important;
  min-width: 0;
}
.IntegrationSelector__dropdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 250px;
  max-width: min(500px, 100vw - 32px);
  padding: 6px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.IntegrationSelector__search {
  flex: none;
}
.IntegrationSelector__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: min(600px, 80vh);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}
.IntegrationSelector__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.IntegrationSelector__list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b1c4df;
}
.IntegrationSelector__option {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 4px 6px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.IntegrationSelector__option:hover {
  background: #f5faff;
}
.IntegrationSelector__option--selected {
  background: #e6f4ff;
}
.IntegrationSelector__option--selected:hover {
  background: #e6f4ff;
}
.IntegrationSelector__option-icon {
  flex: none;
  margin-top: 1px;
}
.IntegrationSelector__option-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.IntegrationSelector__option-name {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  overflow-wrap: anywhere;
}
.IntegrationSelector__option-branch {
  font-size: 11px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.45);
  overflow-wrap: anywhere;
}
.IntegrationSelector__empty {
  padding: 8px 6px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .IntegrationSelector {
    gap: 3px;
    align-items: flex-start;
    flex-direction: column;
  }
  .IntegrationSelector__trigger {
    max-width: 100%;
  }
}
.BranchSelectorSkeleton {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.BranchSelectorSkeleton__scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding-bottom: 3px;
  overflow: hidden;
}
.BranchSelectorSkeleton__branch-button.ant-skeleton.ant-skeleton-element {
  flex: 0 0 auto;
}
.BranchSelectorSkeleton__branch-button.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 100%;
  min-width: 0;
  height: 24px;
}
.BranchSelectorSkeleton__add-button.ant-skeleton.ant-skeleton-element {
  flex: 0 0 auto;
}
.BranchSelectorSkeleton__add-button.ant-skeleton.ant-skeleton-element .ant-skeleton-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.BranchSelector {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.BranchSelector__scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding-bottom: 3px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.BranchSelector__branch-button {
  flex: 0 0 auto;
  max-width: 200px;
  font-size: 11px;
}
.BranchSelector__branch-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BranchSelector__empty {
  flex: 0 0 auto;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.55);
}
.BranchSelector__add-button {
  flex: 0 0 auto;
}

@media screen and (max-width: 1000px) {
  .BranchSelector__scroll {
    gap: 5px;
    padding-bottom: 2px;
  }
  .BranchSelector__branch-button {
    max-width: 160px;
  }
}
.AddActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  min-width: 0;
}
.AddActions__button {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AddActions__button--full-width {
  grid-column: 1/-1;
}
@media screen and (max-width: 560px) {
  .AddActions {
    grid-template-columns: 1fr;
  }
  .AddActions__button {
    grid-column: 1/-1;
  }
}
.AddFileModal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.AddFileModal__dragger {
  padding: 12px 0;
}
.AddFileModal__helper {
  font-size: 12px;
}
.AddFileModal__files-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
}
.AddFileModal__file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 8px;
  background: #fafafa;
  border-radius: 4px;
}
.AddFileModal__file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}
.CheckboxSection {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.CheckboxSection__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}
.CheckboxSection__title {
  margin: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CheckboxSection__controls {
  display: flex;
  flex: none;
  align-items: center;
  gap: 2px;
}
.CheckboxSection__control {
  height: auto;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
}
.CheckboxSection__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.CheckboxSection__row {
  min-width: 0;
}
.CheckboxSection__row-label {
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.88);
  overflow-wrap: anywhere;
}
.LeadCard {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.LeadCard__grid {
  display: grid;
  grid-template-columns: minmax(224px, 250px) minmax(520px, 1fr) minmax(200px, 230px);
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.LeadCard--without-lead-list .LeadCard__grid {
  grid-template-columns: minmax(520px, 1fr) minmax(300px, 360px);
}
.LeadCard__lead-list-column, .LeadCard__user-details-column {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}
.LeadCard__lead-list-column {
  border-right: 1px solid #f0f0f0;
}
.LeadCard__user-details-column {
  border-left: 1px solid #f0f0f0;
}
.LeadCard__drawer .ant-drawer-body {
  display: flex;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}
.LeadCard__drawer-header {
  padding: 4px !important;
}
.LeadCard__drawer-header .ant-drawer-title {
  font-size: 14px !important;
}
.LeadCard > .LeadCard__drawer-root.ant-drawer {
  position: absolute;
}
@media screen and (max-width: 1350px) {
  .LeadCard__grid {
    grid-template-columns: minmax(192px, 224px) minmax(520px, 1fr) minmax(260px, 320px);
  }
  .LeadCard--without-lead-list .LeadCard__grid {
    grid-template-columns: minmax(520px, 1fr) minmax(260px, 320px);
  }
}
@media screen and (max-width: 1200px) {
  .LeadCard__grid {
    grid-template-columns: minmax(520px, 1fr) minmax(260px, 320px);
  }
  .LeadCard__lead-list-column {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .LeadCard__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .LeadCard__user-details-column {
    display: none;
  }
}
.LayoutLogin {
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.LayoutLogin .ant-layout-footer {
  padding: 0;
}
.LayoutLogin__header {
  background: linear-gradient(90deg, #6767fd, #4040c4, #0f0f93);
  padding: 0 16px;
  height: 70px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header {
    padding: 0 40px;
  }
}
.LayoutLogin__header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.LayoutLogin__header-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.LayoutLogin__logo {
  display: flex;
  align-items: center;
}
.LayoutLogin__logo img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
.LayoutLogin__header-nav {
  display: none;
  gap: 20px;
  margin-left: 40px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header-nav {
    display: flex;
  }
}
.LayoutLogin__header-nav-link {
  color: #fff;
  font-weight: 600;
}
.LayoutLogin__header-nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.LayoutLogin__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1320px) {
  .LayoutLogin__header-actions {
    gap: 60px;
  }
}
.LayoutLogin__social-links {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__social-links {
    display: flex;
  }
}
.LayoutLogin__auth-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.LayoutLogin__auth-btn {
  background: #fff;
  color: #2a4ae0;
  font-weight: 500;
}
.LayoutLogin__auth-btn--active {
  color: #fff;
  background: #1409b7;
}
.LayoutLogin__burger-menu {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (min-width: 1320px) {
  .LayoutLogin__burger-menu {
    display: none;
  }
}
.LayoutLogin__content {
  padding: 20px 16px;
  flex: 1 1 auto;
}
@media (min-width: 1320px) {
  .LayoutLogin__content {
    padding: 20px 40px;
  }
}
.LayoutLogin__breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
.LayoutLogin__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.LayoutLogin__footer {
  background: #1a1a91;
  color: #fff;
  padding: 0;
}
.LayoutLogin__footer-columns-desktop {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-columns-desktop {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 40px;
  }
}
.LayoutLogin__footer-columns-inner {
  display: flex;
  gap: 32px;
}
.LayoutLogin__footer-columns-mobile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 16px;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-columns-mobile {
    display: none;
  }
}
.LayoutLogin__footerCol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.LayoutLogin__footer-brand-logo {
  display: block;
  height: 126px;
  width: 150px;
}
.LayoutLogin__footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 16px;
  background-color: #0a0a62;
  position: relative;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-bottom {
    padding: 40px;
  }
}
.LayoutLogin__footer-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.LayoutLogin__footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.LayoutLogin__footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}
.LayoutLogin__footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.LayoutLogin__footer-version {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-version {
    justify-content: space-between;
    text-align: right;
  }
}
.LayoutLogin__app-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1320px) {
  .LayoutLogin__app-links {
    flex-direction: row;
    gap: 20px;
  }
}
.LayoutLogin__app-link {
  display: flex;
}
.LayoutLogin__app-link img {
  display: block;
  width: 120px;
  height: auto;
}
.LayoutLogin__footer-dev-text {
  font-weight: 600;
  color: #fff;
}
.LayoutLogin__circles-wrapper {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__circles-wrapper {
    display: block;
    position: absolute;
    right: calc(50% - 300px);
    top: 0;
    z-index: 1;
    width: 600px;
    height: 206px;
    overflow: hidden;
  }
}
.LayoutLogin__circles-group {
  position: absolute;
  right: calc(50% - 300px);
  top: -250px;
  height: 600px;
  width: 600px;
}
.LayoutLogin__footer-decor-logo {
  display: none;
}
@media (min-width: 1320px) {
  .LayoutLogin__footer-decor-logo {
    display: block;
    position: absolute;
    right: calc(50% - 100px);
    top: 0;
    height: 200px;
    width: 200px;
  }
}

.RegisterHint {
  display: none;
  position: absolute;
  align-items: flex-start;
  background: linear-gradient(180deg, #4b6fff 0%, #001a99 100%);
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  max-width: 280px;
  box-shadow: 0 8px 20px rgba(0, 26, 153, 0.2);
  right: calc(50% - 550px);
  top: 300px;
}
@media (min-width: 1320px) {
  .RegisterHint {
    display: inline-flex;
  }
}
.RegisterHint__icon {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 20px;
  color: #4b6fff;
  transform: rotate(-20deg);
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}
.RegisterHint__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.RegisterHint__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}
.RegisterHint__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}

.LogoSpace {
  display: flex;
  align-items: center;
  gap: 16px;
}
.LogoSpace__link {
  display: flex;
  align-items: center;
}
.LogoSpace__link img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
}

.NavigationColumn h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.NavigationColumn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.NavigationColumn ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.NavigationColumn ul li a {
  color: #c8c8e0;
}
.NavigationColumn ul li a:hover {
  color: #fff;
}

.ContactInformation h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.ContactInformation__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  color: #c8c8e0;
  font-size: 14px;
}

.LegalInformation h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.LegalInformation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.LegalInformation ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.LegalInformation ul li a {
  color: #c8c8e0;
}
.LegalInformation ul li a:hover {
  color: #fff;
}

/*# sourceMappingURL=main~9.723607d6.css.map*/