@import '~@alifd/next/variables.scss';
.AdvancedSearch {
	width: 100%;
	overflow: auto;
	:global {
		.rule-item-card{
			min-height: 90px !important;
		}
		.#{$css-prefix}loading {
			width: 100%;
			min-height: 200px;
		}
		.#{$css-prefix}range-picker {
			line-height: 24px;
		}
		.#{$css-prefix}collapse {
			border: unset;
		}

		.#{$css-prefix}collapse-panel-title {
			display: none;
		}
		.#{$css-prefix}collapse-panel-content {
			background-color: rgba(237, 237, 237, 1);
		}
	}
	.FormCell {
		position: relative;
		line-height: 28px;
		margin-right: 8px;
	   margin-bottom: 8px;
	   display: inline-block;
	}
	.FirstFromCell{
		min-width: 183px !important;
	}


	.FormCellError {
		color: red;
		position: absolute;
		top: 20px;
		left: 0;
	}
}
:global{
	.res-advanced-search-max-group{
		.add-group{
			visibility: hidden;
		}
	}
	.res-advanced-search-max-condition{
		.#{$css-prefix}btn-secondary{
           display: none;
		}
		.add-group{
			visibility: hidden;
		}
	}
}

.NotFoundContent {
	height: 100px;
	width: 100%;
	:global {
		.#{$css-prefix}loading {
			width: 100%;
		}
	}
	.NotFoundText {
		text-align: center;
	}
}
.SearchButton {
	margin-left: 10px;
}
.OptionGroup {
	margin-top: 16px;
}
.FormCellError {
	color: red;
	margin-top: 4px;
	line-height: 25px;
}
.NoDelete {
	:global {
		.delete-icon {
			display: none;
		}
	}
}
