@use "../../../../scss/admin/variables";

.sidebarOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(114, 119, 124, 0.75);
	z-index: 9998;
}

.sidebarLoader {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.sidebarError {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: variables.$spacing-lg;
	text-align: center;
}

.sidebarErrorIcon {
	margin-bottom: 30px;
}

.sidebarErrorTitle {
	margin-bottom: 15px;
	color: variables.$text-text-primary;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.sidebarErrorMessage {
	font-size: 15px;
	line-height: 1.4;
	color: variables.$text-text-secondary;
}
