/*
Copyright 2023 Chief Mechanic Limited
*/

html, body {
	overflow-x: hidden;
}

body {
	position: relative
}

.background-blur {
	position: absolute;
	background: #2169e3;
	background-blend-mode: screen;
	-webkit-filter: blur(800px);
	-moz-filter: blur(800px);
	-ms-filter: blur(800px);
	filter: blur(800px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	width: 599px;
	height: 599px;
	z-index: 500;
}

#cm_wrapper {
	position: relative;
	z-index: 1000;
}

.navbar-brand {
	margin-top: 0.65em;
	margin-bottom: 0.65em;
}

.form-control:not(.cm_captcha .form-control, #cm_module .form-control), .bootstrap-select .btn-light:not(#cm_module .btn-light) {
	background: #f4f4f419!important;
	border: 0px!important;
	color: #f4f4f4!important;
}

.dropdown-menu {
	background: #15191a!important;
	border: 0px!important;
}

.dropdown-menu > div {
	background: #f4f4f419!important;
	border: 0px!important;
	color: #f4f4f4!important;
}

.cm_captcha .btn-outline {
	border-color: #000!important;
}

.bootstrap-select .btn-light div, .dropdown-item {
	color: #f4f4f4!important;
}

.dropdown-menu .active {
	background: #f4f4f439!important;
	color: #f4f4f4!important;
}

.dropdown-item:hover {
	background: #f4f4f429!important;
	color: #f4f4f4!important;	
}

.btn-fill {
	background: #f4f4f419!important;
	border: 0px!important;
	color: #f4f4f4!important;
}

.btn-outline, .input-group-text {
	background: none!important;
	border-color: #f4f4f419!important;
	color: #f4f4f4!important;
}

.table tr:hover td {
	color: #f4f4f4!important;
}

.form-control, .btn-light, .dropdown-item, .btn:not(#cm_chat .btn, .bi.btn) {
	padding: 0.75em 1em;
}

.bi.btn {
	padding: 0.55em 0.75em!important;
}

.btn:not(.btn-light) {
	font-weight: 700;
}

.form-label {
	font-weight: 500;
}

nav .bi-heart, nav .bi-heart-fill, nav .bi-collection, nav .bi-collection-fill {
	display: none;
}


.footer-primary-bg .row > div > div:last-of-type {
	margin-top: auto;
}

.logo-block-social .bix25 {
	font-size: 4em;
	margin-right: 0.35em!important;
}

.logo-block .bix25 {
	font-size: 1.75em;
}

.footer_logo {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.header-primary-bg a {
	text-decoration: none;
}

.header-primary-bg .nav-link {
	margin: 0px 5px!important;
}

@media (min-width: 992px) {

	.header-primary-bg.nav-line-below .nav-link {
		border-bottom-color: transparent;
	}

	.header-primary-bg.nav-line-below .nav-link.active {
	    border-bottom: 3px solid #2169e3!important;
	}
}

.header-tertiary-bg {
	font-size: 0.75em;
}

.body-bg .border {
	border: 1px solid #f4f4f449!important;
}

.primary-bg .border {
	border: 1px solid #f4f4f449!important;
}

.secondary-bg {
	background-color: #15191a99;
}

.secondary-bg .border {
	border: 1px solid #f4f4f449!important;
}

.footer-primary-bg {
	background-color: #15191a99;
}

.footer-secondary-bg {
	background-color: #15191a99;
}

#cm_chat {
	border: 1px solid #f4f4f449!important;
}

#cm_chat .btn-fill, #cm_chat .btn-outline {
	background: #2169e3!important;
	border: 0px!important;
	color: #f4f4f4!important;	
}

@media (max-width: 991.99px) {

	.header-primary-bg .nav-item {
		background-color: #15191a89;
	}
	.header-primary-bg .nav-item:hover {
		background-color: #15191a;
	}
	.header-primary-bg .nav-link {
		font-size: 1.2em;
	}
}

.alert {
	color: #000!important;
}