#admin-panel-items
{
	display: flex;
}

.admin-container
{
	border: 1px solid #0000002b;
	border-radius: 10px;
	width: 320px;
	height: 400px;
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(.2em);
	text-align: center;
	position: relative;
	display: block;
	text-decoration: none;
	transition: background-color .2s ease-in;
	margin-right: 20px;
	margin-top: 20px;
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.admin-container:hover
{
	background-color: rgba(255, 255, 255, 0.2);
}

.admin-container > i
{
	transition: color .2s ease;
}

.admin-container:hover > i
{
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow
{
	from
	{
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px red, 0 0 40px red, 0 0 50px red, 0 0 60px red, 0 0 70px red;
	}
	to
	{
		text-shadow: 0 0 20px #fff, 0 0 30px lime, 0 0 40px lime, 0 0 50px lime, 0 0 60px lime, 0 0 70px lime, 0 0 80px lime;
	}
}

.admin-button-name
{
	display: block;
	position: absolute;
	width: 100%;
	padding: .5em .5em;
	font-size: 1.5em;
	line-height: 1em;
}

.admin-button-icon
{
	display: block;
	font-size: 4em;
	margin-top: 1.3em;
}

.admin-button-description
{
	display: block;
	font-size: .9rem;
	padding: 1em;
	margin-top: 2em;
}

.admin-button-click
{
	display: block;
	bottom: -0.8px;
	position: absolute;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: .8em;
}

.admin-pools-div
{
	width: 60%;
}

.admin-pools-pool-icon
{
	width: 32px;
	height: 32px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.admin-pools-pool-name
{
	margin-right: 10px;
}

.admin-pools-textarea
{
	margin-bottom: 50px;
}

.bulk-edit
{
	margin-left: 15px;
}

#admin-output
{
    position: relative;
    margin-left: 18px;
    margin-top: 200px;
}

.upload-fail
{
	color: red;
}

.upload-success
{
	color: green;
}

.upload-info
{
	color: yellow;
	margin: 0 0 0 0;
}

.item-management-error
{
	color: red;
}

.item-management-success
{
	color: green;
}

.item-management-warning
{
	color: yellow;
}

.item-management-desc-icon
{
	max-height: 32px;
	max-width: 32px;
}

#progress-div
{
	float: right;
	padding-right: 20%;
}

.progress
{
    width: 400px;
    height: 30px;
    border: 1px solid black;
    position: relative;
    display: block;
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.progress:after
{
    content: '\A';
    position: absolute;
    background: green;
    top: 0; bottom: 0;
    left: 0; 
    width: var(--completion-percentage);
}

.log-timestamp
{
	color: yellow;
}

.log-user
{
	font-weight: bold;
	color: orangered;
}

.log-target
{
	font-style: italic;
	color: royalblue;
}

.log-system
{
	background-color: darkred !important;
}

.is-xml-item
{
	color: yellow;
}

.item-switches
{
	display: flex;
	align-items: center;
}

.item-switch
{
	margin-right: 16px;
}

.special-tags-holder
{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2000;
}

.admin-tag
{
	font-size: .7rem;
	overflow-y: auto;
}

.isaac-form::file-selector-button
{
	padding: 0.5em;
	border: thin solid grey;
	border-radius: 3px;
	height: 45px;
}

.last_updated
{
	float: right;
	padding-right: 8px;
	font-size: .8em;

	@media only screen and (max-width: 1450px)
	{
		float: none;
		margin-bottom: 1em;
		font-size: 1em;
	}
}

.input-group-cg
{
	gap: .25rem;
}

.btn-xs
{
	--bs-btn-padding-y: .25rem;
	--bs-btn-padding-x: .5rem;
	--bs-btn-font-size: .75rem;
}

#items-dropdown-wrapper
{
	position: sticky;
	top: -1px;
	text-align: center;
	z-index: 999;
	margin-bottom: 1em;
	backdrop-filter: blur(.2em);
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
	margin-left: -32px;
	margin-right: -32px;
	padding-bottom: 1em;
}

#items-dropdown-buttons-wrapper
{
	padding-top: 1em;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5em;
}

#items-dropdown-buttons-wrapper .btn
{
	transition: scale .1s ease-in;
}

#items-dropdown-buttons-wrapper .btn:hover
{
	scale: 1.1;
}

#items-dropdown-input
{
	width: 500px;
	height: 45.6px;

	@media only screen and (max-width: 1010px)
	{
		width: 300px;
	}

	@media only screen and (max-width: 1010px)
	{
		width: 200px;
	}
}

#items-dropdown-list
{
	height: 60vh;
	overflow-y: auto;
}

#items-dropdown-input:focus + #items-dropdown-list
{
	display: block;
}

.sprite-block-admin-list
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: var(--spritesheet-gfx) var(--x) 0px;
	vertical-align: middle;
	float: left;
	margin-right: 1rem;
}

.img-block-admin-list
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: var(--spritesheet-gfx);
	background-size: contain;
	position: relative;
	vertical-align: middle;
	float: left;
	margin-right: 1rem;
}

.acp-item-info
{
	color: grey;
	font-size: .8em;
}

.acp-item-hidden
{
	color: orangered;
}

.sprite-block-acp-hp
{
	display: inline-block;
	width: 16px;
	height: 16px;
	scale: 2;
	transition: transform .1s ease-in;
}

.sprite-block-acp-hp:hover
{
	transform: scale(1.2);
}

.hp-hearts-list
{
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

#insertSpecialNote
{
	display: none;
	margin-bottom: 1em;
	font-style: italic;
	font-size: .9em;
}

.item-management-panel .row
{
	align-items: flex-end;
}

.acp-login
{
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(.2em);
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.acp-login-fail
{
	margin: 1em -1em;	
}

.acp-login-see-password
{
	position: absolute;
	right: 1em;
	color: black;
	top: 50%;
	transform: translate(0, -50%);
}

.fake-input-icon
{
	display: inline-block;
	width: max-content;
	vertical-align: bottom;
	box-sizing: content-box;
	padding: 0.125em .5em;
}

.acp-mod-container
{
	border: 1px solid #0000002b;
	border-radius: 10px;
	width: 10em;
	height: 11em;
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(.2em);
	text-align: center;
	position: relative;
	display: inline-flex;
	text-decoration: none;
	color: white;
	transition: background-color .2s ease-in;
	margin-right: 8px;
	margin-bottom: 13px;
}

.acp-mod-container:hover
{
	color: white;
	background-color: rgba(255, 255, 255, 0.2);
}

.acp-mod-container-icon
{
	width: 32px;
	height: 32px;
	background: var(--mods-sprite) var(--x) 0px;
	margin: auto;
	margin-bottom: 5.5em;
	scale: 3;
}

.acp-mod-container-name
{
	background-color: #c7b29a;
	color: black;
	bottom: 0;
	position: absolute;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .8em;
	height: 3em;
	line-height: 1em;
	align-content: center;
	overflow: hidden;
}

.ribbon
{
	--f: .5em;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.8;
	padding-inline: 1lh;
	padding-bottom: var(--f);
	border-image: conic-gradient(#0008 0 0) 51%/var(--f);
	clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
	transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
	transform-origin: 0% 100%;
	background-color: var(--bs-danger);
}

.acp-mod-container:hover > .ribbon
{
	color: white !important;
}

.acp-delete-file
{
	float: right;
	margin-right: .5em;
	display: none;
}

.acp-delete-file:hover
{
	color: var(--bs-danger);
}

.acp-xml-table tr:hover .acp-delete-file
{
	display: block;
}

.acp-files-checkbox
{
	display: flex;
	align-items: center;
	justify-content: center;
}