/* INSPECTION WIZARD */

#wizard-progress-bar {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    z-index: 0;
    height: 48px;
}

#wizard-stages {
    list-style-type: none;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    clear: both;
    line-height: 2em;
    text-align: center;
    z-index: 0;
    padding-left: 0px !important;
    display: flex;
}

#wizard-stages li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--grey);
    color: var(--dark-grey);
    position: relative;
    flex: 1;
    height: 48px;
}

#wizard-stages li:before {
  content: '';
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#wizard-stages li:after {
  content: '';
  border-left: 16px solid var(--grey);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

#wizard-stages li.active {
  background: var(--light-orange);
  color: #f3f3f3;
  font-weight: 600;
}

#wizard-stages li.completed {
  background: var(--orange);
  color: #f3f3f3;
  font-weight: 600;
}

#wizard-stages li.active:after {
  border-left-color: var(--light-orange);
}

#wizard-stages li.completed:after {
  border-left-color: var(--orange);
}

.wizard-content-details {
    padding: 20px 0;
    width: 100%;
    height: 45vh;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.wizard-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    height: 170px;
    width: 170px;
    background-color: var(--grey);
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px -8px rgba(0,0,0,0.39);
    -moz-box-shadow: 00px 0px 5px -8px rgba(0,0,0,0.39);
    box-shadow: 0px 10px 15px -8px rgba(0,0,0,0.39);
    cursor: pointer;
}

.wizard-card:hover {
    scale: 1.03;
    transition: all 0.3s ease-in-out;
}

.wizard-card-selected {
    background-color: var(--orange);
}

.wizard-card-img {
    width: 70px;
    height: 70px;
}

.wizard-card p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.wizard-button-zone {
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.wizard-button-back {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
    border-width: 0px;
    font-size: 1.5rem;
    color: var(--white);
    background-color: var(--dark-grey);
}

.wizard-button-continue {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
    border-width: 0px;
    font-size: 1.5rem;
    color: var(--white);
    background-color: var(--orange);
}

.map{
    width: 100%;
}

.wizard-content-location {
  margin-top: 50px;
  width: 50vw;
  margin-left: 25vw;
  height: 500px;
}

.name-email {
    width: 100%;
    justify-items: center;
}

.wizard-inspector-card {
    text-align: center;
    height: 180px;
    width: 180px;
    background-color: #ccc;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.39);
    margin: 10px;
}

.wizard-book {
    height: 80px;
    border-radius: 50px;
    background-color: #ff5e14;
    border-width: 0px;
    font-size: 1.5rem;
    color: #f3f3f3;
    padding: 0px 30px 0px 30px;
}

.wizard-go-back-off {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #cecece;
    border-width: 0px;
    font-size: 1.5rem;
    color: #f3f3f3;
}

.wizard-card-body {
    width: 250px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 30px;
}

.wizard-card-body hr{
    margin-left: 10%;
    width: 80%;
    background-color: #d8d8d8;
    border-width: 0px;
    height: 1px;
}

.wizard-card-title{
    font-family: "teko",sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.wizard-card-price{
    font-size: 30px;
    font-family: "Open Sans",sans-serif;
    margin: 20px 0;
}

.wizard-card-button{
    background-color: #ff5e14;
    border-width: 0px;
    border-radius: 50px;
    padding: 5px 20px;
    color: #f3f3f3;
    font-family: "Teko",sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none;
}

.wizard-card-text{
    font-family: "Open Sans",sans-serif;
    margin: 20px 0;
}

#confirmation-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    width: 300px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px -8px rgba(0,0,0,0.39);
    -moz-box-shadow: 00px 0px 5px -8px rgba(0,0,0,0.39);
    box-shadow: 0px 10px 15px -8px rgba(0,0,0,0.39);
}

#confirmation-card-top {
    font-family: "Open Sans",sans-serif;
    width: 100%;
    padding: 30px;
    background-color: var(--grey);
    border-radius: 30px 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#confirmation-card-title {
    font-family: "teko",sans-serif;
    font-size: 20px;
    font-weight: 500;
}

#confirmation-card-price {
    margin-top: 20px;
    font-size: 40px;
    font-family: "Teko",sans-serif;
}

#confirmation-card-notes {
    font-family: "Open Sans",sans-serif;
    font-size: 0.9rem;
    color: var(--dark-grey);
}
    
.confirmation-card-button {
    margin: 20px;
}