@import '../../../theme/color';

.hierarchical-side-panel-container {
	.search-container {
		border-bottom: 0.1rem solid $aeap-border-light;
		.search-wrapper {
			.search-field {
				border: 0;
				&:focus {
					border-bottom: 0.1rem solid $aeap-border-light;
					outline: none;
				}
			}
		}
	}

	.panel-content-wrapper {
		border-bottom: 0.1rem solid $aeap-border-light;
		.panel-children-content-wrapper {
			.label-container {
				.label-wrapper {
					.selector {
						background-color: $aeap-color-blue;
						height: 0.5rem;
					}
				}
			}
		}
	}
}
