﻿
@keyframes ldio-mcy1spqymj {
	0%

{
	opacity: 1
}

50% {
	opacity: .5
}

100% {
	opacity: 1
}

}

:root {
	--spinnerWidth1: 200px;
	--spinnerHeight1: 200px;
	--spinnerWidth2: 190px;
	--spinnerHeight2: 190px;
	--spinnerTopDistance: 50%;
	--spinnerColor: #656565;
}

.ldio-mcy1spqymj div {
	position: absolute;
	width: var(--spinnerWidth2);
	height: var(--spinnerHeight2);
	top: var(--spinnerTopDistance);
	animation: ldio-mcy1spqymj 1s cubic-bezier(0.5,0,0.5,1) infinite;
}

	.ldio-mcy1spqymj div:nth-child(1) {
		background: #3fc2cd;
		animation-delay: -0.6s;
	}

	.ldio-mcy1spqymj div:nth-child(2) {
		transform: translate(300%,0);
		background: #8edce3;
		animation-delay: -0.4s;
	}

	.ldio-mcy1spqymj div:nth-child(3) {
		transform: translate(600%,0);
		background: #3fc2cd;
		animation-delay: -0.2s;
	}

	.ldio-mcy1spqymj div:nth-child(4) {
		transform: translate(900%,0);
		background: #8edce3;
		animation-delay: -1s;
	}

.loadingio-spinner-bars-wikp2amwoi {
	width: var(--spinnerWidth1);
	height: var(--spinnerHeight1);
	display: inline-block;
	overflow: hidden;
	background: none;
}

.ldio-mcy1spqymj {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}

	.ldio-mcy1spqymj div {
		box-sizing: content-box;
	}


/*  Spinner #2   */
@keyframes ldio-99cy7440g0b {
	0% {
		transform: translate(-50%,-50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}

.ldio-99cy7440g0b div {
	position: absolute;
	width: var(--spinnerWidth2);
	height: var(--spinnerHeight2);
	top: var(--spinnerTopDistance);
	left: var(--spinnerTopDistance);
	border: 2.01px solid var(--spinnerColor);
	border-top-color: transparent;
	border-radius: 50%;
}

.ldio-99cy7440g0b div {
	animation: ldio-99cy7440g0b 0.9345794392523364s linear infinite;
}

.loadingio-spinner-rolling-gt1jcwz99xq {
	width: var(--spinnerWidth1);
	height: var(--spinnerHeight1);
	display: inline-block;
	overflow: hidden;
}

.ldio-99cy7440g0b {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}


.topDownPopup {
	position: fixed;
	width: 250px;
	left: calc(50% - 125px);
	top: 0;
	opacity: 0;
	display: flex;
	padding: 15px;
	border: solid 2px #31b731;
	font-size: 24px;
	background: #e9fce9;
	align-items: center;
	border-radius: 9px;
	color: #31b731;
	transition: all .5s;
	z-index: 221032;
	transform: translateY(-150px);
	box-shadow: 0px 0px 16px 1px #1a1919cc;
}
	.topDownPopup div:first-child {
		flex-basis: 85%;
	}

	.topDownPopupNegative {
		border-color: #a71930 !important;
		background: #ffbfca !important;
	}

	.topDownPopupNegative div, .topDownPopupNegative .topDownXOut {
		color: #a71930 !important;
	}

	.topDownXOut {
		display: flex !important;
		flex-basis: 15%;
		justify-content: center;
		align-items: center;
	}

.topDownShow {
	transform: translateY(10px);
	opacity: 1;
	pointer-events: auto;
}

.fullPageLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120vh;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.19);
	display: flex;
	justify-content: center;
	padding-top: 40vh;
	z-index: 2000;
}

.fixedDivGeneralOuter {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: #000000e0;
	z-index: 10000;
	display: flex;
	color: white;
	justify-content: flex-start;
	flex-direction: column;
	padding-top: 250px;
	align-items: center;
}

.generalPopupOuter {
	width: 50%;
	min-width: 500px;
	max-width: 650px;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #2b2b2b;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0px 0px 12px #4e4e4e;
	border: solid 3px #383838;
}

.generalPopupTitle {
	font-size: var(--largeFont);
	font-weight: bold;
	margin-bottom: 18px;
}

.generalPopupText {
	padding: 6px 12px;
	background: #313131;
	font-size: var(--medFont);
	color: #bdbdbd;
}

.generalPopupBtnRow {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 18px;
	font-size: var(--largeFont);
	align-items: center;
	border-top: solid 1px #3e3e3e;
	padding-top: 12px;
}

.generalPopupBtnRow div {
	cursor: pointer;
}

	.generalPopupBtnRow div:first-child {
		margin-right: 18px;
		color: #a5a5a5;
	}

	.generalPopupBtnRow div:last-child {
		padding: 5px 23px;
		background: #4F81BD;
		box-shadow: -2px 2px 9px #4f81bd45;
		border-radius: 25px;
		justify-content: center;
		display: flex;
		transition: box-shadow .2s;
	}

	.generalPopupBtnRow div:last-child:hover {
		box-shadow: none;
	}
