@import 'styles';
.s-main {
	display: flex;
	align-items: stretch;
	position: relative;
	color: #334155;
	margin-bottom: 15px;
}
.s-active {
	border: 1px solid var(--p-form-field-focus-border-color);
}
.s-unactive {
	border: 1px solid var(--p-form-field-border-color);
}
.s-container {
	border-radius: 5px;
	padding: 1.25px 0;
	width: 100%;
}
.s-search {
	color: var(--p-form-field-icon-color);
	padding: 0 10px;
}
.s-input-container {
	padding: 1.25px 0;
}
.s-input {
	height: 30px;
	border-width: 0;
	width: 100%;
	min-width: 25px;
}
.s-input:focus {
	outline-width: 0;
}
.s-dropdown {
	width: 35px;
	border-radius: 0 5px 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-dropdown:hover {
	background-color: #e7e9ed;
	cursor: pointer;
}
.s-dropdown-icon {
	color: var(--p-form-field-icon-color);
}

::ng-deep {
	.p-popover.p-popover-flipped:before {
		display: none;
	}
	.p-popover.p-popover-flipped:after {
		display: none;
	}
	.p-popover:before {
		display: none;
	}
	.p-popover:after {
		display: none;
	}
	.p-popover {
		margin-top: 2.5px;
	}
	.p-popover-flipped {
		margin-top: -5px;
	}
}
