.inline-group .tabular tr.has_original td:not(.original) {
	padding-top: 12px !important;
}

.image-field-preview {
	/* object-fit: cover; */
	margin-right: 8px;
}
ul.sortedm2m {
	min-height: 0 !important;
}
.field-show_logo img[alt="False"] {
	opacity: 0;
}
.inline-group .tabular .hide-title .column-textoverlay,
.inline-group .tabular .hide-title .column-imageoverlay {
	user-select: none;
	color: transparent;
	overflow: hidden;
	text-indent: -2000px;
}
.inline-group .tabular .hide-title .original {
	position: relative;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	vertical-align: middle !important;
}
.inline-group .tabular .hide-title .original > p {
	user-select: none;
	color: transparent;
	position: relative;
	overflow: hidden;
	text-indent: -2000px;
	height: 60%;
	margin: 9px;
	padding: 9px 0;
	/* vertical-align: auto !important; */
}

.inline-group .tabular tr.has_original td {
	height: inherit;
	padding-top: inherit;
}

:root .admin-interface {
	--header-link-color: #055570;
	--header-link-hover-color: #6CB2C2;
}

.theme-toggle svg.theme-icon-when-auto,
.theme-toggle svg.theme-icon-when-light,
.theme-toggle svg.theme-icon-when-dark {
	color: transparent;
}

:root .admin-interface #content-start #content-related,
:root .admin-interface .app-otp_totp.module {
	display: none;
}

:root .admin-interface .module.show-module {
	display: block;
}
