
#setup .slackAutomations {
	font-size: 14px;
}
#setup .slackAutomations p {
	margin: 0 0 10px
}
#setup .slackAutomations__item {
	margin: 15px 0 0;
	padding-top: 40px;
	position: relative;
}
#setup .slackAutomations__item:first-child {
	margin: 5px 0 5px
}
#setup .slackAutomations__item .name {
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
}
#setup .slackAutomations .button_l {
	margin: 0 8px 0 0
}
#setup .slackAutomations .button .av_sm {
	float: left;
	margin: -2px 10px -2px -10px;
	border-radius: 2px
}
#setup .slackAutomations .delete {
	display: none
}
#setup .slackAutomations__item:hover .delete {
	display: block
}
#setup .slackAutomations .line {
	display: none;
	background: var(--base-line-ghost);
	margin: 15px 0;
}
#setup .slackAutomations .line:first-child, #setup .slackAutomations__item ~ .line {
	display: block;
	margin-bottom: 15px;
}
#setup .slackAutomations .line:first-child {
	margin-top: 0
}


#setup .crmAutomations {
}
#setup .crmAutomations p {
	margin: 0 0 10px
}
#setup .crmAutomations__item {
	margin: 15px 0 0;
	position: relative;
}
#setup .crmAutomations__item {
	padding: 4px 0;
}
#setup .crmAutomations__item:first-child {
	margin: 5px 0 5px
}
#setup .crmAutomations .button_l {
	margin: 0 8px 0 0
}
#setup .crmAutomations .button .av_sm {
	float: left;
	margin: -2px 10px -2px -10px;
	border-radius: 2px
}
#setup .crmAutomations .stage svg {
	fill: var(--base-txt-act-major);
}
#setup .crmAutomations .stage-1 svg {
	fill: var(--base-btn-fresh-minor);
}
#setup .crmAutomations .stage-2 svg {
	fill: var(--base-btn-alert-primary-minor);
}
#setup .crmAutomations__item ws-emoji {
	width: 16px;
	height: 16px;
}
#setup .crmAutomations__item .project ws-icon {
	margin: 0 6px 0 8px;
}
#setup .crmAutomations__item button i {
	font-style: normal;
	color: var(--base-txt-tertiary)
}

#setup .crmAutomations__item ws-icon[name=exclam_triangle-line] svg {
	fill: var(--base-btn-notice-major);
}
#setup .crmAutomations .condition {
	padding: 4px 8px;
	border-radius: 4px;
	color: inherit;
	background: var(--base-cont-low);
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: -8px;
}
#setup .crmAutomations .in {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 30px 0 0;
	color: inherit;
	gap: 2px;
}
#setup .crmAutomations .in > ws-icon svg {
	fill: var(--base-txt-ghost);
}
#setup .crmAutomations .delete {
	display: none
}
#setup .crmAutomations .edit {
	display: none
}
#setup .crmAutomations__item:hover .delete, #setup .crmAutomations__item:hover .edit {
	display: block
}
#setup .crmAutomations .line {
	display: none;
	background: var(--base-line-ghost);
	margin: 15px 0;
}
#setup .crmAutomations .line:first-child, #setup .crmAutomations__item ~ .line {
	display: block;
	margin-bottom: 15px;
}
#setup .crmAutomations .line:first-child {
	margin-top: 0
}

.crm_automations_details .stage:before {
	content: '';
	float: left;
	width: 12px;
	height: 12px;
	margin: 4px 8px 0 0;
	border-radius: 12px;
	color: var(--white-accent);
	background: var(--base-btn-primary-minor);
}
.crm_automations_details .stage:empty:after {
	content: '. . .'
}
.crm_automations_details .stage-1:before {
	background: var(--base-txt-new-minor);
}
.crm_automations_details .stage-2:before {
	background: var(--base-btn-alert-primary-minor);
}

.crm_automations_details .inputBlock__components .date_place {
	border: 1px dashed var(--base-txt-tertiary);
	color: var(--base-txt-tertiary);
	font: 11px/20px var(--font-base);
	border-radius: 12px;
	padding: 2px 6px;
	height: 20px;
}
.crm_automations_details .inputBlock__components .date_place:not(.date_place-active) span:last-child {
	display: none;
}
.crm_automations_details .inputBlock__components .date_place-active span:first-child {
	display: none;
}
.crm_automations_details .inputBlock__components .date_place-active {
	border: 1px solid transparent;
	background: var(--base-hlt-hover);
}
.crm_automations_details .inputBlock__components .date_place-active input {
	width: 25px;
	text-align: center;
	border: none;
	background: transparent;
	font: bold 13px/20px var(--font-base);
	padding: 0;
	height: 20px;
}

.crm_automations_details .inputBlock__components .av_place {
	float: right;
}
.crm_automations_details .inputBlock__components .priorb {
	font: 11px/16px var(--font-base);
	height: 16px;
	width: 22px;
}
.crm_automations_details .equal {
	background: var(--base-cont-mod-top);
	position: relative;
	margin: 22px -25px 0 -25px;
	width: 30px;
	height: 30px;
	text-align: center;
	font: 24px/30px var(--font-base);
	border-radius: 4px;
	z-index: 1;
	display: none;
}
.crm_automations_details #drop_value .in, .crm_automations_details #drop_value_to .in {
	padding-left: 20px;
}
.crm_automations_details .inputBlock input.in {
	-webkit-appearance: none;
}
.crm_automations_details .inputBlock input.in::-webkit-calendar-picker-indicator {
	display: none !important
}
.crm_automations_details .step {
	margin: 0 0 10px;
	color: var(--base-txt-primary);
	font: var(--font-ui-16-title-3-semi);
}
.crm_automations_details .part {
	padding-left: 55px;
	padding-right: 30px;
	position: relative;
	padding-bottom: 20px;
}
.crm_automations_details .part > .ico_l {
	margin: -5px 0 0 -50px;
}
.crm_automations_details .part > .ws_grad {
	margin: -5px 0 0 -50px;
	width: 30px;
	height: 30px;
	float: left;
}
.crm_automations_details .part > .ws_grad svg {
	width: 30px;
	height: 30px;
}
.crm_automations_details .part-withLine:before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 10px;
	left: 19px;
	border-right: 2px solid var(--base-txt-ghost);
}
.crm_automations_details .options {
	padding-left: 20px;
}
.crm_automations_details .field_tag {
	background: var(--base-cont-mod-top);
	font: var(--font-ui-12-mini-med);
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	margin: 4px 0 0;
	max-width: 2000px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.crm_automations_details .inputBlock__components {
	border-top: 1px solid var(--base-line-secondary);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
	margin: 12px 14px 0;
}
.crm_automations_details .inputBlock__label-withComponents {
	display: block;
	height: auto;
}
.crm_automations_details #drop_project .in ws-icon {
	margin: 0 6px 0 0;
}
.crm_automations_details #drop_project .in ws-emoji {
	width: 16px;
	height: 16px;
}

.inputBlock__components > [data-container] {
	overflow: hidden;
	height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.inputBlock__components > [data-container]:not([data-container=priority]) {
	flex-shrink: 1;
}
.inputBlock__components > [data-container]:not([data-container=priority]) > * {
	flex-shrink: 1;
}


.inputBlock__components > .in {
	font: 11px/20px var(--font-base);
	color: var(--base-txt-tertiary);
	font-variant: small-caps;
}

.inputBlock__components .data_place {
	font: 12px/22px var(--font-base);
	color: var(--base-txt-secondary);
	height: 22px;
	border: 1px dashed var(--base-txt-tertiary);
	padding: 0 10px;
	border-radius: 12px;
	display: inline-flex;
	overflow: hidden;
}

.inputBlock__components .data_place:hover {
	background: var(--base-hlt-b-hover);
	border-color: var(--base-hlt-b-invert);
	color: var(--base-hlt-b-invert);
}

.inputBlock__components .data {
	font: 12px/22px var(--font-base);
	color: var(--base-txt-secondary);
	height: 24px;
	border-radius: 12px;
	background: var(--base-cont-mod-low);
	max-width: 200px;
	overflow: hidden;
}

.inputBlock__components .data > .in {
	padding: 0 8px;
	color: var(--base-txt-tertiary);
}

.inputBlock__components .prior > .in {
	color: var(--white-primary);
}

.inputBlock__components .data > ws-icon {
	padding: 4px;
	margin: 0 0 0 -8px;
}

.inputBlock__components .data > .space ws-icon, .inputBlock__components .data > .space svg {
	width: 16px;
	height: 16px;
}

.inputBlock__components .data > .in b {
	font-weight: normal;
	color: var(--base-txt-primary);
}

.inputBlock__components .data:hover {
	background: var(--base-hlt-hover);
}