@media (max-width: 1399.98px) {

	.authhandler-trigger-login-button,
	.authhandler-trigger-register-button {
		width: 150px !important;
		min-width: unset !important;
	}

	.desktop-header-text {
		display: none;
	}

}

@media (max-width: 1199px) {

	header > div > div > div > div:has(h1) {
		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;
	}

	.actionbar {
		background: unset !important;
		border: unset !important;
		padding: unset !important;
		box-shadow: unset !important;
	}


}

@media (max-width: 991.98px) {

	html {
		font-size: 14px;
	}

	.actionbar .d-flex.flex-wrap.align-items-center.gap-2 {
        justify-content: center;
    }

	.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;
	}

	.mobile-topnav .topbar-logo {
		height: 50px;
		width: 50px;
		padding: 2px;
	}

	.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,
	.formutils-form-header {
		padding: 0.7rem 1rem 0.7rem 1rem;
	}

	.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 {
		left: auto;
		right: 0;
	}

	.age-verification-modal .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 {
		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;
	}


}
