.main {
    background: var(--core-colors-neutral-white, #ffffff) !important;
    padding: 0 !important;
    margin-top: 0;
    flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.wrapper {
    background: var(--core-colors-neutral-white, #ffffff) !important;
    flex: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}


.main > .container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.wrapper {
	flex-grow: 1;
	display: flex;
}

.wrapper:before {
	width: 0 !important;
	border: none !important;
}

.secondary {
	max-width: 320px;
}

.primary {
	flex: 1;
	background-color: #f1f5f9;
	padding: 24px 40px 40px 24px;
	min-height: calc(100vh - 70px);
}

.module {
	width: 100%;
	margin: 0 !important;
	border: none !important;
	border-radius: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.module-content {
	width: 100%;
	padding: 0 !important;
}

.page-header {
	border: none !important;
	background-color: transparent !important;
	border-radius: none !important;
}
