.emptyStateContainer {
	flex: 1;
	height: 142;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: $gray-lighten-30;
	padding-left: 12;
	padding-right: 12;
	padding-top: 12;
	padding-bottom: 12;
	border-top-left-radius: 4;
	border-top-right-radius: 4;
	border-bottom-left-radius: 4;
	border-bottom-right-radius: 4;
}

.emptyStateContainerDark {
	background-color: $background-dark-secondary;
}

.emptyStateTitle {
	text-align: center;
	margin-top: 4;
	margin-bottom: 16;
	font-size: 14;
	color: #2e4453;
}

.emptyStateTitleDark {
	color: $white;
}

.emptyStateDescription {
	width: 100%;
	text-align: center;
	color: $blue-gechiui;
	font-size: 14;
	font-weight: 500;
}

.modalIcon {
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	fill: $gray-dark;
}

.appender {
	height: auto;
	background-color: $white;
	border: $border-width solid $light-gray-500;
	border-radius: 4px;
}

.appenderDark {
	background-color: $background-dark-secondary;
	border: $border-width solid $gray-70;
}

.addMediaButton {
	color: $white;
	background-color: $toolbar-button;
	border-radius: $button-size-small * 0.5;
	overflow: hidden;
	size: $button-size-small;
}

.addMediaButtonDark {
	color: $background-dark-secondary;
	background-color: $gray-20;
}
