.header .row {
	flex-wrap: unset;
	margin: 0;
}
.header .row .logo {
	width: unset;
	flex-shrink:inherit;
	padding: unset;
}
.header .row .list {
	width: unset;
	flex-shrink:inherit;
	padding: unset;
}
.nav .row {
	margin: 0;
}
.nav .row > * {
	width: unset;
}
.collapse.show {
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.slide-alert {
	position: fixed;
	top: 0px;
	right: -400px;
	background-color: #fff;
	color: black;
	padding: 15px 25px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	font-weight: bold;
	transition: right 0.6s ease-in-out;
	z-index: 9999;
}
.slide-alert.show {
	right: 0;
	max-width: 360px;
	min-width: 360px;
}
.slide-alert .close-btn {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: black;
}

.slide-alert .close-btn:hover {
	color: red;
}
.bottom-image {
	position: fixed;
}
.hide{
	display: none;
}
.v-overlay {
	align-items: center;
	border-radius: inherit;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	transition: .3s cubic-bezier(.25,.8,.5,1),z-index 1ms;
}
@media (max-width: 600px) {
 
}
@media screen and (max-width: 768px) {
  .accordion-content {
    margin-top: 10px;
    padding: 0;
  }
}