.blue {
  color: #3399ff;
}
.grey {
  color: #999999;
}
.red {
  color: #ef0000;
}
.green {
  color: #339922;
}
.purple {
  color: #990099;
}
.dark-blue {
  color: #3333ff;
}
.black {
  color: #000;
}
.dark-grey {
  color: #333;
}
.pink {
  color: #9f4c0a;
}
.white {
  color: #fff;
}
.gold {
  color: #DAA520;
}
.theme-purple {
  color: #a7010d;
}
.strong {
  font-weight: bold;
}
.is-invalid {
  border: 2px solid #fe0000 !important;

}
.is-valid {
  border: 2px solid #009900 !important;

}
.font-medium {
  font-weight: 300;
}


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.single-item-grid .content .icon{
  display: inline-block;
  width:25px;
  text-align: center;
}

.unread {
  font-weight: 600;
  border: 3px solid #1cbbff;
  background-color: #c7eeff;
}

.ms-10 {
  margin-left: 5rem !important;
}
.me-10 {
  margin-right: 5rem !important;
}

.tab {
  display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: .75;
  background-color: #fe0000;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #efb26f;
}


div.verification ol {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

div.verification li {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l2));

	position: relative;
	counter-increment: list;
	margin: 2rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}

div.verification li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

div.verification h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}


@media (min-width: 40em) {
	div.verification li {
		margin: 3rem auto;
		padding: 3rem 2rem 2rem;
	}

	div.verification h3 {
		font-size: 2.25rem;
		margin: 0 0 2rem;
	}

	div.verification h3::before {
		margin-right: 1.5rem;
	}
}


.image-fader {
  position: relative;
  display: block;
  width:50%;
  height: 500px;
  margin: 0 auto;
}

.image-fader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-image {
  animation-name: fade;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: normal;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: .75;
  }
  50% {
    opacity: .5;
  }
  75% {
    opacity: .25;
  }
  100% {
    opacity: 0;
  }
}

@font-face {
     font-family: 'StateFaceRegular';
     src: url('/assets/fonts/stateface-regular-webfont.eot');
     src: url('/assets/fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
          url('/assets/fonts/stateface-regular-webfont.woff') format('woff'),
          url('/assets/fonts/stateface-regular-webfont.ttf') format('truetype'),
          url('/assets/fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
     font-weight: normal;
     font-style: normal;
 }

.pet {
  color: #AED6B8 !important;
}

/* Custom CSS for orange Bootstrap 5 alert */
.alert-orange {
    color: #813D00;
    background-color: #FFE4BF;
    border-color: #FF7D06;
    border-width: 2px;
}

.alert-orange a {
    color: #FF7D06;
    font-weight: bold;
}

/* Custom CSS for purple Bootstrap 5 alert */
.alert-purple {
    color: #5F0099;
    background-color: #EED2FF;
    border-color: #A431FF;
}

.alert-purple a {
    color: #8B00E0;
    font-weight: bold;
}

/* Custom CSS for purple Bootstrap 5 alert */
.alert-black {
    color: #111;
    background-color: #efefef;
    border-color: #333;
}

.alert-black a {
    color: #333;
    font-weight: bold;
}

img {
    image-orientation: from-image;
}

a {
  color: #a7010d;
}
