html,
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Muli', 'Arial', 'Helvetica', sans-serif, 'Montserrat', -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
	overflow-x: hidden;
	background-color: rgba(236,240,241 ,1);
	min-height: 100vh;
}

/*new style*/
.carcat-logo{
	max-width: 230px;
}
.reseller-bg{
	background-image: url('/assets/images/affiliate-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.4);
}
.navbar-brand{
	padding-right: 10px;
	text-align: center;
}
.full-height{
	min-height: 100vh;
}
.half-height{
	min-height: 75vh;
}
.toast-holder{
	position: fixed;
	z-index: 1;
	right: 10px;
	bottom: 10px;
	max-width: 300px;
}
.toast-holder .toast-min-width{
	min-width: 300px;
}
.toast-holder .toast-min-width .toast-body{
	background-color: rgba(255,255,255,1);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance:textfield;
}
.shadow-custom{
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15) !important;
}
.bg-black{
	background-color: rgba(0,0,0,1);
}
.bg-red{
	background-color: rgba(247,31,32 ,1);
}
.font-light{
	font-weight: 300;
}
.my-form-style label{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: rgba(52,73,94 ,1);
}
.my-form-style .form-style-control{
	padding: 5px 0px 2px 0px;
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(54,73,96,.3);
	color: rgba(54,73,96,1);
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 13px;
}
.my-form-style select.form-style-control {
	padding: 5px 0px 2px 0px;
	border: 0px;
	border-bottom: 1px solid rgba(54,73,96,.3);
	color: rgba(54,73,96,1);
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 13px;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.my-form-style .form-style-control:focus{
	border-bottom: 1px solid rgba(54,73,96,.8);
	color: rgba(0,0,0,1);
}
.my-form-style .form-style-control::-webkit-input-placeholder {
	color: rgba(52,73,94 ,.8);
}
.my-form-style .form-style-control:-ms-input-placeholder {
	color: rgba(52,73,94 ,.8);
}
.my-form-style .form-style-control::placeholder {
	color: rgba(52,73,94 ,.8);
}
.my-form-style .mandatory-highlight{
	color: #f00;
	position: relative;
	top: 3px;
}
.navbar-light .navbar-toggler{
	border: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: rgba(255,255,255,.8);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color: rgba(255,255,255 ,1);
}
.navbar-light .navbar-nav .nav-item.active .nav-link{
	color: rgba(255,255,255 ,1);
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-item.active .nav-link:hover{
}
.page-container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.font-light b{
	font-weight: 600;
}
.user-form label{
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.user-form .form-group{
	margin-bottom: 5px;
}
/**/
.internal-page{
	padding-top: 50px;
	padding-bottom: 50px;
}
.brand-heading-xs{
	font-weight: 700;
	font-size: 1.35rem;
}
.brand-heading-xs span{
	font-weight: 300;
}
.brand-bg-secondary{
	background-color: rgba(83,79,78,1);
}
.brand-subheading{
	font-weight: 700;
	font-size: 1rem;
}
.brand-subheading span{
	font-weight: 300;
}
.brand-border-primary{
	border-color: rgba(206,18,18,1);
}
.brand-text-secondary{
	color: rgba(83,79,78,1);
}