@import '../../../theme/color';

.tabs-container {
	border-bottom: 0.1rem solid $aeap-color-light-grayish-blue;
	.selected-tab {
		background-color: $aeap-color-blue;
		height: 0.4rem;
	}
}
