.DarkBackgroundColor {
	background: rgba(0, 0, 0, .4);
}

.FrontPageStyle {
	min-height: 500px;
}

.vrodos-auth-splash label,
#vrodos-project-manager-wrapper label,
#vrodos-assets-manager label,
#vrodos-asset-editor label,
#vrodos-scene-editor label,
#vrodos-modal-wrapper label {
	margin-bottom: 0;
}

.NewGameLabel {
	display: block;
}

.WhiteSpaceSeparator {
	margin-top:30px;
	margin-bottom: 30px;
	border:0;
	color:white;
	display:table;
}

.CenterContents {
	text-align: center;
	float: left;
	margin: 15pt;
}


.LinkDisabled {
	pointer-events: none;
	cursor: default;
	opacity: .54;
}

/* Project Manager logged-out access screen */
.vrodos-auth-splash,
.vrodos-auth-splash *,
.vrodos-auth-splash *::before,
.vrodos-auth-splash *::after {
	box-sizing: border-box;
}

.vrodos-auth-splash {
	min-height: calc(100vh - var(--wp-admin-bar-height, 0px));
	overflow-y: auto;
	background:
		radial-gradient(circle at top left, rgba(102, 204, 138, 0.18), transparent 34rem),
		linear-gradient(135deg, #f8fafc 0%, #eef2f7 52%, #f7fbf9 100%);
	padding: clamp(1.5rem, 3vw, 3rem);
	display: grid;
	place-items: center;
	color: #0f172a;
}

.vrodos-auth-shell {
	width: min(1180px, 100%);
	min-height: min(640px, calc(100vh - var(--wp-admin-bar-height, 0px) - clamp(3rem, 6vw, 6rem)));
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}

.vrodos-auth-showcase {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.05rem;
	padding: clamp(1.75rem, 4vw, 3.5rem);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(241, 245, 249, 0.7)),
		linear-gradient(145deg, rgba(59, 130, 246, 0.08), rgba(102, 204, 138, 0.1));
}

.vrodos-auth-kicker {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	color: #475569;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.vrodos-auth-kicker span:first-child {
	color: #0f766e;
}

.vrodos-auth-kicker span + span::before {
	content: "";
	display: inline-block;
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.5rem;
	border-radius: 999px;
	background: #94a3b8;
	vertical-align: 0.08rem;
}

.vrodos-auth-showcase h1 {
	max-width: 10.5em;
	margin: 0;
	color: #0f172a;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.vrodos-auth-showcase p {
	max-width: 38rem;
	margin: 0;
	color: #475569;
	font-size: clamp(1rem, 1.45vw, 1.2rem);
	font-weight: 600;
	line-height: 1.55;
}

.vrodos-auth-preview {
	margin-top: 0.75rem;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
}

.vrodos-auth-preview-bar {
	height: 2.5rem;
	display: flex;
	align-items: center;
	gap: 0.42rem;
	padding: 0 0.9rem;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.vrodos-auth-preview-bar span {
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 999px;
	background: #cbd5e1;
}

.vrodos-auth-preview-bar span:first-child {
	background: #66cc8a;
}

.vrodos-auth-preview-bar strong {
	margin-left: 0.4rem;
	font: inherit;
}

.vrodos-auth-preview img {
	width: 100%;
	height: clamp(190px, 20vw, 270px);
	object-fit: cover;
	object-position: center top;
}

.vrodos-auth-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
	padding: clamp(1.75rem, 3vw, 2.75rem);
	border-left: 1px solid rgba(226, 232, 240, 0.9);
	background: rgba(255, 255, 255, 0.86);
}

.vrodos-auth-icon {
	width: 4.25rem;
	height: 4.25rem;
	display: grid;
	place-items: center;
	border-radius: 1.25rem;
	background: #ecfdf3;
	color: #16a35f;
	box-shadow: inset 0 0 0 1px rgba(102, 204, 138, 0.26);
}

.vrodos-auth-icon svg {
	width: 2.15rem;
	height: 2.15rem;
	stroke-width: 1.8;
}

.vrodos-auth-panel h2 {
	margin: 0.5rem 0 0;
	color: #0f172a;
	font-size: clamp(1.75rem, 2.4vw, 2.4rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.vrodos-auth-panel p {
	margin: 0 0 0.55rem;
	color: #526173;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.55;
}

.vrodos-auth-primary {
	width: 100%;
	min-height: 3.35rem;
	border-radius: 0.9rem !important;
	gap: 0.55rem;
	font-size: 0.95rem;
	font-weight: 900 !important;
	text-transform: none !important;
	box-shadow: 0 18px 38px rgba(22, 163, 95, 0.22) !important;
}

.vrodos-auth-primary svg {
	width: 1rem;
	height: 1rem;
}

.vrodos-auth-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.75rem 1.4rem;
	padding-top: 0.15rem;
}

.vrodos-auth-links a {
	color: #0f766e;
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.vrodos-auth-links a:hover,
.vrodos-auth-links a:focus {
	color: #115e59;
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.vrodos-auth-splash {
		place-items: start center;
		padding: 1rem;
	}

	.vrodos-auth-shell {
		min-height: 0;
		grid-template-columns: 1fr;
		border-radius: 1.25rem;
	}

	.vrodos-auth-showcase {
		padding: 2rem;
	}

	.vrodos-auth-showcase h1 {
		max-width: 9em;
	}

	.vrodos-auth-panel {
		border-top: 1px solid rgba(226, 232, 240, 0.9);
		border-left: 0;
		padding: 2rem;
	}
}

@media screen and (max-width: 560px) {
	.vrodos-auth-showcase,
	.vrodos-auth-panel {
		padding: 1.35rem;
	}

	.vrodos-auth-showcase {
		gap: 1rem;
	}

	.vrodos-auth-preview img {
		aspect-ratio: 4 / 3;
	}

	.vrodos-auth-links {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Breadcrumbs style */
ul.EditPageBreadcrumb {
	list-style: none;
	margin: -6px 0 0 0;
}

/* Display list items side by side */
ul.EditPageBreadcrumb li {
	display: inline;
}


.EditPageBreadcrumbSelected {
	font-weight: 700;
}

.EditPageBreadcrumbArr {
	transform: rotate(90deg);
	padding:0 0 0 16px;
	margin:0 -14px 0 -14px;
}

.PageHeaderStyle {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
}

.PageHeaderStyle h1, .EditPageHeader h1 {
	width: auto;
	display: inline-block;
}




/* Accordion */
/* Style the buttons that are used to open and close the accordion panel */
a.EditPageAccordion {
	width: auto;
	text-align: left;
	font-weight: 500;
	transition: 0.4s;
	margin-bottom: 24px;
}

a.EditPageAccordion.active {
	font-weight: 800;
}

i.ButtonIcon {
	vertical-align: text-bottom;
	font-size:20px;
}



/* Style the accordion panel. Note: hidden by default */
.EditPageAccordionPanel {
	padding: 0 18px;
	max-height: 0;
	height: 100%;
	overflow: hidden;
	display: block;
	transition: max-height 0.2s ease-out;
}

.RadioButtonList li {
	display: flex;
}
.RadioButtonList li label {
	cursor: pointer;
	margin-bottom: 0;
}


.FullWidth {
	width: 100%;
}

.DisplayBlock {
	display: block;
	width: 100%;
	height: 100%;
}

.AddNewAssetBtnStyle {
	float: right;
}


@media screen and (max-width: 479px) {
	.AddNewAssetBtnStyle {
		float: left;
		margin: 12px 0 12px 0;
	}
}

.AlignIconToBottom {
	vertical-align: bottom;
}

.AlignIconToMiddle {
	vertical-align: sub;
}

/*Override default theme to correctly show jQuery UI styles*/
.ui-slider .ui-slider-handle:last-child {
	margin-left: 0 !important;
}

.ui-slider .ui-slider-handle {
	position: absolute !important;
	z-index: 2 !important;
	width: 1.2em !important;
	height: 1.2em !important;
	top: auto !important;
}

.ui-slider .ui-slider-handle::before {
	border: none;
	width: 1.2em !important;
	height: 1.2em !important;
	background-color: transparent;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	content: none !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em !important;
	margin-left: -.6em !important;
}

.ui-slider .ui-slider-handle:last-child { cursor: pointer; }


.ColorPickerSliderRed,
.ColorPickerSliderGreen,
.ColorPickerSliderBlue,
.ColorPickerSliderAlpha {
	clear: left;
	width: 100%;
	margin: 25px 15px 34px 15px;
}

.ColorPickerPreview {
	height: 170px;
	margin-top: 18px;
	background-image: none;
	width: 100%;
}

.ColorPickerSliderRed .ui-slider-range { background: #ef2929; }
.ColorPickerSliderRed .ui-slider-handle { border-color: #ef2929; }
.ColorPickerSliderGreen .ui-slider-range { background: #8ae234; }
.ColorPickerSliderGreen .ui-slider-handle { border-color: #8ae234; }
.ColorPickerSliderBlue .ui-slider-range { background: #729fcf; }
.ColorPickerSliderBlue .ui-slider-handle { border-color: #729fcf; }

.asset-image-tile-style {
	-webkit-filter: saturate(70%); /* Safari 6.0 - 9.0 */
	filter: saturate(70%);
	-webkit-transition: -webkit-filter 0.16s linear; /* Safari */
	transition: filter 0.16s;
	cursor: pointer;
}

.asset-image-tile-style:hover {
	-webkit-filter: saturate(100%); /* Safari 6.0 - 9.0 */
	filter: saturate(100%);
	-webkit-transition: -webkit-filter 0.16s linear; /* Safari */
	transition: filter 0.16s;
	cursor: pointer;
}

.connectedSortable {
	cursor: pointer;
}

.connectedSortable li {
	list-style-type: none;
	list-style-image: none;
}

.CursorPointer {
	cursor: pointer;
}

.CursorDefault {
	cursor: default;
}

.TextUnselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* jimver04 additions */
#backtotop {
	z-index : 100 !important;
}

#header.sticky-header {
	z-index: 100 !important;
}



.editasseturl {
	height: 100%;
	display: flex;
}




.asset-shared-thumbnail {
	width: 100%;
	/*max-width:265px;*/
	height:100% !important;
	/*min-height:100px;*/
	/*max-height:150px;*/
}

.sharedAssetsIndicator {
	bottom: 0;
	right: 0;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
}

.assetsListCardTitle{
	top: 0;
	left: 5px;
	position: absolute;
	padding-top: 0px !important;
	font-size:12pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow:2px 2px 5px #fff;
	max-width:70%;
}

.sharedAssetsUsername {
	top: 25px;
	left: 8px;
	position: absolute;
	/*text-shadow:4px 4px 6px #fff;*/
	/*mix-blend-mode: difference;*/
}

.assetsListCardCategory{
	top: 50px;
	left: 8px;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow:2px 2px 5px #fff;
	font-size:10pt;
	max-width:90%;
	padding-top:5px;
}


.deleteAssetListButton{
	top: 0px;
	right: 0px;
	position: absolute;
	font-size:10pt;
	padding:2px !important;
	height:25px !important;
	padding-top:10px;
	min-width:20px;
	line-height: 1.6em;
}


.assetsListCard {
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
}

#imgDetailsPanel_preview{
	display: inline-block;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}




.assetsListCardActions{
	padding:0px !important;
}





.editAssetListButton{
	font-size:8pt;
}

.addAssetCardIcon{
	font-size:52pt;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	position:absolute;
}

.addAssetCardWords {
	font-size: 12pt;
	transform: translate(-50%, -50%);
	top: 90%;
	left: 50%;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	display:block;
}




/*Language tabs front-end*/
.wrapper_lang {
	position: relative;
}

.tab-container_lang {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
}


.tab-container_lang:target { display: block}
.tab-container_lang:not(:target) { display: none !important }














body.vrodos-manager-wrapper #content {
	padding:0!important;
}

:is(.vrodos-auth-splash, #vrodos-project-manager-wrapper, #vrodos-assets-manager, #vrodos-asset-editor, #vrodos-scene-editor, #vrodos-modal-wrapper) video {
	width: 100%;
	height: auto;
}

/*Carousel in asset view*/

.mySlides {display: none}


/* Slideshow container */
.slideshow-container {
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	mix-blend-mode: difference;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	mix-blend-mode: luminosity;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	/*background-color: #717171;*/
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}


.sidebar-shared-assets-front {
	width: 35%;
	float: right;
	top: 0;
	right: 0;
	padding-right: 15px;
	position:absolute;

}

@media only screen and (max-width: 1024px) {
	.sidebar-shared-assets-front {display: none;}
}

.assets-list-front {
	/*width:60%;*/
	float:left;
	padding-top:5px;
	padding-left:5px;
}

@media only screen and (max-width: 1024px) {
	.assets-list-front {width: 100%;}
}


@media only screen and (min-width: 801px) and (max-width: 1024px) {
	.grid-system-custom {grid-template-columns: repeat(12, minmax(0, 1fr))}
}

@media only screen and (min-width: 601px) and (max-width: 801px) {
	.grid-system-custom {grid-template-columns: repeat(9, minmax(0, 1fr))}
}


@media only screen and (max-width: 600px) {
	.grid-system-custom {grid-template-columns: repeat(1, minmax(0, 1fr))}
}

#colophon {
	margin:5px;
}




/* Style the tab */
.tab2 {
	overflow: hidden;
	border: 1px solid #fff;
	background-color: #f1f1f1;
}



/* Style the buttons inside the tab */
.tab2 button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
	background-color: #fff !important;
}

/* Style the tab content */
.tabcontent2 {
	display: none;
	padding: 6px 12px;
	border: 1px solid #fff;
	border-top: none;
}

.tabcontent2 active {

	background-color: #fff !important;
}









/* ----------- Asset Editor -----------------*/

.asset_editor_style {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 100%;
	background: white;
}

.asset_editor_textpanel {
	padding: 16px;
	border: 0;
	z-index: 1000;
	overflow-y: auto;
	position: absolute;
	display: block;
	/* Default landscape/desktop styles */
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

.asset_editor_3dpanel {
	position: absolute;
	display: block;
	z-index: 1;
	/* Default landscape/desktop styles */
	top: 0;
	right: 0;
	width: 58%;
	height: 100%;
}

/* Portrait/mobile styles */
@media only screen and (max-width: 792px) {
	.asset_editor_textpanel {
		width: 100%;
		height: 40%;
		top: auto;
		bottom: 0;
		left: 0;
	}

	.asset_editor_3dpanel {
		width: 100%;
		height: 60%;
		top: 0;
		right: auto;
		left: 0;
	}
}

.centerMessageAssetSubmit {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.assetDescSt {border: 1px solid rgba(0, 0, 0, 0.3);width:100%;}

#previewProgressLabel{
	position: absolute; left:0; right: 0; top: 26px;color:white !important; mix-blend-mode: difference;
}

#previewProgressLabelSingle{
	left:0; right: 0; top: 26px;color:white !important; mix-blend-mode: difference;
}

:is(.vrodos-auth-splash, #vrodos-project-manager-wrapper, #vrodos-assets-manager, #vrodos-asset-editor, #vrodos-scene-editor, #vrodos-modal-wrapper) input[type=checkbox]:not(.tw-checkbox):not(.tw-toggle) {
	-webkit-appearance: auto;
}

body.admin-bar .asset_editor_style {
	top: 32px;
}
