/**
	Pawpet v2
 */

body {
	background-color: #F4F7F9 !important;
	font-family: 'Red Hat Display', sans-serif;
	color: #808080;
}

/* Loading
----------------------------------------- */
.loading #loading {
	display: flex;
}

#loading {
	height: 100%;
	background-color: #ffffffba;
	position: fixed;
	width: 100%;
	z-index: 99999;
	display: none;
}

#loading > .loading-icon {
	position: relative;
	left: 50%;
	top: 50%;
	text-align: center;
}

#loading > .loading-icon > i {
	font-size: 2em;
	-webkit-animation: fa-spin 1s linear infinite;
	animation: fa-spin 1s linear infinite;
}


/* Error
----------------------------------------- */
input.error {
	border: 1px solid red;
}

label.error {
	color: red;
	font-size: .8em;
}

.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}

.whatsapp-icon {
	margin-top: 13px;
}

/* Bootstrap Change
---------------------------------------- */
h1 {
	font-weight: 600;
	font-size: 2rem;
}

h2 {
	font-weight: 600;
	font-size: 2rem;
}

.btn {
	border-radius: 2rem;
	padding-left: 24px;
	padding-right: 24px;
}

a:hover {
	text-decoration: none;
	font-weight: 500;
}

a.btn:hover {
	font-weight: 400;
}

.card {
	border-radius: 1rem;
}

/* dropdown-toggle
----------------------------------------- */
.dropdown-toggle {
	border: 1px solid #ced4da;
	background-color: #fff;
	border-radius: 0.25rem;
	color: #495057 !important;
}

.dropdown > button.dropdown-toggle {
	border: 1px solid #afaeae;
}


/* Social footer
----------------------------------------- */

#social-footer {
	display: inline-flex;
	margin: 6px 0;
}

#social-footer li {
	margin: 0 4px;
}

#social-footer li a {
	font-size: 1.4em;
	padding: 4px 9px;
	border-radius: 30px;
}

#social-footer li a i {
}
