@import 'src/Components/GlobalStyles/colors';
@import 'src/Components/GlobalStyles/mixins';
@import 'src/Components/GlobalStyles/vars';

[class*='LayoutComponent_collapsed_'] .insightsContainer {
	width: $--collapsed-layout-content-width;
}

[class*='LayoutComponent_expanded_'] .insightsContainer {
	width: $--expanded-layout-content-width;
}

.insightsContainerWrapper {
	position: relative;
	height: 240px;

	.insightsContainer {
		// margin-left: auto;
		padding-top: 23px;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #ffffff;
		z-index: 999;

		.insightsHeader {
			display: flex;
			justify-content: flex-end;
			align-items: start;

			@media (max-width: 1000px) {
				width: 100%;
			}
		}

		.horizontalLine {
			@include HorizontalLine;

			margin: 15px 0 65px;
		}
	}
}

.companyDropdown {
	display: flex;
	justify-content: flex-end;
}
