/*nx-design*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
}
h1 {
  font-size: 56px !important;
  font-weight: normal !important;
  line-height: inherit;
}
h2 {
  font-size: 32px !important;
  font-weight: normal !important;
  line-height: inherit;
}
h3 {
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: inherit;
}
h4 {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: inherit;
}
a {
  display: flex;
  align-items: center;
  color: var(--color-grey_9);
}
a:hover {
  text-decoration: var(--color-grey_9) underline !important;
  color: var(--color-grey_9);
}
.medium {
  font-weight: 500 !important;
}
.light {
  font-weight: 300 !important;
}
table {
  font-size: 12px;
}
/*Components*/
/*Inputs*/
.ant-radio-button-wrapper-checked {
  background: var(--color-yellow_2) !important;
  color: #090B1F !important;
  border: 1px solid var(--color-yellow_5) !important;
}
/*----------*/
.btn,
span.btn button {
  position: relative;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: auto;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: var(--color-violete_5);
  border: none;
  color: #fff;
  outline: none;
}
.btn:hover,
span.btn button:hover {
  background: var(--color-violete_6);
  border: none;
}
span.btn {
  padding: 0;
}
.btn-medium {
  font-size: 16px;
}
.btn-large {
  font-size: 18px;
}
.btn-disabled,
span.btn-disabled button {
  background-color: var(--color-grey_5);
  border: none;
  color: #fff;
  cursor: not-allowed;
}
.btn-disabled:hover,
span.btn-disabled button:hover {
  background-color: var(--color-grey_5);
  border: none;
  color: #fff;
}
.btn-disabled a {
  display: unset !important;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-primary-select:focus {
  background: var(--color-violete_6);
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid var(--color-violete_5);
  color: var(--color-violete_6);
}
.btn-secondary:active {
  background: var(--color-yellow_2) !important;
  border: 1px solid var(--color-yellow_5) !important;
}
.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid var(--color-violete_7);
  color: var(--color-violete_5);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-secondary-select:hover {
  background-color: var(--color-yellow_1);
  border: none;
  color: var(--color-violete_5);
  box-shadow: none;
}
.btn-secondary-select:focus {
  background: var(--color-yellow_2);
  border: 1px solid var(--color-yellow_5);
}
.btn-link,
.btn-link div:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  padding: unset;
  color: var(--color-violete_6);
}
.btn-link:active,
.btn-link div:nth-child(2):active {
  background-color: rgba(255, 255, 255, 0);
}
.btn-link:hover,
.btn-link div:nth-child(2):hover {
  background-color: rgba(255, 255, 255, 0);
  text-decoration: underline;
}
.btn-icon {
  min-width: 0px;
  padding: 5px;
}
.btn-ghost-select:focus {
  border: 1px solid var(--color-violete_7);
}
.btn-ghost,
.btn-ghost div:nth-child(2),
.btn-ghost-icon {
  background: none;
  color: var(--color-violete_6);
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn-ghost:active:not(.btn-ghost div:nth-child(2)),
.btn-ghost div:nth-child(2):active:not(.btn-ghost div:nth-child(2)),
.btn-ghost-icon:active:not(.btn-ghost div:nth-child(2)) {
  background: var(--color-yellow_2) !important;
  border: 1px solid var(--color-yellow_5) !important;
}
.btn-ghost:hover:not(.btn-ghost div:nth-child(2)),
.btn-ghost div:nth-child(2):hover:not(.btn-ghost div:nth-child(2)),
.btn-ghost-icon:hover:not(.btn-ghost div:nth-child(2)) {
  background-color: #fff;
  border: 1px solid var(--color-violete_7);
  color: var(--color-violete_5);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-circle {
  border-radius: 50%;
  padding: 8px;
  width: 32px;
}
.btn-square {
  border-radius: 4px;
  line-height: initial;
  padding: 8px;
  width: 32px;
}
.btn-ghost-icon {
  border-radius: 4px;
  padding: 8px;
  width: 32px;
}
.btn-flex,
.btn-flex:hover {
  padding: 0;
  width: inherit;
  height: inherit;
  border: none;
  background: none;
}
.input input {
  border: none !important;
  box-shadow: none !important;
  height: auto;
}
.input input:focus,
.input input:hover,
.input input:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.input {
  outline: none;
  background: #FFFFFF;
  border: 1px solid var(--color-grey_3) !important;
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
  font-size: 12px;
  line-height: 2.5;
  color: var(--color-grey_9);
  margin: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input:focus,
.input:hover,
.input:active {
  box-shadow: none;
  border: 1px solid var(--color-violete_6) !important;
}
.input-search:focus,
.input-search:hover,
.input-search:active {
  box-shadow: none;
  border: 1px solid var(--color-violete_6) !important;
}
.input-search.input-search .ant-input-search-button {
  border: none;
  height: 30px;
  background: white;
  width: 32px;
  padding: 0;
  box-shadow: none;
}
.input-search.input-search .ant-input-search-button svg {
  margin-top: 6px;
}
.input-textArea {
  height: auto;
  line-height: 1.5;
  font-size: 14px;
}
.has-error .input,
.has-error .input:hover {
  border-color: #f5222d !important;
}
.input-radio {
  display: block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none !important;
  background: transparent;
}
.input-radio:focus,
.input-radio:hover,
.input-radio:active {
  border: none !important;
}
.input-radio .ant-radio-inner:not(.ant-radio-disabled .ant-radio-inner) {
  border-color: var(--color-grey_6);
}
.input-radio .ant-radio-inner:not(.ant-radio-disabled .ant-radio-inner):focus,
.input-radio .ant-radio-inner:not(.ant-radio-disabled .ant-radio-inner):hover,
.input-radio .ant-radio-inner:not(.ant-radio-disabled .ant-radio-inner):active {
  box-shadow: none;
}
.input-radio .ant-radio-inner[disabled] {
  border-color: #f5f5f5 !important;
}
.input-radio .ant-radio-checked .ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.input-radio .ant-radio-checked .ant-radio-inner:not(.ant-radio-disabled .ant-radio-inner)::after {
  background: var(--color-violete_6);
}
.input-radio:hover .ant-radio-inner:not(.ant-radio-disabled .ant-radio-inner) {
  border-color: var(--color-violete_6);
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: none;
}
.RadioGroup.row > .input-radio {
  margin: 0 8px 0 0;
}
.RadioGroup.column > .input-radio {
  margin: 0 0 4px 0;
}
.RadioGroup.column > .input-radio:last-child,
.RadioGroup.row > .input-radio:last-child {
  margin: 0;
}
/*Checkbox*/
.input-checkbox {
  display: flex;
  align-items: center;
  background-color: transparent;
  min-width: 20px;
  width: fit-content;
  height: 32px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none !important;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.input-checkbox:focus,
.input-checkbox:hover,
.input-checkbox:active {
  border: none !important;
}
.input-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.input-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid var(--color-violete_5);
  border-radius: 4px;
  box-sizing: border-box;
}
.input-checkbox .checkbox-children {
  padding: 0 0 0 24px;
}
/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark {
  box-shadow: 0 0 1px var(--color-violete_5);
}
/* Show the checkmark when checked */
.input-checkbox input:checked ~ .checkmark:after {
  top: 45%;
  left: 22%;
  height: 12px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  display: table;
  border: 2px solid var(--color-violete_5);
  border-top: 0;
  border-left: 0;
  transform: rotate(40deg) scale(1) translate(-60%, -60%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.checkbox {
  box-shadow: none;
  border: none;
}
.ant-checkbox-wrapper {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  display: flex !important;
  width: fit-content;
  text-align: unset;
  align-self: unset;
  margin: 0 0 0 0;
  height: 16px;
  line-height: 1.1;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: unset;
}
.ant-checkbox {
  top: unset;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--color-violete_5);
  border-color: var(--color-violete_5);
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(45deg) scale(1) translate(-60%, -60%);
  width: 4px;
  height: 9px;
  border-width: 1px;
}
.ant-checkbox .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: 1px solid var(--color-grey_4);
}
.ant-checkbox-input:focus .ant-checkbox-inner,
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-checked::after,
.ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner {
  border: 1px solid var(--color-violete_5);
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: var(--color-grey_4) !important;
}
.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner,
.ant-checkbox-checked.ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: var(--color-grey_4);
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #fff;
}
.ant-checkbox-indeterminate.ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: var(--color-violete_5);
}
.ant-checkbox-indeterminate.ant-checkbox-checked .ant-checkbox-inner {
  border: 1px solid var(--color-violete_5);
  background-color: unset;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background-color: var(--color-violete_5);
}
.ant-checkbox-disabled + span,
.ant-radio-disabled + span {
  color: initial;
}
.neo-title-container .ant-checkbox-wrapper > span:not(.ant-checkbox),
.neo-title-container-vertical .ant-checkbox-wrapper > span:not(.ant-checkbox) {
  display: none;
}
.neo-title-container-vertical .col {
  justify-content: start;
}
.checkbox-title.neo-title-container .typography {
  padding-top: 4px !important;
}
.checkbox-title.disabled {
  cursor: no-drop;
}
/*Отключаем лишние стили antd*/
.input-search .ant-input-affix-wrapper-focused {
  border: none;
  outline: none;
  box-shadow: none;
}
.input-search .ant-input-affix-wrapper {
  border: none ;
}
.input-textArea[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.ant-form-item-has-error .input,
.ant-form-item-has-error .inputNumber {
  border-color: #ff4d4f !important;
}
.ant-form-item-has-error .input:focus,
.ant-form-item-has-error .inputNumber:focus,
.ant-form-item-has-error .input:active,
.ant-form-item-has-error .inputNumber:active,
.ant-form-item-has-error .input:hover,
.ant-form-item-has-error .inputNumber:hover {
  border-color: #ff4d4f !important;
}
.input[disabled],
.input input[disabled],
.ant-input-affix-wrapper-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
}
.ant-input::placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: var(--color-grey_5);
}
.inputNumber {
  height: 32px;
  width: 192px;
  outline: none;
  background: #FFFFFF;
  border: 1px solid var(--color-grey_3) !important;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
  line-height: 2.5;
  color: var(--color-grey_9);
  margin: 0;
  box-shadow: none;
}
.inputNumber:focus,
.inputNumber:hover,
.inputNumber:active {
  box-shadow: none;
  border: 1px solid var(--color-violete_6) !important;
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.select:hover {
  cursor: pointer !important;
}
.has-error .select,
.has-error .select:hover,
.has-error .ant-select-selection:hover,
.has-error .ant-select-selection:focus {
  border-color: #f5222d !important;
}
.select.ant-select-focused .ant-select-selector {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-violete_6) !important;
}
.select > div {
  outline: none !important;
  box-sizing: border-box;
  border-radius: 4px !important;
  box-shadow: none !important;
  border: 1px solid var(--color-grey_3) !important;
  min-height: 32px;
  font-size: 12px;
  line-height: 22px;
  color: var(--color-grey_9);
}
.select > div:focus,
.select > div:hover,
.select > div:active {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-violete_6) !important;
}
.select > div.ant-select-focused .ant-select-selection {
  border: 1px solid var(--color-violete_6) !important;
  outline: none !important;
}
.select.ant-select-multiple .ant-select-selection-item-remove {
  line-height: 2;
}
.select.ant-select-multiple .ant-select-selection-item-remove div {
  padding: 5px 0 0 0;
}
.select.ant-select-disabled .ant-select-selection-item {
  color: black;
}
/*Изменение antd стилей*/
.select .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--color-grey_4);
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  min-height: 32px;
  padding: 0 11px;
}
.select .ant-select-selection--multiple .ant-select-selection__choice {
  border: 1px solid var(--color-violete_5);
  color: var(--color-violete_5) !important;
  border-radius: 4px !important;
  background-color: #fff;
  padding: 0 30px 0 10px;
}
.select .ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-remove-icon {
  margin-left: 5px;
  color: var(--color-violete_5);
  border-radius: 100px;
  border: 1.5px solid var(--color-violete_5);
  width: 16px;
  height: 16px;
}
.select .ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-remove-icon svg {
  width: 8px;
}
.select .ant-select-selection__choice__disabled {
  padding-right: 12px !important;
  background-color: var(--color-yellow_2) !important;
  border: 1px solid var(--color-yellow_5) !important;
}
.ant-select-item {
  min-height: 32px;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #fffcf0;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--color-yellow_2);
}
.select.ant-select-multiple .ant-select-selection-item {
  line-height: 22px;
  padding: 0 8px;
  background: #FFFFFF;
  border: 1px solid #E1E3EB;
  border-radius: 4px;
}
.select.ant-select-multiple .ant-select-selection-item:hover {
  border: 1px solid var(--color-violete_5);
}
.ant-select-selection-overflow-item.ant-select-selection-overflow-item-rest span.ant-select-selection-item {
  line-height: 22px;
  padding: 0 8px;
  background: var(--color-yellow_2) !important;
  border: 1px solid var(--color-yellow_5) !important;
  border-radius: 4px;
}
.ant-select-selection-overflow-item.ant-select-selection-overflow-item-rest span.ant-select-selection-item span.ant-select-selection-item-content {
  color: var(--color-grey_9) !important;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  padding-top: 1px;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: var(--color-violete_6);
}
.ant-select-item-option .ant-select-item-option-content {
  justify-content: start;
}
.ant-select-dropdown.showAddAll.ant-select-dropdown-placement-bottomLeft {
  min-width: 175px!important;
}
.ant-select-dropdown.showAddAll.ant-select-dropdown-placement-topLeft {
  min-width: 175px!important;
}
/*user input*/
.user-option-separator {
  margin-bottom: 8px;
}
.user-option-separator::after {
  position: absolute;
  content: '';
  border-bottom: 1px solid var(--color-grey_3);
  width: 100%;
  transform: translateX(-50%);
  bottom: -4px;
  left: 50%;
}
.col {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: none;
  width: 100%;
  align-items: unset;
}
.alert {
  display: flex !important;
  height: 56px;
  padding: 16px 32px;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05), 2px 2px 4px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  justify-content: center;
  font-family: Roboto;
}
.alert .ant-alert-icon {
  cursor: unset !important;
}
.alert-error {
  height: 81.6px;
  background: #FFFFFF;
  border: 1px solid var(--color-magenta_3);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}
.alert-info {
  height: 81.6px;
  background: #FFFFFF;
  border: 1px solid var(--color-violete_5);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}
.alert-warning {
  height: 81.6px;
  background: #FFFFFF;
  border: 1px solid var(--color-yellow_6);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}
.alert-success {
  height: 81.6px;
  background: #FFFFFF;
  border: 1px solid var(--color-green_5);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}
.ant-alert-close-icon {
  margin-right: 0px !important;
  right: 16px;
  top: 16px !important;
}
.ant-alert-message {
  font-weight: 500;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 12px;
}
.ant-alert-with-description .ant-alert-message {
  left: 51px;
}
.ant-alert-content {
  display: flex;
  flex-direction: column;
}
.Modal-basic .ant-modal-header {
  padding: 16px 24px 28px;
}
.Modal-basic .ant-modal-title {
  margin: unset;
}
.Modal-basic .ant-modal-content {
  height: auto;
}
.Modal-basic .ant-modal-content .ant-modal-close {
  display: none;
}
.Modal-basic .ant-modal-footer {
  padding: 28px 24px 20px;
  text-align: unset;
}
.Modal-edit .ant-modal-header {
  padding: 16px 24px 28px;
}
.Modal-edit .ant-modal-title {
  margin: unset;
}
.Modal-edit .ant-modal-content {
  height: auto;
}
.Modal-edit .ant-modal-footer {
  padding: 28px 24px 20px;
  text-align: unset;
}
.Modal-info .info-button {
  width: 87px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.Modal-info .ant-modal-content .ant-modal-close {
  display: none;
}
.Modal-info .ant-modal-title {
  color: var(--color-violete_6);
  height: auto;
}
.Modal-info .ant-modal-footer {
  padding: 28px 24px 20px;
  text-align: center;
}
.Modal-info .ant-modal-header {
  text-align: center;
  color: var(--color-violete_6);
}
.Modal-info .ant-modal-content {
  height: auto;
}
.Modal-error .error-button {
  width: 87px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.Modal-error .ant-modal-content .ant-modal-close {
  display: none;
}
.Modal-error .ant-modal-title {
  color: var(--color-violete_6);
  height: auto;
}
.Modal-error .ant-modal-footer {
  padding: 24px 16px 30px;
  text-align: center;
}
.Modal-error .ant-modal-header {
  text-align: center;
  color: var(--color-violete_6);
}
.Modal-error .ant-modal-content {
  height: auto;
}
.Modal-success .success-button {
  width: 87px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.Modal-success .ant-modal-content .ant-modal-close {
  display: none;
}
.Modal-success .ant-modal-title {
  color: var(--color-violete_6);
  height: auto;
}
.Modal-success .ant-modal-footer {
  padding: 24px 16px 30px;
  text-align: center;
}
.Modal-success .ant-modal-header {
  text-align: center;
  color: var(--color-violete_6);
}
.Modal-success .ant-modal-content {
  height: auto;
}
.Modal .edit-button-right,
.Modal .basic-button-close {
  margin-left: 16px;
}
.Modal .ant-modal-content {
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.Modal .ant-modal-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.basic-button-close {
  width: 87px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.basic-button-ok {
  width: 87px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.ant-modal-content {
  border-radius: 4px;
  width: 432px;
  height: 158px;
}
.ant-modal-header {
  padding: 16px 24px 0px;
  border: none;
}
.ant-modal-title {
  color: var(--color-violete_6);
  line-height: 1;
  margin-bottom: 16px;
}
.ant-modal-body {
  padding: 0 24px;
  font-size: 12px;
  line-height: 1;
}
.ant-modal-footer {
  border: none;
}
.hint {
  width: fit-content;
}
.ant-tooltip-inner,
.ant-tooltip-arrow-content {
  background-color: var(--color-grey_7);
  color: #FFFFFF;
}
.ant-tooltip-inner {
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.neo-table thead .table__column_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  padding: 4px;
}
.neo-table thead .table__column_header div {
  display: flex;
}
.neo-table thead th {
  height: 40px !important;
  background-color: var(--color-grey_2) !important;
}
.neo-table tr th:last-child {
  width: 32px !important;
  align-items: center !important;
}
.neo-table tbody tr {
  height: 40px !important;
  background-color: #ffffff !important;
}
.neo-table tbody td {
  line-height: initial;
}
.neo-table tbody tr:nth-child(2n) {
  background-color: var(--color-grey_1) !important;
}
.neo-table tr:hover > td {
  background-color: var(--color-yellow_2) !important;
  transition: all 0.3s !important;
}
.neo-table .ant-table-small > .ant-table-content > .ant-table-body {
  margin: unset;
}
.neo-table .ant-table-thead > tr > th .ant-table-header-column {
  width: 100%;
}
.neo-table .ant-table-column-sorters-with-tooltip {
  display: flex;
}
.neo-table .ant-table-column-sorters {
  padding: 16px 0;
}
.neo-table .ant-table-filter-trigger-container {
  align-items: center;
}
.neo-table .ant-table-measure-row {
  display: none;
}
.neo-table .ant-table-selection {
  display: unset;
}
.neo-table .ant-table-tbody > tr.ant-table-row-selected > td {
  background: unset;
}
.neo-table .ant-table-filter-trigger {
  text-align: center;
  width: unset;
  padding: 12px;
}
.neo-table .ant-table-small .ant-table-selection-column {
  width: 40px;
  min-width: 40px;
}
.neo-table .ant-table-cell.ant-table-selection-column > .ant-checkbox-wrapper,
.neo-table .ant-table-cell.ant-table-selection-column > .ant-table-selection > .ant-checkbox-wrapper {
  margin: auto auto;
}
/*Bars*/
.functionalBar__header {
  display: flex;
  justify-content: space-between;
  background: var(--neutral-color);
  border: 1px solid var(--border-color);
  background-color: var(--border-color);
  height: 56px;
  color: #222222;
}
.functionalBar__header .block {
  margin: auto 16px;
  display: flex;
}
.functionalBar__header .caption {
  margin: auto 12px auto auto;
  color: black;
}
.switch {
  width: 38px;
  height: 16px;
  background: var(--color-grey_5);
}
.switch .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.switch:active,
.switch:focus,
.switch:hover {
  outline: none !important;
  box-shadow: none !important;
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 15px);
}
.ant-switch-checked .ant-switch-handle:before {
  background: var(--color-yellow_4);
}
.ant-switch::after {
  background: #ffffff;
  height: 12px;
  width: 12px;
  top: 0.65px;
  left: 1.75px;
}
.ant-switch-checked::after {
  transform: translateX(186%);
  background: var(--color-yellow_3);
}
button.switch.ant-switch.ant-switch-checked span.ant-switch-inner {
  margin-left: -13px !important;
  margin-right: unset!important;
}
span.ant-switch-inner {
  margin-left: 15px!important;
  margin-right: unset!important;
  margin-top: 1px!important;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: #FFFFFF;
}
.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 14px;
}
.ant-switch-checked {
  background: var(--color-yellow_6);
}
.tag.tag {
  height: 32px;
  border: 1px solid var(--color-violete_5);
  box-sizing: border-box;
  border-radius: 4px;
  background: white;
}
.ant-tag.tag {
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}
.ant-tag.tag > span {
  margin-top: auto;
  margin-bottom: auto;
}
.ant-tag-close-icon {
  height: 12px;
}
.ant-drawer-header,
.ant-drawer-body {
  font-family: Roboto;
}
.ant-drawer-footer {
  background: #f2f2f2;
  border-top: 1px solid #e9e9e9;
}
.responsive-drawer {
  position: absolute;
  z-index: 1500;
}
.responsive-drawer__right {
  top: 0;
  left: 0;
  height: calc(100%);
  width: 20px;
  cursor: col-resize;
}
.responsive-drawer__left {
  top: 0;
  right: 0;
  height: calc(100%);
  width: 20px;
  cursor: col-resize;
}
.responsive-drawer__top {
  bottom: 0;
  height: 20px;
  width: calc(100%);
  cursor: row-resize;
}
.responsive-drawer__bottom {
  top: 0;
  height: 20px;
  width: calc(100%);
  cursor: row-resize;
}
.ant-tabs {
  overflow: unset;
}
.ant-tabs-tab {
  color: var(--color-violete_5) !important;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  word-wrap: unset;
  white-space: nowrap;
  margin: 0 16px 0 0;
}
.ant-tabs-tab:active .ant-tabs-tab-btn,
.ant-tabs-tab:focus .ant-tabs-tab-btn,
.ant-tabs-tab:hover .ant-tabs-tab-btn {
  color: var(--color-violete_6) !important;
  font-weight: 500 !important;
}
.ant-tabs-nav {
  font-size: 18px;
  line-height: 16px;
  color: var(--color-violete_5);
}
.ant-tabs-nav .ant-tabs-tab {
  padding-left: 0;
  padding-right: 0;
}
.ant-tabs-ink-bar {
  background-color: var(--color-violete_5);
}
.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--color-violete_6) !important;
}
.neo-step .ant-steps-item-title::after {
  display: none;
}
.neo-step .ant-steps-item .ant-steps-item-tail.ant-steps-item-tail {
  padding: 25px 0 6px;
  left: 12px;
  display: block;
}
.neo-step .ant-steps-item .ant-steps-item-content {
  width: 193px;
  padding: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
}
.neo-step .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
  white-space: break-spaces;
}
.neo-step .ant-steps-item .ant-steps-item-content .ant-steps-item-title .ant-steps-item-subtitle {
  margin: unset;
  font-family: Roboto, serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-grey_9);
}
.neo-step .ant-steps-item .ant-steps-item-content .ant-steps-item-description {
  font-family: Roboto, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey_9);
}
.neo-step .ant-steps-item .step-status {
  margin-top: 8px;
  padding: 2px;
  border-radius: 2px;
  width: fit-content;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.neo-step .ant-steps-item-icon {
  margin: 0 8px 0 15px !important;
  width: auto;
}
.neo-step .ant-steps-item-icon .ant-steps-icon button {
  border: 1px #E9EBF0 solid;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  justify-content: center;
}
.neo-step .ant-steps-item-finish .ant-steps-item-tail::after {
  background-color: var(--color-violete_6);
}
.neo-step .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: unset;
  display: flex;
  justify-content: center;
}
.neo-step .ant-steps-item-finish .ant-steps-item-icon .stepsDot {
  background: var(--color-violete_6);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: auto;
}
.neo-step .ant-steps-item-finish .ant-steps-item-icon button {
  border: 1px solid var(--color-violete_4);
}
.neo-step .ant-steps-item-finish .ant-steps-item-icon button svg {
  fill: var(--color-violete_4);
}
.neo-step .ant-steps-item-finish .ant-steps-item-content {
  background: #FFFFFF;
}
.neo-step .ant-steps-item-finish .ant-steps-item-content .step-status {
  background: var(--color-violete_4);
}
.neo-step .ant-steps-item-finish .ant-steps-item-content .ant-steps-item-subtitle {
  color: var(--color-grey_9);
}
.neo-step .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: unset;
  display: flex;
  justify-content: center;
}
.neo-step .ant-steps-item-process .ant-steps-item-icon .stepsDot {
  background: rgba(0, 0, 0, 0.25);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: auto;
}
.neo-step .ant-steps-item-process .ant-steps-item-icon button {
  border: 1px solid var(--color-green_6);
}
.neo-step .ant-steps-item-process .ant-steps-item-icon button svg {
  fill: var(--color-green_6);
}
.neo-step .ant-steps-item-process .ant-steps-item-content {
  background: var(--color-yellow_1) !important;
}
.neo-step .ant-steps-item-process .ant-steps-item-content .step-status {
  background: var(--color-yellow_6);
}
.neo-step .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: unset;
  display: flex;
  justify-content: center;
}
.neo-step .ant-steps-item-wait .ant-steps-item-icon .stepsDot {
  background: rgba(0, 0, 0, 0.25);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: auto;
}
.neo-step .ant-steps-item-wait .ant-steps-item-content {
  background: var(--color-grey_2);
}
.neo-step .ant-steps-item-wait .ant-steps-item-content .step-status {
  background: var(--color-grey_6);
}
.neo-step .ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title .ant-steps-item-subtitle .typography {
  color: var(--color-grey_6);
}
.neo-step .ant-steps-item-wait .ant-steps-item-content .ant-steps-item-description .typography {
  color: var(--color-grey_6);
}
.neo-step .ant-steps-item-error .ant-steps-item-icon .ant-steps-icon {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: unset;
  display: flex;
  justify-content: center;
}
.neo-step .ant-steps-item-error .ant-steps-item-icon .stepsDot {
  background: var(--color-violete_6);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: auto;
}
.neo-step .ant-steps-item-error .ant-steps-item-icon button {
  border: 1px solid var(--color-magenta_5);
}
.neo-step .ant-steps-item-error .ant-steps-item-icon button svg {
  fill: var(--color-magenta_5);
}
.neo-step .ant-steps-item-error .ant-steps-item-content {
  background: #FFFFFF;
}
.neo-step .ant-steps-item-error .ant-steps-item-content .step-status {
  background: var(--color-magenta_5);
}
.neo-step .ant-steps-item-active .ant-steps-item-content {
  background: #FFFFFF;
}
.neo-step .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: unset;
  display: flex;
  justify-content: center;
}
.neo-step .ant-steps-item-active .ant-steps-item-icon .stepsDot {
  background: var(--color-violete_6);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: auto;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: unset;
}
.neo-step.ant-steps-horizontal .ant-steps-item {
  padding: 0;
}
.neo-step.ant-steps-horizontal .ant-steps-item-tail.ant-steps-item-tail {
  padding: 0;
  left: 240px;
}
.neo-step.ant-steps-vertical .ant-steps-item-tail.ant-steps-item-tail {
  left: 27px;
}
.neo-step.ant-steps-vertical .ant-steps-item:last-child .ant-steps-item-tail {
  display: none;
}
.datepicker {
  outline: none;
  background: #FFFFFF;
  border: 1px solid var(--color-grey_3);
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
  font-size: 12px;
  line-height: 2.5;
  color: var(--color-grey_9);
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.datepicker:focus,
.datepicker:hover,
.datepicker:active,
.datepicker.ant-picker-focused {
  box-shadow: none;
  border: 1px solid var(--color-violete_6);
}
.datepicker .ant-picker-clear {
  padding: 2px;
}
.ant-picker-cell-today .ant-picker-cell-inner {
  background: #fff !important;
}
.ant-picker-cell:hover .ant-picker-cell-inner {
  background: var(--color-yellow_2) !important;
}
.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid var(--color-yellow_5) !important;
}
.ant-picker-cell-selected .ant-picker-cell-inner {
  background: var(--color-yellow_2) !important;
  border: 1px solid var(--color-yellow_5) !important;
  color: black !important;
}
.ant-picker-cell-selected.ant-picker-cell-today .ant-picker-cell-inner {
  border: none !important;
}
.ant-picker-body tbody tr:nth-child(2n),
.ant-picker-body thead th,
.ant-picker-body tbody tr:hover > td {
  background-color: unset !important;
}
.ant-picker-header-view button:hover {
  color: var(--color-yellow_7) !important;
}
.ant-picker-footer .ant-picker-today-btn {
  display: unset !important;
}
.ant-picker-footer .ant-picker-today-btn:hover {
  color: var(--color-yellow_7) !important;
  text-decoration: none !important;
}
.href {
  height: 40px;
  padding: 0 16px;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05), 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex !important;
  align-items: center !important;
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.href.href-success {
  background-color: var(--color-blue_1) !important;
  color: var(--color-blue_8) !important;
}
.href.href-error {
  background-color: #F8F1F3 !important;
  color: var(--color-magenta_6) !important;
}
.href.href-warning {
  background-color: var(--color-yellow_1) !important;
  color: var(--color-yellow_6) !important;
}
.Breadcrumb a {
  display: unset;
  align-items: unset;
  color: var(--color-grey_6);
}
.Breadcrumb.ant-breadcrumb a:hover {
  color: var(--color-violete_6);
}
.Breadcrumb.ant-breadcrumb > span:last-child {
  color: var(--color-violete_6);
}
.Breadcrumb * {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.Breadcrumb--xs {
  font-size: 12px;
  line-height: 12px;
}
.Breadcrumb--m {
  font-size: 16px;
  line-height: 16px;
}
.Breadcrumb--xl {
  font-size: 24px;
  line-height: 24px;
}
.Breadcrumb span svg {
  fill: var(--color-grey_6);
}
.Breadcrumb--xl svg {
  width: 28px;
  height: 28px;
}
.Breadcrumb--m svg {
  width: 20px;
  height: 20px;
}
.BreadcrumbItem a {
  display: unset;
  align-items: unset;
}
.BreadcrumbItem > a > div,
.BreadcrumbItem > div {
  vertical-align: sub;
  margin-right: 8px;
}
.ant-cascader-input {
  outline: none !important;
  box-sizing: border-box;
  border-radius: 4px !important;
  box-shadow: none !important;
  border: 1px solid #FFFFFF !important;
  padding: 0 !important;
}
.ant-cascader-picker {
  min-height: 32px;
  border-radius: 4px !important;
}
.ant-cascader-picker-label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-grey_9);
  margin-top: -7px;
}
.ant-cascader-picker-focused {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-violete_6) !important;
}
.ant-cascader-picker:focus,
.ant-cascader-picker:hover,
.ant-cascader-picker:active {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-violete_6) !important;
}
.ant-cascader-menus,
.ant-cascader-menus-placement-bottomLeft {
  border-radius: 4px!important;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.ant-cascader-menu {
  background-color: #FFFFFF;
  border-radius: 4px!important;
  padding: 4px 0;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.05);
  width: 205px;
  height: 106px;
  margin-top: -2px !important;
  margin-right: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.ant-cascader-menu-item {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-grey_7);
  padding: 8px 12px;
  background-color: #FFFFFF;
}
.ant-cascader-menu-item:hover {
  color: var(--color-grey_8);
  background-color: var(--color-yellow_2);
}
.ant-cascader-menu-item.ant-cascader-menu-item-active,
.ant-cascader-menu-item.ant-cascader-menu-item-active:hover {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-grey_8);
  background-color: var(--color-yellow_2);
}
.ant-cascader-menu-item-expand-icon {
  padding-top: 2px;
}
.ant-cascader-picker-arrow {
  right: 0;
  padding: 0 12px 0 12px;
  width: 235px;
}
.typography {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: var(--color-violete_8);
}
.typography-capture_light {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.typography-capture_link {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
}
.typography-capture_medium {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.typography-capture_regular {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.typography-body_bold {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.typography-body_link {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
}
.typography-body_light {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.typography-body_regular {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.typography-body_medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.typography-h4_light {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.typography-h4_regular {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.typography-h4_medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.typography-h3_regular {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}
.typography-h3_medium {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.typography-h2_regular {
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
}
.typography-h2_medium {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
}
.typography-h1_regular {
  font-weight: normal;
  font-size: 56px;
  line-height: 66px;
}
.typography-line-through {
  text-decoration: none;
}
.typography-line-through:hover {
  text-decoration: line-through;
}
.typography-overline {
  text-decoration: none;
}
.typography-overline:hover {
  text-decoration: overline;
}
.typography-underline {
  text-decoration: none;
}
.typography-underline:hover {
  text-decoration: underline;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  src: url('./fonts/Roboto-Black.eot');
  src: url('./fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Black.woff2') format('woff2'), url('./fonts/Roboto-Black.woff') format('woff'), url('./fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/Roboto-Bold.eot');
  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Bold.woff2') format('woff2'), url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url('./fonts/Roboto-Medium.eot');
  src: url('./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Medium.woff2') format('woff2'), url('./fonts/Roboto-Medium.woff') format('woff'), url('./fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Roboto-Regular.eot');
  src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff2') format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/Roboto-Light.eot');
  src: url('./fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Light.woff2') format('woff2'), url('./fonts/Roboto-Light.woff') format('woff'), url('./fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  src: url('./fonts/Roboto-Thin.eot');
  src: url('./fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Thin.woff2') format('woff2'), url('./fonts/Roboto-Thin.woff') format('woff'), url('./fonts/Roboto-Thin.ttf') format('truetype');
}
