html {
	height: 100%;
	margin: 0;
}
body {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	height: 100%;
	margin: 0;
}
h3 {
	font-size: 18px !important;
	margin-bottom: 1rem !important;
}
.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.content {
	flex: 1;
}
/* scrollbar */
/* Applies to entire page */
::-webkit-scrollbar {
	width: 7px; /* width of vertical scrollbar */
	height: 7px; /* height of horizontal scrollbar */
}

/* Track (background) */
::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}

/* Handle (thumb) */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* navigation */
.navbar {
	/* height: 5rem; */
	background-color: #fff;
	margin-bottom: 1.5rem;
}
.nav-link:hover {
	color: #222222 !important;
}
.container-fluid {
	margin-left: 2rem !important;
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
}
.navbar-brand {
	margin-right: 2rem !important;
}
.navbar-nav {
	font-weight: 500 !important;
}
.user-botton:hover {
	color: gray !important;
}
.user-dropdown-item {
	font-weight: 500 !important;
	font-size: 14px !important;
}
.dropdown-menu .dropdown-item:active {
	background-color: #f1f1f1 !important;
	color: #000 !important;
}
.navbar-search {
    margin-left: 0.9rem !important;
}
.btn-search i {
    display: inline;
    margin-right: 0.5rem;
}
.btn-search {
    border-radius: 25px !important;
    padding: 0 1rem 0 1rem !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.search-bar {
    border-radius: 25px !important;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* footer */
.f-info-links a {
	color: #222222;
	text-decoration: none;
	margin-right: 5px;
}
.f-info-links a:hover {
	text-decoration: underline;
	transition: text-decoration 0.3s ease;
}
.f-info {
	display: flex;
	background-color: #fff;
	padding: 2rem;
	height: 5rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.f-info-left {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 0.7rem;
}
.f-info-links {
	margin-left: 10px;
}
.f-info-socials {
	padding-bottom: 0.7rem;
}
.f-info-socials a {
	text-decoration: none;
}
.f-info-socials i {
	color: #222222;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 18px;
}
.f-info-socials i:hover {
	cursor: pointer;
	color: #007bff;
	transform: scale(1.1);
	transition: color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 484px) {
	.f-info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto; /* allows vertical stacking */
		gap: 0.5rem;
		text-align: center;
	}

	.f-info-left {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}

	.f-info-links {
		margin-left: 0;
		margin-top: 0.3rem;
	}

	.f-info-socials {
		padding-bottom: 0;
	}
}
/* filters */
#filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
#filter {
    text-align: center;
    color: gray;
    font-weight: 500;
    font-size: 14px;
    margin-left: 1rem;
}
#filter:hover {
    color: #222222;
    cursor: pointer;
    transition: color 0.3s ease;
}
.tax-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.1rem;
    padding: 0.5rem 1.2rem;
    border-radius: 1rem;
    /* background-color: #f8f9fa; */
    background-color: #212529;
    border: 1px solid #dee2e6;
    height: 3rem;
}
.tax-toggle label {
    font-weight: 500 !important;
    font-size: 14px !important;
    /* color: #222222 !important; */
    color: #fff !important;
    cursor: pointer;
}
.tax-toggle input {
    cursor: pointer;
}
.tax-info {
    display: none;
}
/* cards */
.card {
	border: none !important;
	margin-bottom: 3rem;
}
.card-img-top {
	border-radius: 1rem !important;
	width: 100% !important;
	object-fit: cover !important;
}
.card-img-top:hover {
	scale: 1.02 !important;
	transition: scale 0.3s ease !important;
}
.card-body {
	padding: 0 !important;
	margin-top: 7px !important;
}
.card-text {
	font-size: 13px !important;
	color: grey !important;
	font-weight: 500 !important;
}
.card-text b {
	font-size: 14px !important;
	color: #222222 !important;
}
.listing-link {
	text-decoration: none !important;
}
.new-form {
	font-weight: 500 !important;
}
/* show page */
.show-description {
	font-size: 15px !important;
	margin-bottom: 1rem !important;
}
.list-group-item {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #222222 !important;
	margin-bottom: 1rem !important;
}
.show-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 1rem !important;
}
/* error page */
.error-container i {
	font-size: 7rem !important;
	color: red !important;
	margin-bottom: 1rem !important;
}
.error-container p {
	font-size: 1rem !important;
	color: gray !important;
	font-weight: 500 !important;
}
/* review */
.rating {
	display: flex;
	flex-direction: row-reverse;
	gap: 0.2rem;
	--stroke: #666;
	--fill: #ffc73a;
}

.rating input {
	appearance: unset;
}

.rating label {
	cursor: pointer;
}

.rating svg {
	width: 1.5rem;
	height: 1.5rem;
	overflow: visible;
	fill: transparent;
	stroke: var(--stroke);
	stroke-linejoin: bevel;
	stroke-dasharray: 12;
	animation: idle 4s linear infinite;
	transition: stroke 0.2s, fill 0.5s;
}

@keyframes idle {
	from {
		stroke-dashoffset: 24;
	}
}

.rating label:hover svg {
	stroke: var(--fill);
}

.rating input:checked ~ label svg {
	transition: 0s;
	animation: idle 4s linear infinite, yippee 0.75s backwards;
	fill: var(--fill);
	stroke: var(--fill);
	stroke-opacity: 0;
	stroke-dasharray: 0;
	stroke-linejoin: miter;
	stroke-width: 8px;
}

@keyframes yippee {
	0% {
		transform: scale(1);
		fill: var(--fill);
		fill-opacity: 0;
		stroke-opacity: 1;
		stroke: var(--stroke);
		stroke-dasharray: 10;
		stroke-width: 1px;
		stroke-linejoin: bevel;
	}

	30% {
		transform: scale(0);
		fill: var(--fill);
		fill-opacity: 0;
		stroke-opacity: 1;
		stroke: var(--stroke);
		stroke-dasharray: 10;
		stroke-width: 1px;
		stroke-linejoin: bevel;
	}

	30.1% {
		stroke: var(--fill);
		stroke-dasharray: 0;
		stroke-linejoin: miter;
		stroke-width: 8px;
	}

	60% {
		transform: scale(1.2);
		fill: var(--fill);
	}
}
/* review cards */
.review-card {
	background-color: #f9f9f9 !important;
	margin-bottom: 2rem !important;
	padding: 15px !important;
}
.review-body {
	margin-top: 0px !important;
}
.review-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #222222 !important;
}
.review-date {
	font-size: 12px !important;
}
.review-text {
	font-size: 15px !important;
	color: #222222 !important;
}
.review-author {
	font-size: 15px !important;
	color: grey !important;
	font-weight: 500 !important;
}
/* flash message */
.alert-box {
	height: 70px;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px 15px;
	background-color: #ffffff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 15px;
	margin-bottom: 1rem !important;
}
.alert-wave-success {
	position: absolute;
	transform: rotate(90deg);
	left: -31px;
	top: 32px;
	width: 80px;
	fill: #04e4003a;
}
.alert-icon-container-success {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #04e40048;
	border-radius: 50%;
	margin-left: 8px;
}
.alert-icon-success {
	width: 17px;
	height: 17px;
	color: #269b24;
}
.alert-wave-error {
	position: absolute;
	transform: rotate(90deg);
	left: -31px;
	top: 32px;
	width: 80px;
	fill: #fc0c0c3a;
}
.alert-icon-container-error {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fc0c0c48;
	border-radius: 50%;
	margin-left: 8px;
}
.alert-icon-error {
	width: 17px;
	height: 17px;
	color: #d10d0d;
}
.message-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-grow: 1;
}
.sub-text {
	margin: 0;
	cursor: default;
	font-size: 15px;
	color: #555;
	font-weight: 500;
}
.btn-close {
	transform: scale(0.8);
}
/* signup page */
.animated-image {
	animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
	0%,
	100% {
		transform: translateY(20px);
	}
	50% {
		transform: translateY(0px);
	}
}
/* map */
