.slideBarWrap {
	width: 250px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 101;
	overflow: hidden;
	transition: left linear 0.2s;
}
.slideBarWrap__hideBar {
	left: -250px;
}
.slideBar {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background-color: rgb(47, 28, 85);
}
.slideBar__close {
	display: flex;
	justify-content: end;
	width: 100%;
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.slideBar__user {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.slideBar__user__avatar img {
	border-radius: 50%;
}
.slideBar__user__name {
	font-size: 20px;
	font-weight: 600;
}
.slideBar__user__avatar,
.slideBar__user__name {
	display: flex;
	justify-content: center;
}
.slideBar__list {
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.slideBar__list__item {
	width: 100%;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	transition: background-color linear 0.2s;
}
.slideBar__list__item:hover,
.slideBar__list__item:active {
	background-color: #000;
}
.slideBar__list__item__icon {

}
.slideBar__list__item__text {
	font-size: 14px;
	color: #fff;
}

.generateImagesSelector {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.generateImagesSelectorBlock {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.generateImageSelectWrap {
	width: 100%;
	display: flex;
	justify-content: center;
}

.generateImageSelect {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	height: 200px;
	width: 100%;
	overflow: hidden;
	gap: 10px;
}

.generateImageSelectImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	width: 100%;
	max-width: 300px;
	min-width: 120px;
}

.generateImageSelected {
	width: 100%;
}

.generateImageSelected .generateImageSelectImg {
	min-height: 300px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	max-width: none;
}

.imagesGenerateList {
	display: flex;
	width: 100%;
	gap: 10px;
	flex-wrap: wrap;
}

.imagesGenerateListImageWrap {
	width: 150px;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.imagesGenerateListImage {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.imagesGenerateImageTask {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 30vh;
}
.imagesGenerateImageFulllscreen {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.imagesGenerateImageFulllscreen svg {
	fill:#fff;
	width: 34px;
	height: 34px;
}
.imagesGenerateImageTask img {
	width: 100%;
	height: auto;
	z-index: 0;
}

.imagesGenerateImageTaskRemove {
	top: 5px;
	right: 5px;
	z-index:5;
	position: absolute;
	cursor:pointer;
}
.imagesGenerateImageTaskRemove svg {
	width: 24px;
	height: 24px;
}


.generateImagesSelector {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.generateImagesSelectorBlock {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.generateImageSelectWrap {
	width: 100%;
	display: flex;
	justify-content: center;
}

.generateImageSelect {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	height: 200px;
	width: 100%;
	overflow: hidden;
	gap: 10px;
}

.generateImageSelectImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	width: 100%;
	max-width: 300px;
	min-width: 120px;
}

.generateImageSelected {
	width: 100%;
}

.generateImageSelected .generateImageSelectImg {
	min-height: 300px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	max-width: none;
}

.imagesGenerateList {
	display: flex;
	width: 100%;
	gap: 10px;
	flex-wrap: wrap;
}

.imagesGenerateListImageWrap {
	width: 150px;
	height: 200px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.imagesGenerateListImage {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.imagesGenerateImageTask {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 30vh;
}

.imagesGenerateImageTaskRemove {
	top: 5px;
	right: 5px;
	z-index:5;
	position: absolute;
	cursor:pointer;
}
.imagesGenerateImageTaskRemove svg {
	width: 24px;
	height: 24px;
}
.images_selector__rules {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 15px 0;
}
.images_selector__rules ol {
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.images_selector__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.images_selector {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 10px;
}
.images_selector__item {
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	max-width: 300px;
	min-width: 150px;
	width: 100%;
	aspect-ratio: 3/4;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.images_selector__item__empty {
	background: linear-gradient(0deg, #1B1232, #392B58);
}
.images_selector__item__empty > .images_selector__item__svg,
.images_selector__item__empty > .images_selector__item__description {
	display: inline-flex;
}
.images_selector__item__svg {
	display: none;
}
.images_selector__item__description {
	display: none;
	z-index: 0;
	color: #917AD2;
	font-size: 12px;
}

.place_selector__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.selector__header {
	font-size: 18px;
	font-weight: 500;
}

.selected_images {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.selected_images__item {
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	max-width: 300px;
	min-width: 150px;
	width: 100%;
	aspect-ratio: 3 / 4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.place_selector__form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.place_selector,
.action_selector {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}
.place_selector__item,
.action_selector__item {
	font-size: 15px;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
}