main {
	min-height: 100vh;
}

body {
	top: 0 !important;
}
#google_translate_element,
.skiptranslate {
	display: none !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: var(--brand-primary, var(--primaryColor)) !important;
}

.select2-dropdown {
	background-color: white !important;
}

@media (max-width: 767px) {
	.footer-dropdown {
		max-height: 60px !important;
	}
}

@media (min-width: 768px) {
	.footer-dropdown {
		max-height: none !important;
	}
}

.select2-container--default .select2-selection--multiple {
	border-color: rgb(0, 0, 0, 0.1) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: black;
}

.author-image {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

#notification {
	display: block !important;
	z-index: 200 !important;
	&.show {
		visibility: visible;
	}

	.modal-dialog {
		opacity: 1;
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		margin-top: 0;
		width: 100%;
		background: none;
		pointer-events: auto;
	}

	.modal-content {
		width: 100%;
		max-width: 600px;
	}
}

.bg-logo {
	background-color: var(--logoBackgroundColor);
	padding: 4px;
	border-radius: 8px;
	overflow: hidden;
	img {
		border-radius: 8px;
	}
}

input[type="checkbox"] {
	margin-top: 2px !important;
}

.gallery-slider .tt-image:nth-of-type(n + 5) {
	display: none;
}

@media (min-width: 1280px) {
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
}

/* 
.filter-inner .form-body {
	height: calc(100% - 220px);
} */


.filter,.nav.active .nav-inner {
	/* height: calc(var(--vh, 1vh) * 100); */

	@media (max-width: 1279px) {
		height: 100dvh;
	}
}

.nav-dropdown {
	&.active {
		.nav-dropdown__icon {
			transform: rotate(-180deg);
		}
	}

	.nav-dropdown__icon {
		transition: 0.5s;
	}
}

.main-button {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.footer-dropdown.active .footer-dropdown__btn {
	color:  white;
}

.rotate-180 {
	transform: rotate(180deg);
}

.col-span-full {
    grid-column: 1 / -1;
}