/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #fff;
  text-align: center;
  background-color: #202020;
}
.fit{
  width: 100%;
}
.ma {
  float: none;
  margin: auto;
}
.mt-10 {
  margin-top: 10px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper-inner {
  /* display: table-cell; */
  /*vertical-align: top;*/
}
.cover-container {
  /* margin-right: auto;
  margin-left: auto; */
}

/* Padding for spacing */
.inner {
  /* padding: 30px; */
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.masthead-brand > a{
  text-decoration: none;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  /*font-weight: bold;*/
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}



/*
 * Cover
 */

.cover {
  /* padding: 0 20px; */
}
.cover .btn-lg {
  padding: 10px 20px;
  /*font-weight: bold;*/
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


@media  ( min-width: 768px) and (  min-height: 600px) {

  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1080px;
  }
}

.partners img {
  filter: brightness(.7);
}
.partners>a {
  color: #999;
}
.partners>a:hover {
  color: #fff;
}
.partners>a:hover img {
  filter: none;
}
hr {
  border-top: 1px solid #333;
}

.partners a {
  text-decoration: none;
}

.badges {
	display: inline-block;
	min-width: 10px;
	padding: 2px 4px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #cb0000;
	border-radius: 10px;
	margin-bottom: 22px;
}
#prices p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fs-2 {
	font-size: 1.3em;
}
.green {
	color: #5cb85c;
	font-weight: 600;
}

/* checkvin.css */

body{
	overflow-x: hidden;
	min-width: 300px;
}
p {
	margin: 0 2px 10px;
}
.backgroundFull {
    display: none;
}
.site-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress {
	height: 0.5rem;
	background-color: #000000a3;
}

#progressBar{
	transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-placeholder {
    background: #8d8d8d2b;
    border-radius: 10px;
    box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.65),
	inset 0 0 1px 3px rgb(255 255 255 / 50%);
    height: 100%;
	color: transparent;
}

.pricing-placeholder .h2caption {
	font-size: 1.5rem;
	padding: 0.5rem;
    border-bottom: #cccccc1c 1px solid;
    font-weight: bold;
    color: white;
    line-height: 1;
    font-family: 'Titillium Web', sans-serif !important;
}
.pricing-placeholder  .btn-full {
	width: 100%;
	border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Titillium Web', sans-serif !important;
    color: transparent;
    background: #8d8d8d2b;
}

.lazy, .lazy-loaded{
	position: relative;
	overflow: hidden;
	background: #8d8d8d2b;
}

.lazy.lazyloaded:before {
	animation: none;
}
.lazyloaded .not_found{
	color: white;
}

.lazy:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, #75757540, transparent);
	transform: translateX(-150%) skewX(45deg);
	animation: loading 1.5s infinite;
}

@keyframes loading {
	100% {
		transform: translateX(150%) skewX(45deg);
	}
}


.pricing {
	background: #fff;
	color: black;
    border-radius: 10px;
    box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.65);
	height: 100%;
}
.thumb{
	-webkit-filter: blur(2px);
	filter: blur(2px);
	height: 48px;
	margin: 10px;
}
.btn-full {
	width: 100%;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Titillium Web', sans-serif !important;
}
.btn-full:focus {
	outline:0 !important;
}
button:focus {outline:0 !important;}
.row {
	margin-top: 19px;
}
.h2caption{
	font-size: 1.5rem;
	padding: 0.5rem;
    border-bottom: #cccccc 1px solid;
    font-weight: bold;
    color: hsl(133 61% 30% / 1);;
	line-height: 1;
    font-family: 'Titillium Web', sans-serif  !important;
}
.p-success{
	color: hsl(133 61% 50% / 1);
}
.captionGreen{
	color: #1d69ab;
	font-size: 1.1em;
}
h1, h3, h2, .masthead-nav > li > a {
    font-family: 'Titillium Web', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-display: swap;
}
@media (min-width: 768px){
	.backgroundFull {
		background-color: #202020;
		content: ' ';
	    display: table-cell;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	    opacity: .3;
	    background-image: url(/img/bg/peter-broomfield-239413_resize.jpg);
	    background-repeat: no-repeat;
	    -ms-background-size: cover;
	    -o-background-size: cover;
	    -moz-background-size: cover;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-attachment: fixed;
	}
    .site-wrapper {
        -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,1);
        box-shadow: inset 0 0 200px rgba(0,0,0,1);
		justify-content: space-between;
    }
	
}

@media (min-width: 768px) and (min-height: 768px) {
	
}

.bg-darker{
	background-color: #202020;
}
.bg-glass{
	backdrop-filter: blur(0.5rem);
	-webkit-backdrop-filter: blur(0.5rem);
}
.bg-glass-light{
	background-color: #ffffffc4;
}
.glass-card{
	background-color: #00000055;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	border-radius: .5rem;
}

.header-nav {
	display: flex;
	flex-wrap: wrap;
}
.header-user-info{
	display: flex;
	justify-content: end;
}

.header-nav nav .nav-link {
	border-radius: 0.5rem;
	/* margin: 0 0.2rem; */
	position: relative;
}
.header-nav nav .nav-link.active,
.header-nav nav .nav-link:hover {
	background-color: #ffffff22;
}

.header-nav nav .nav-link .badge {
	position: absolute;
	font-size: 60%;
	top: 0;
	font-weight: 400;
}
.header-brand {
    font-family: 'Titillium Web', sans-serif  !important;
	text-decoration: none;
	border-radius: 0.5rem;
}
.header-brand:hover {
	text-decoration: none;
}

.site-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	-webkit-box-shadow: inset 0 0 200px rgba(0,0,0,1);
			box-shadow: inset 0 0 200px rgba(0,0,0,1);
}
.card-body {
	padding: .5rem;
}

.scale-2{
	transform: scale(2);
}
.input-btn label {
	cursor: pointer;
	padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
	color: #fff;
    background-color: #464646;
    border-color: #464646;
	width: 100%;
}
.input-btn input[type="checkbox"] {
	transform: scale(1.5);
	position: relative;
	margin: 0 .5rem;
}

.fit-content {
	width: fit-content;
	max-width: 100%;
}
.hidden {
	display: none;
}


/* history.css */
#history-filter {
	font-family: monospace;
}
.table-responsive {
    background: #18181899 !important;
	font-family: monospace;
    /*max-height: 500px;*/
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #0c0c0c !important;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #1d1c1c !important;
}
.table-striped > tbody > tr:hover{
    background-color: #00e45366 !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none !important;
}
th {
    text-align: center !important;
}
.table {
    margin-bottom: 0px !important;
}
.table > tbody > tr > td {
    font-size: 12px;
}
.table > tbody > tr > td > a {
	font-size: 14px;
}
.btn-green {
	color: #5cb85c;
	background-color: #202020;
}
.btn-green:hover {
	color: #fff;
	background-color: #404040;
}



/* sigin.css */

.form-signin {
	max-width: 330px;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-first {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-last {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-mid {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
  


/* pricing.css */

.container {
	max-width: 960px;
}
.pricing-header {
	max-width: 700px;
}
.card-deck .card {
	min-width: 220px;
}
.border-top { 
	border-top: 1px solid #e5e5e5; 
}
.border-bottom { 
	border-bottom: 1px solid #e5e5e5; 
}
.box-shadow { 
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}


#history_progress .progress {
	height: 2rem;
}
#background {
	opacity: 0;
}

.sm-width {
	min-width: 304px;
}
.g-recaptcha.static-sm {
	min-width: 304px;
	min-height: 78px;
}
.samples_dropdown {
	background-color: #00000055;
	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
	border-radius: .5rem;
}
.samples_dropdown a{
	color: white;
}

.samples_dropdown a:hover{
	color: white;
	/* color: var(--primary); */
}

.cvaff .title {
	margin: 1rem 0 0 0;
	font-size: 1rem;
}
.cvaff .subtitle {
	margin: 0;
	font-size: .8rem;
}

.cvaff img {
	max-width: 8rem;
}
.cvaff-container {
	width: fit-content;
}

.btn-spinner {
    position: relative;
    padding-left: 2.5rem !important;
}
.btn-spinner i {
	display: none;
}
.btn-spinner::before{
	content: '';
	height: 1em;
	width: 1em;
	top: 50%;
	margin-left: -1.5em;
	margin-top: -0.5em;
	position: absolute;
	background: transparent;
	box-sizing: border-box;
	border-top: 0.15em solid;
	border-left: 0.15em solid;
	border-right: 0.15em solid transparent;
	border-bottom: 0.15em solid transparent;
	border-radius: 100%;
	-webkit-animation: spin 1s infinite;
	animation: spin 1s infinite;
}
.btn-pulse{
	cursor: initial;
	position: relative;
	animation: pulse 1.5s ease-out ;
	transition: 200ms;
}
.shake{
	animation: shake 0.3s ease-out ;
}
@keyframes spin {
	100% {transform: rotate(360deg)}
}
@keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	25% {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem)
	}
	50% {
		-webkit-transform: translateX(1rem);
		transform: translateX(1rem)
	}
	75% {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem)
	}
	100% {transform: translateX(0)}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--primary)
	}

	100%,30% {
		box-shadow: 0 0 0 36px transparent
	}
}


dialog {
    display: none;
	border: .25rem solid hsl(0deg 0% 80% / 20%);
	box-shadow: 0 0 3rem 1rem #00000055;
}
dialog[open] {
    display: block;
}
dialog::backdrop {
    background: hsl(0deg 0% 0% / 50%);
    backdrop-filter: blur(0.5rem);
}

.font-bold{
	font-weight: 600;
}
.font-tit{
    font-family: 'Titillium Web', sans-serif;
}
.font-mono{
	font-family: monospace;
}

.bg-green-700{
	background-color: hsl(133 61% 27% / 1);
}
.btn-success{
	background-color: hsl(133 61% 32% / 1);
	/* border: none; */
}
.btn-success:hover{background-color: hsl(133 61% 40% / 1);}

.form-check-btn {
	border-radius: .5rem;
	background: hsl(0deg 0% 50% / 20%);
}

.form-check label,
.form-check input {
	cursor: pointer;
}

.form-check-btn:has( input.form-check-input:checked ) {
	background: hsl(211deg 100% 35% / 60%);
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.dialog-close {
	position: absolute;
	right: 0;
	top: 0;
}

.text-balance {
	text-wrap: balance;
}

.footer-info,
.car_info,
.checkout-info p {
	text-wrap: balance;
}
.gap-2{
	gap: 1rem;
}
.min-h-30 {
	min-height: 30rem;
}