.sub header .absolute::before {
	content: '';
	display: block;
	inset:0;
	z-index: 1;
	position: absolute;
	background-color: hsl(0 0% 0% / .5);
}

.sub header h1,
.sub header p,
.sub header a {
	color: white;
}

.icon-btn:not(.active) {
	opacity: .5;
}

.sub header a img {
	filter: invert(1) grayscale(1);
	opacity: 1;
}

header .active img, header a:hover img {
	filter: invert(1) grayscale(1);
	opacity: 1;
}


aside .btn {
	justify-content: start;
}

aside .btn + .btn {margin-top: 0.625rem;}


.sub {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.sub header,
.sub footer {
	flex-grow: 0;
	flex-shrink: 0;
}

main.bg-light {
	flex-grow: 1;
}


.drop-zone {
	box-shadow: 0 10px 30px -5px hsl(0 0% 0% / .1);
	color: hsl(0 0% 0% / .5);
	cursor: pointer;
	transition: all 300ms;
}

.drop-zone.no-limit {
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drop-zone:hover {
	box-shadow: 0 25px 20px -10px hsl(0 0% 0% / .075);
	transform: translateY(-3px);
	color: hsl(0 0% 0% / .3);
}
/*
.drop-zone::before {
	content: 'Drop your files here'
} */

/* .dz-preview {
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: var(--bgLight);
	border-radius: .5rem;
	margin-top: 10px;
	padding: 1rem;
}

.dz-started.no-limit {
	display: block;
}

.dz-started::before {display: none;}

.dz-image img {border-radius: .5rem; display: block;}

.dz-error {
	background-color: hsla(0 100% 68% /.1);
} */

.dz-success-mark,
.dz-error-mark {
	display: none;
}


.welcome-text {
	color: hsl(0 0% 0% / .5);
	font-size: .875rem;
	line-height: 1.2;
}

.welcome-text strong {
	font-size: 1.125rem;
	display: block;
	color: var(--titleColor);
}

p.error {
	margin-top: 1rem;
	color: red;
	font-size: 1rem;
	padding: 0.5em;
	border-radius: .25rem;
	text-align: center;
	background-color: hsl(0 100% 95%);
}

input.error {
	border-color: red;
}

.btn:disabled {
	filter: grayscale(.7);
	opacity: .3;
}




#manage .manage-submit {
	position: fixed;
	right: -120%;
	bottom: 20vh;
	border: 0;
	background-color: red;
	border-radius: .25rem 0 0 .25rem;
	padding: 1em 2em;
	color: white;
	font-weight: bold;
	font-size: 1.25rem;
	box-shadow: -3px 5px 15px hsl(0 0% 0% / .2);
	transition: all 300ms ease;
}

#manage .manage-submit:hover {
	background-color: hsl(0 100% 57%);
	padding-right: 3em;
}

#manage .manage-submit:active {
	background-color: hsl(0 100% 38%);
}

#manage .manage-submit.save-work {
	right: 0;
}

.gu-mirror .card,
#manage .card {
	display: flex;
	align-items: stretch;
	padding: 1rem;
	background-color: white;
	margin-bottom: 30px;
}

.gu-mirror .card-body,
#manage .card-body {
	padding: 0 0 0 1rem;
}

.gu-mirror .card-image,
#manage .card-image {
	border-radius: 0;
	height: auto;
	aspect-ratio: auto;
	/* cursor: grab; */
}

.gu-mirror .card-image img,
#manage .card-image img {
	width: 100%;
	aspect-ratio: auto;
	height: auto;
	border-radius: .25rem;
	transition: none;
	transform: none;
}

.gu-mirror textarea,
#manage textarea {
	height: 8.5em;
}
.gu-mirror input,
.gu-mirror textarea,
#manage input,
#manage textarea {
	border: 1px solid var(--borderColor);
}

.gu-mirror .card [type="checkbox"],
#manage .card [type="checkbox"] {
	display: none;
}

.btn-label {
	position: relative;
	border-radius: .25rem;
	background-color: var(--bgLight);
	padding: 0.5rem 1rem;
	color: var(--primary);
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0;
}

input:checked + .btn-label {
	background-color: var(--primary);
	color: white;
}

.gu-mirror .card .order,
#manage .card .order {
	width: 4.5em;
	text-align: center;
}

#manage .draggable-source--is-dragging {
	opacity: .3 !important;
}

#manage .promoteart-list .item:empty {display: none;}

#manage .promoteart-list {
	gap: 0;
}


.filepond--root .filepond--drop-label {
    min-height: 8.75em !important;
}

.filepond--panel-root {
    background-color: white !important;
}


[type="checkbox"] + label {margin: 0;}
[type="checkbox"].mr-10 {margin-top: 8px !important;}

.flex.col #photo td {
	border: 0;
	padding: 0;
}

.flex.col #photo {
	background-color: hsl(0 0% 0% / .05);
	border-radius: .25rem;
}

.profile-graphic {
	max-width: 100%;
	height: auto;
	display: block;
}

.btn.delete {
	background-color: red;
}

.sub header .simpleParallax {
	height: 100%;
}

.sub header .simpleParallax img {
	object-fit: cover;
}



/* sortmode */

.gu-mirror .card-body textarea, .gu-mirror .card-body .btn-label, .gu-mirror .card-body .order-label,
.sortmode textarea, .sortmode .btn-label, .sortmode .order-label {display: none;}

.gu-mirror .card .card-image,
#manage .sortmode .card-image {width: 45px; cursor: grab;}

.gu-mirror .card-image img,
#manage .sortmode .card-image img {
	width: 45px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.gu-mirror .card-title input,
#manage .sortmode .card-title input {
	padding: 0;
	border: 0;
	font-size: 0.875rem;
	width: 100%;
}

.gu-mirror .card-title,
.sortmode .card-title {
	flex-grow: 1;
	margin: 0;
}

.gu-mirror .card-body,
.sortmode .card-body {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: nowrap;
}
.gu-mirror .card-body .gap-10.mt-15,
.sortmode .card-body .gap-10.mt-15 {margin-top: 0 !important;}

.gu-mirror .card,
#manage .sortmode .card {
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}

.gu-mirror .card .order,
.sortmode .card .order {
	font-size: .875rem;
	padding: 0.5rem;
}

.sortmode .item {
	position: relative;
	isolation: isolate;
}

.sortmode .item::before {
	content: '≡';
	display: block;
	background-color: #fff;
	border-radius: .25rem 0 0 .25rem;
	padding: .5rem 1rem;
	font-size: 1.1rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: all 200ms;
	cursor: grab;
}

.sortmode .item:hover::before {
	transform: translateX(-100%);
	opacity: 1;
}


/* delete el */


input:checked + .delete-btn-label {
    background-color: red;
    color: white;
}

#manage .will-be-deleted {
	filter: brightness(.8);
	opacity: .5;
}


/*

			M E D I A
			Q U E R I E S

*/

@media screen and (max-width: 1199px) {
	.btn.hidden {display: none;}

	.btn.w-full {
		justify-content: center;
		text-align: center;
	}

	aside {
		order:999;
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.flex.col #photo {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	#manage .card {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	#manage .card-body {
		padding: 0;
	}

	.flex.col #photo .flex.no-shrink {
		flex-direction: column;
	}
}