﻿
.ProcEvProg_Display {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10000;
	overscroll-behavior-y: contain;
	transition: height .5s ease-in-out;
}

.ProcEvProg_DisplayWindow {
	position: relative;
	height: 260px;
	z-index: 9999;
	border-radius: 12px;
	border: 1px solid #ffffffa1;
	box-shadow: 0 0 3px 2px #ffffff;
	outline: 3px solid #ffffffa1;
	outline-offset: -2px;
	backdrop-filter: brightness(0.65) blur(2px) saturate(111%);
	-webkit-backdrop-filter: brightness(0.65) blur(2px) saturate(111%);
	background-size: contain;
	transition: height .5s ease-in-out;
	overflow: hidden;
}

.ProcEvProg_DisplayWindow.showLoadedContent {
	height: 400px;
	transition: height .5s ease-in-out;
}

.ProcEvProg_Loader {
	width: 100%;
	height: 260px;
	position: absolute;
	box-sizing: border-box;
	border-collapse: separate;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ProcEvProg_Container {
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 5px 0px 5px;
}

.ProcEvProg_Content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: flex-end;
}

.ProcEvProg_LoadDisplay {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 12px;
}

.OgProgressObj {
	display: flex;
	flex-direction: row-reverse;
	margin: auto auto 0;
	width: 100%;
	max-width: calc(100% - 30px);
}

.ProcEvProg_SpinContainer {
	width: 100%;
	position: absolute;
	height: 104px;
	display: flex;
	justify-content: flex-start;
	flex-grow: 1;
	align-items: center;
	flex-direction: column;
}

.ProcEvProg_SpinContent {
	position: absolute !important;
	z-index: 2000000000 !important;
}

.ProcEvProg_StatusText {
	display: flex;
	/* position: absolute; */
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-shadow: -5px -5px 6px #000000c4, 5px 5px 6px #000000c4, -5px 5px 6px #000000c4, 5px -5px 6px #000000c4, -5px -5px 6px #000000c4, 5px 5px 6px #000000c4, -5px 5px 6px #000000c4, 5px -5px 6px #000000c4, -5px -5px 6px #000000c4, 5px 5px 6px #000000c4, -5px 5px 6px #000000c4, 5px -5px 6px #000000c4, -5px -5px 10px #ffffff, 5px 5px 10px #000000c4, -5px 5px 10px #000000c4, 5px -5px 10px #000000c4;
	font-weight: bold;
	stroke-width: 0.8px;
	stroke: #ff000057;
	-webkit-text-stroke: 0.8px #ff000057;
	font-size: 18px;
	justify-content: center;
}

.ProcEvProg_StatusText.progHide {
	display: none !important;
}

	.ProcEvProg_StatusText.showLoadDots:before {
		animation: dots 2s linear alternate infinite;
		content: "";
	}

	.ProcEvProg_StatusText.showLoadDots:after {
		animation: dots 2s linear alternate infinite;
		content: "";
	}

.OgProg_Input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(10):after {
		transition-delay: -0.05s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(10) .OgProg_Btn:before {
		transition-delay: 0.01s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(8):after {
		transition-delay: 0.05s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(8) .OgProg_Btn:before {
		transition-delay: 0.11s;
		background-color: #a1a1a1;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(6):after {
		transition-delay: 0.15s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(6) .OgProg_Btn:before {
		transition-delay: 0.21s;
		background-color: #a1a1a1;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(4):after {
		transition-delay: 0.25s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(4) .OgProg_Btn:before {
		transition-delay: 0.31s;
		background-color: #a1a1a1;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(2):after {
		transition-delay: 0.35s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(2) .OgProg_Btn:before {
		transition-delay: 0.41s;
		background-color: #a1a1a1;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:after {
		transform: scaleX(1);
	}

	.OgProg_Input:checked ~ .OgProg_InputView .OgProg_Btn:before {
		transform: none;
		opacity: 1;
	}


.OgProg_InputView {
	display: flex;
	flex-grow: 1;
	position: relative;
}

	.OgProg_InputView:after {
		height: 3px;
		top: calc(50% - 1.5px);
		transition: all 0.26s cubic-bezier(0, 0.72, 0.58, 1);
		transform: scaleX(0);
		background: #a4a4a4;
		transform-origin: left;
		z-index: 1;
	}

	.OgProg_InputView:not(:last-child):before, .OgProg_InputView:not(:last-child):after {
		content: "";
		width: calc(100% - 28px);
		position: absolute;
		right: calc(50% + 14px);
	}

	.OgProg_InputView:not(:last-child):before {
		height: 8px;
		top: calc(50% - 4px);
		background: #575757;
	}

	.OgProg_InputView:not(:last-child):nth-child(2):after {
		transition-delay: 0s;
	}

	.OgProg_InputView:not(:last-child):nth-child(2) .OgProg_Btn:before {
		transition-delay: 0.06s;
	}

	.OgProg_InputView:not(:last-child):nth-child(4):after {
		transition-delay: 0.1s;
	}

	.OgProg_InputView:not(:last-child):nth-child(4) .OgProg_Btn:before {
		transition-delay: 0.16s;
	}

	.OgProg_InputView:not(:last-child):nth-child(6):after {
		transition-delay: 0.2s;
	}

	.OgProg_InputView:not(:last-child):nth-child(6) .OgProg_Btn:before {
		transition-delay: 0.26s;
	}

	.OgProg_InputView:not(:last-child):nth-child(8):after {
		transition-delay: 0.3s;
	}

	.OgProg_InputView:not(:last-child):nth-child(8) .OgProg_Btn:before {
		transition-delay: 0.36s;
	}

	.OgProg_InputView:not(:last-child):nth-child(10):after {
		transition-delay: 0.4s;
	}

	.OgProg_InputView:not(:last-child):nth-child(10) .OgProg_Btn:before {
		transition-delay: 0.46s;
	}

.OgProg_Btn {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 50%;
	border: 3px solid #575757;
	position: relative;
	cursor: pointer;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3), 2px 2px 8px rgba(0, 0, 0, 0.1);
}

	.OgProg_Btn:hover:after {
		transform: none;
		opacity: 1;
	}

	.OgProg_Btn:before, .OgProg_Btn:after {
		content: "";
		position: absolute;
		pointer-events: none;
	}

	.OgProg_Btn:before {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: #575757;
		transform: scale(0.3);
		opacity: 0;
		transition-property: all;
		transition-duration: 0.2s;
		transition-timing-function: cubic-bezier(0.69, 0.24, 0.58, 0.96);
	}

.OgProgress_ContentData {
	width: 100%;
	height: 400px;
	position: absolute;
	box-sizing: border-box;
	border-collapse: separate;
	display: none;
	/*	display: flex; */	
	flex-direction: column;
	align-items: center;
}

.ProcEvLoad_ContentData {
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	width: 100%;
	backdrop-filter: blur(4px) saturate(111%);
	-webkit-backdrop-filter: blur(4px) saturate(111%);
	background-color: #3D5A80e0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	height: auto;
	max-height: 400px;
	z-index: 10002;
	position: relative;
	overflow: hidden;
	overscroll-behavior-y: contain;
	opacity: 1;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ProcEvLoad_ContentDataContainer {
	overflow-y: scroll;
	position: relative;
	scrollbar-width: none;
	overscroll-behavior-y: contain;
	z-index: 99999;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	height: 296px;
	align-items: flex-start;
	min-height: 296px;
}

.ProcEvLoad_DataContainer {
	display: flex;
	padding: 0px 5px 4px 5px;
	width: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	position: relative;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.ProcEvLoad_DataCol {
	height: 100%;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	padding: 2px 4px;
}

	.ProcEvLoad_DataCol div {
		overflow-y: auto;
		height: 142px;
		padding: 0px 0px 0px 0px;
		display: flex;
	}

		.ProcEvLoad_DataCol div div {
			padding: 0px 0px 0px 0px;
			flex-grow: 1;
		}

@-webkit-keyframes bouncing {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}
}

@keyframes bouncing {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}
}

@-webkit-keyframes fade {
	50% {
		opacity: 0.3;
	}
}

@keyframes fade {
	50% {
		opacity: 0.3;
	}
}


/*
.OgProgressObj {
	display: flex;
	flex-direction: row-reverse;
	margin: auto auto 0;
	width: 300px;
	max-width: calc(100% - 30px);
}

.OgProg_Input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(10):after {
		transition-delay: -0.05s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(10) .OgProg_Btn:before {
		transition-delay: 0.01s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(8):after {
		transition-delay: 0.05s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(8) .OgProg_Btn:before {
		transition-delay: 0.11s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(6):after {
		transition-delay: 0.15s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(6) .OgProg_Btn:before {
		transition-delay: 0.21s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(4):after {
		transition-delay: 0.25s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(4) .OgProg_Btn:before {
		transition-delay: 0.31s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(2):after {
		transition-delay: 0.35s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:nth-child(2) .OgProg_Btn:before {
		transition-delay: 0.41s;
	}

	.OgProg_Input:checked ~ .OgProg_InputView:after {
		transform: scaleX(1);
	}

	.OgProg_Input:checked ~ .OgProg_InputView .OgProg_Btn:before {
		transform: none;
		opacity: 1;
	}

	.OgProg_Input:checked + .OgProg_InputView .OgProg_Btn:after {
		opacity: 1;
		-webkit-animation: bouncing 0.6s cubic-bezier(0, 0, 0.74, 1.04) infinite;
		animation: bouncing 0.6s cubic-bezier(0, 0, 0.74, 1.04) infinite;
	}

.OgProg_InputView {
	display: flex;
	flex-grow: 1;
	position: relative;
}

	.OgProg_InputView:after {
		height: 2px;
		top: calc(50% - 1px);
		transition: transform 0.06s cubic-bezier(0, 0.72, 0.58, 1);
		transform: scaleX(0);
		background: #FFB732;
		transform-origin: left;
		z-index: 1;
	}

	.OgProg_InputView:not(:last-child):before, .OgProg_InputView:not(:last-child):after {
		content: "";
		width: calc(100% - 24px);
		position: absolute;
		right: calc(50% + 12px);
	}

	.OgProg_InputView:not(:last-child):before {
		height: 6px;
		top: calc(50% - 3px);
		background: #3C6997;
	}

	.OgProg_InputView:not(:last-child):nth-child(2):after {
		transition-delay: 0s;
	}

	.OgProg_InputView:not(:last-child):nth-child(2) .OgProg_Btn:before {
		transition-delay: 0.06s;
	}

	.OgProg_InputView:not(:last-child):nth-child(4):after {
		transition-delay: 0.1s;
	}

	.OgProg_InputView:not(:last-child):nth-child(4) .OgProg_Btn:before {
		transition-delay: 0.16s;
	}

	.OgProg_InputView:not(:last-child):nth-child(6):after {
		transition-delay: 0.2s;
	}

	.OgProg_InputView:not(:last-child):nth-child(6) .OgProg_Btn:before {
		transition-delay: 0.26s;
	}

	.OgProg_InputView:not(:last-child):nth-child(8):after {
		transition-delay: 0.3s;
	}

	.OgProg_InputView:not(:last-child):nth-child(8) .OgProg_Btn:before {
		transition-delay: 0.36s;
	}

	.OgProg_InputView:not(:last-child):nth-child(10):after {
		transition-delay: 0.4s;
	}

	.OgProg_InputView:not(:last-child):nth-child(10) .OgProg_Btn:before {
		transition-delay: 0.46s;
	}

.OgProg_Btn {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 50%;
	border: 3px solid #3C6997;
	position: relative;
	cursor: pointer;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3), 2px 2px 8px rgba(0, 0, 0, 0.1);
}

	.OgProg_Btn:hover:after {
		transform: none;
		opacity: 1;
	}

	.OgProg_Btn:before, .OgProg_Btn:after {
		content: "";
		position: absolute;
		pointer-events: none;
	}

	.OgProg_Btn:before {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: radial-gradient(circle at center, #FFDD4A, #FE9000);
		transform: scale(0.3);
		opacity: 0;
		transition-property: transform, opacity;
		transition-duration: 0.2s;
		transition-timing-function: cubic-bezier(0, 0.72, 0.58, 1);
	}

	.OgProg_Btn:after {
		border: 8px solid transparent;
		border-top-color: #5ADBFF;
		bottom: calc(100% + 10px);
		left: calc(50% - 8px);
		transform: translateY(-10px);
		opacity: 0;
		transition-property: transform, opacity;
		transition-duration: 0.2s;
		transition-timing-function: cubic-bezier(0, 0, 0, 1.97);
	}

.command {
	font-family: "Ubuntu Mono", monospace;
	letter-spacing: 1px;
	margin: 30px auto auto;
	-webkit-animation: fade 1s ease infinite;
	animation: fade 1s ease infinite;
}

html, body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(to bottom right, rgba(255, 221, 74, 0.1), #fff);
}

* {
	box-sizing: border-box;
}

	*:before, *:after {
		box-sizing: inherit;
	}

@-webkit-keyframes bouncing {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}
}

@keyframes bouncing {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}
}

@-webkit-keyframes fade {
	50% {
		opacity: 0.3;
	}
}

@keyframes fade {
	50% {
		opacity: 0.3;
	}
}
*/