#whizzy-pro--loader {
	&.whizzy-loader-container {
		width: 100%;
		height: 100%;
		z-index: 99999;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.8);
	}
}


.whizzy-load-speeding-wheel {
	margin: 0 auto;
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: whizzy-load-spin 575ms infinite linear;
	-webkit-animation: whizzy-load-spin 575ms infinite linear;
	-moz-animation: whizzy-load-spin 575ms infinite linear;

	&.full {
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: calc(50% - 25px);
	}

	&.button {
		width: 20px;
		height: 20px;
		border-width: 2px;
	}

	&.black {
		border-top-color: #000;
		border-bottom-color: #000;
	}

	&.small {
		width: 10px;
		height: 10px;
		border-width: 1px;
	}
}

.whizzy-open-photo-comments {
	font-size: 20px;

	&.magnific {
		color: rgba(255, 255, 255, 0.65);
		background: transparent;
		padding: 0;
		z-index: 1046;
		font-size: 16px;
		position: absolute;
		right: 25px;
		top: 11px;
	}
}

.whizzy-popup-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	outline: none !important;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;

	.whizzy-popup-close {
		padding: 5px;
		cursor: pointer;
		position: absolute;
		right: 20px;
	}

	.btn {
		background-color: #FE406F;
		border-color: #FE406F;
		border-radius: 50px;
		padding: 8px 30px;
		text-transform: uppercase;

		&:hover {
			background-color: #FE406F;
			border-color: #FE406F;
			opacity: .8;
		}
	}
}

#whizzy-photo-comments-modal {
	&.white-popup {
		top: 10px;
		right: 10px;
		bottom: 10px;
		position: absolute;
		background: #fff;
		max-width: 500px;
		min-width: 300px;
		width: auto;
		cursor: default;

		.admin-bar & {
			top: 30px;
		}
	}

	.popup-scroll {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.mfp-close {
		top: 0;
		right: 20px;
		color: #000;
	}
}

.whiizy-pro--comments-list-container {
	.media-list {
		.media {
			.media-left {
				width: 50px;
				height: 50px;

				img {
					border-radius: 50%;
				}
			}

			.media-body {
				.media-heading {
					small {
						margin-left: 5px;
					}
				}
			}
		}
	}
}

#whizzy-photo-comments-form {
	padding-bottom: 20px;
}

.whizzy-pro--approve-gallery {
	em {
		font-style: normal;
	}
}

.errors-list {
	padding: 10px;
	margin-bottom: 10px;
}

@keyframes whizzy-load-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes whizzy-load-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes whizzy-load-spin {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}