﻿/* 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; }

.navbar-brand img {
  max-height: 3rem; }

#headNav .navbar-nav .nav-link {
  padding: 0.125rem 1rem;
  margin: 0 0.125rem;
  color: var(--bs-primary);
  text-transform: uppercase; }

#headNav .navbar-nav .nav-link.active {
  font-weight: 500; }

#navbarCollapse #btnCloseNav {
  display: none; }

@media (max-width: 991.98px) {
  #navbarCollapse {
    position: fixed;
    top: 0;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--bs-primary);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  #navbarCollapse.open {
    visibility: visible;
    transform: translateX(-100%); }
  #navbarCollapse.open #btnCloseNav {
    display: inline-block; }
  #navbarCollapse.open .navbar-nav {
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important; }
  #navbarCollapse.open .navbar-nav .nav-link {
    padding: 2.5rem 0;
    font-size: 48px;
    color: var(--bs-white); } }

a:hover, a[role="button"]:hover {
  text-decoration: underline !important; }

a[role="button"] {
  cursor: pointer !important; }

a, a:active, a:hover, a:focus, input, input:focus, select, select:focus, textarea, textarea:focus, button, button:focus, label, label:focus {
  outline: none !important;
  box-shadow: none !important; }

.mt-8 {
  margin-top: 4.8rem !important; }

.form-quote {
  width: 100%;
  max-width: 36rem;
  padding: 1rem; }

.form-quote .form-floating {
  /*margin-bottom: 1.5rem;*/ }

.is-invalid .form-control, .is-invalid .form-check-input {
  border-color: var(--bs-red) !important; }

.is-valid .form-control, .is-valid .form-check-input {
  border-color: var(--bs-success) !important; }

.loadInfo {
  position: fixed;
  z-index: 1061;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff; }

#vehicleSpinner {
  display: none; }

.carousel-control-next, .carousel-control-prev, .carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-prev:focus {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #808080;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .0;
  transition: opacity .15s ease; }

.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: 0.5; }

.carousel-control-next:focus, .carousel-control-prev:focus {
  opacity: 0; }

.card-body:hover .carousel-control-next, .card-body:hover .carousel-control-prev {
  opacity: 0.5; }

.carousel-control-fullpage {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
  display: flex;
  align-items: end;
  justify-content: end;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: right;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

.back-to-results {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  align-items: start;
  justify-content: start;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: left;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer; }

.selected-vehicle {
  border: 1px solid #007cad !important; }

.super-z {
  z-index: 9999; }
