body {
	overflow: auto;
	padding: 20px;
}

/* Side Notify */
.skyciv-side-notify {
	top: 70px;
	right: 50px;
	position: absolute;
	z-index: 1000000;
	width: 20vw;
	min-width: 200px;
	min-height: 50px;
	background-color: white;
	/*border: 1px solid rgb(223, 223, 223);*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
	border-radius: 0px;
	padding: 0.8em 1em;
	cursor: pointer;
}

.skyciv-side-notify.dark {
	color: white;
	background-color: #1C2533;
}

.skyciv-side-notify.error {
	color: white;
	background-color: #da2d2d;
}

.skyciv-side-notify.warning {
	color: white;
	background-color: #f2b117;
}

.skyciv-side-notify.success {
	color: white;
	background-color: #05ac1f;
}

.skyciv-side-notify .title {
	font-weight: bold;
	font-size: 16px;
}

.skyciv-side-notify .content {
	font-weight: bold;
	font-size: 12px;
}

.skyciv-side-notify .skyciv-side-notify-close {
	position: absolute;
	top: 6px;
	right: 6px;
}

.skyciv-side-notify .skyciv-side-notify-close:hover {
	color: #289DCC;
	cursor: pointer;
}

.skyciv-side-notify .timer-back {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #dbdbdb;
}

.skyciv-side-notify .timer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #4074d4;
}