html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 100px;
}

footer a {
    color: white !important;
}

.content {
    flex: 1 0 auto;    
}

header, footer {
    background-color: #343a40;
    color: white;
    padding: 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 680px) {
    header .container {
        flex-direction: column;
        align-items: flex-start !important;
    }

    header .text-end {
        text-align: left !important;
    }
}

.tire-diagram {
    position: relative;
    width: 300px;
    height: 320px;
}

.tire-input {
    position: absolute;
    width: 60px;
}

.front-left {
    top: 28%;
    left: 60px;
}

.front-right {
    top: 28%;
    right: 60px;
}

.rear-left {
    bottom: 36%;
    left: 60px;
}

.rear-right {
    bottom: 36%;
    right: 60px;
}

.add-photo {
    width: 400px;
    height: 300px;
    background-color: #E0E0E0;
    text-align: center;
    align-content: center;
    font-weight: 500;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.add-photo-sm {
    width: 270px;
    height: 202px;
}

.add-photo i {
    font-size: 50px;    
}

.input-validation-error {
   border-color: #dc3545;
}

input.changed {
    border-color: #5773FF;
}

.pxc-thumbnail {
    cursor: zoom-in;
}

.upload-preview {
    max-height: 100%;
}

.logo {
    /* responsive image */
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    max-width: 80px;
    max-height: 80px;
}