/*
Theme Name: Kettle Ag Portal
Author: Luke Corbett
Description: This theme is based on a single page application for the grower portal.
Requires at least: WordPress 5.3
Version: 1.0
License: GNU General Public License v2 or later
*/
html {
	font-size: 15px;
}

::-webkit-scrollbar {
	width: 0.5em;
}

::-webkit-scrollbar {
	height: 0.5em;
}

::-webkit-scrollbar-track:vertical {
	background-color: #e2e8f0;
	border-left: solid 1px #cbd5e0;
	border-right: solid 1px #cbd5e0;
}

::-webkit-scrollbar-thumb {
	background-color: #cbd5e0;
	border: solid 1px #cbd5e0;
	box-shadow: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)';
	cursor: pointer;
}

@keyframes rotating {
	from {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes rotating {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 1s ease-in-out infinite;
	-moz-animation: rotating 1s ease-in-out infinite;
	-ms-animation: rotating 1s ease-in-out infinite;
	-o-animation: rotating 1s ease-in-out infinite;
	animation: rotating 1s ease-in-out infinite;
}

#error-container a {
	text-decoration: underline;
	display: block;
	margin-top: 0.5rem;
	color: #2d3748;
}

.vel-img-title {
	font-size: 1.5rem !important;
	color: white !important;
	background: #2d2d2d;
	padding: 10px;
	border-radius: 5px;
}
