// @import "sinosun-ui/lib/style/themes/default.less";
// @import "sinosun-ui/lib/style/mixins/index.less";

.branch-list-title-item {
	&:after {
		display: block;
	}
	.select-placeholder {
		color: @placeholder-color;
	}
	.has-current-value {
		color: @text-color;
	}
}
.sn-branch-list-popup {
	width: 100%;
	overflow-x: hidden;
	.sn-branch-list-con {
		.search-container {
			position: relative;
			z-index: 1;
			padding: 0.2rem 0;
			background: @background-white;
		}
		.empty-comp {
			top: 1rem;
			z-index: 4;
		}
		.sn-branch-list {
			overflow-x: hidden;
			overflow-y: auto;
			font-size: @font-size-base;
			.sn-list-item {
				&.active {
					.sn-icon {
						padding-right: 0.2rem;
						color: @theme-color;
					}
				}
			}
		}
	}
}
