@media (max-width: 1399.98px) {

	.authhandler-trigger-login-button,
	.authhandler-trigger-register-button {
		width: 150px !important;
		min-width: unset !important;
	}

	header.site-header .topbar-logo-text {
		height: 34px;
		max-width: 260px;
	}

	header.site-header .desktop-header-text > p {
		display: none;
	}

}

@media (max-width: 1199px) {

	header.site-header .desktop-header-text {
		display: none !important;
	}

	header.site-header .topbar-logo-text {
		display: none !important;
	}

}

@media (max-width: 575.98px) {

	.authhandler-trigger-register-button,
	.authhandler-trigger-login-button {
		min-width: 40%;
	}

	footer a:hover {
		color: unset !important;
	}

	body, .form-control, .form-select, .form-label, .form-check-label {
		font-size: 1rem !important;
	}

	.search-button {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-width: unset !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.search-button .btn-text {
		display: none !important;
	}

	.search-button i {
		margin-inline-end: 0 !important;
		padding: 0 !important;
	}

		footer .footer-actions {
		width: 100%;
	}

	footer .footer-actions .btn {
		min-width: 0 !important;
		width: 50%;
		flex: 1 1 0;
		margin: 0;
		padding: 0.55rem 0.6rem;
		font-size: 0.95rem;
		line-height: 1.1;
	}

	footer .footer-actions .btn i {
		margin-inline-end: 0.4rem !important;
	}

	footer button {
		min-width: 0;
	}

}

@media (min-width: 576px) {
	footer .footer-actions .btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		width: auto;
		flex: 0 1 auto;
	}
}

@media (max-width: 991.98px) {

	.form-control,
	.form-select,
	input,
	textarea,
	.form-check-label,
	.form-label {
		font-size: 16px !important;
		-webkit-text-size-adjust: 100% !important;
	}

	footer button {
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.mobile-topnav {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		position: fixed !important; 
		top: 0;
		z-index: 1040;
	}

	.mobile-topnav > .d-flex.align-items-center.justify-content-between.w-100 {
		position: relative;
		min-height: 55px;
	}

	#mobileMenu {
		top: var(--mobile-menu-top, 55px);
		max-height: calc(100vh - var(--mobile-menu-top, 55px));
	}

	.mobile-topnav > .d-flex.align-items-center.justify-content-between.w-100 > .d-flex.align-items-center {
		width: 100%;
		justify-content: center;
		padding-left: 70px;
		padding-right: 70px;
	}

	.mobile-topnav > .d-flex.align-items-center.justify-content-between.w-100 > .d-flex.align-items-center > a:first-child {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.mobile-topnav .navbar-toggler {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}

	.mobile-topnav .topbar-logo {
		height: 50px;
		width: 50px;
		padding: 2px;
	}

	.mobile-topnav .topbar-logo-text-mobile {
		height: 35px;
		max-width: 220px;
	}

	.mobile-topnav .navbar-brand {
		margin-bottom: 0;
	}

	.cta-button {
		margin: unset;
		margin-top: 1rem;
	}

	.cta-button:nth-of-type(2) {
		margin-bottom: 1rem;
	}

	.contact-button-header {
		padding: 0.7rem 1rem 0.7rem 1rem;
	}

	.formutils-form-header {
		font-size: 1.15rem;
		padding: 0.5rem 0.9rem 0.6rem 0.85rem;
	}

	.formutils-form-content {
    	padding: 0 0.8rem 0.8rem 0.8rem;
		margin-bottom: 1rem;
	}

	.formutils-form-description {
		line-height: 1.3rem;
		padding: 0.6rem;
	}

	.formutils-form-scrollable {
		padding: 0.6rem;
	}

	.backbuttons {
		padding: .5rem;
		width: 100%;
	}

}

@media (min-width: 1199px) {

}

@media (min-width: 768px) {

	.text-md-end h5::after,
	.text-lg-end h5::after {
		left: auto;
		right: 0;
	}

	.age-verification-modal .btn {
		min-width: 200px;
		max-width: 200px;
		flex: 0 0 200px;
	}

	.verification-modal-dialog .btn {
		min-width: 200px;
		max-width: 200px;
		flex: 0 0 200px;
	}

}

@media (min-width: 992px) {

	header {
		position: fixed !important;
		top: 0;
		z-index: 1030;
		width: 100vw;
	}

	body {
		padding-top: 75px;
	}

	.mobile-topnav {
		display: none;
	}

	.text-md-end h5::after,
	.text-lg-end h5::after {
		left: auto;
		right: 0;
	}

	.contact-button-header {
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.contact-actions {
		display: inline-flex;
		gap: .2rem;
		justify-content: flex-end;
	}

	.contact-actions .btn {
		width: auto;
	}


}
