.pui-select {
	&__item {
		width: 100%;
		& .v-list__tile {
			padding: 0 !important;
		}
		&--selected {
			color: var(--N-0);
			/* &:hover {
                background-color: var(--primarycolor);
            } */
		}
	}
	&__item-icon {
		color: var(--N-0);
		font-size: 16px;
	}
	&__label-mobile {
		color: rgba(0, 0, 0, 0.54);
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		margin-left: 17px;
	}
	& .v-chip__content > span {
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.puiselect-text {
	width: calc(100% - 1px);
}
.puiselect-text-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}