#selections .breadcrumb {
    font-size: 30px;
    line-height: 51px;
}

#selections li.breadcrumb-item.inactive span {
    background: #e7dede;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;
    user-select: none;
}


.breadcrumb-item.active {
    padding: 5px;
}

/* ================================ */


.calendar-container {
    background: #fff;
    /*width: 70%;*/
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 0px 30px 10px;
    justify-content: space-between;
}

.calendar-back-icon {
    padding: 16px calc(var(--bs-gutter-x)* .5) 0px;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}

header .calendar-navigation span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body,
#inspection-day-time {
    font-family: poppins;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    /* margin-top: 30px; */
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 15px;
}

.calendar-dates li.inactive {
    color: #aaa;
    /* pointer-events: none; */
    cursor: not-allowed
}

/* .calendar-dates li.active, */
.calendar-dates li.selected,
.calendar-dates li.available {
    color: #fff;
}

.calendar-dates li {
    background: #E8EAF2;
    border: 1px solid white;
    border-radius: 4px;
    user-select: none;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 100%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

.calendar-dates li.today::before {
    background: #eeffcd;
}

.calendar-dates li.selected::before {
    background: #8FD400 !important;
}

.calendar-dates li.available::before {
    background: #58BFDF;
}

.calendar-dates li:not(.inactive):hover::before {
    background: #37abcf;
}

.vehicle_type select {
    text-transform: capitalize;
}

/* start */
.input-div {
    width: 50px;
}

/* end */

.veh_model{
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#sidebar{
    background: #fff;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    height: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

.panel-body {
    align-items: center;
    display: flex;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    margin: 0;
    background-color: #3838388a;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999;
    display: none;
}
.panel-body .feedback{
    display: none;
}
.panel-body .inspect-id{
    border-bottom: 1.5px solid #1f5b4b;
}

.panel-body .message {
    height: 85px;
}

.panel-container {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    font-size: 90%;
    justify-content: center;
    max-width: 400px;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}

.panel-container strong {
    line-height: 20px;
}

.ratings-container {
    display: flex;
    margin: 20px 0;
}

.rating {
    flex: 1;
    margin: 10px 5px;
    padding: 20px;
}

.rating:hover,
.rating.active {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rating {
    cursor: pointer;
}

.rating img {
    cursor: pointer;
    width: 40px;
}

.rating small {
    color: #555;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0;
}

.rating:hover small,
.rating.active small {
    color: #111;
}

.rating .btn {
    background-color: #302d2b;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
}

.rating .btn:active {
    transform: scale(0.98);
}

.fa-heart {
    color: red;
    font-size: 30px;
    margin-bottom: 10px;
}

.min-height-30 {
    min-height: 30px;
}

button.prev-slide,button.prev-slide:hover {
    background: #198754;
    display: block;
    color: #fff;
    width: 86px;
    text-align: center;      
    border-radius: 5px;
}

div#inspection button.btn.form-control[data-value="First Time Inspection"] {
    background: #028462;
    color: #fff;
}
div#inspection button.btn.form-control[data-value="Re-inspection"] {
    background: #cf952b;
    color: #fff;
}

h5.title.m-0 {
    display: none !important;
}

@media screen and (max-width: 575px) {
   #vehicle_model{
    margin-top: 20px;
    display: none !important;
   }

   #vehicle-model-year{
    margin-top: 0px;
   }

   #back-btn-div{
    margin-right: auto !important;
    margin-left: auto !important;
   }

   #back-btn{
    margin-right: auto !important;
    margin-left: auto !important;
   }

   .align-items-end{
    align-items: center !important;
   }

   #logo2{
    width: 30px !important;
    margin-bottom: 0px !important;
   }

   .auth {
    flex-direction: column;
    align-items: center;
   }

   #calender-body{
    height: 350px;
   }


   .vehicle-hedding-flex{
    flex-direction: row;
    justify-content: center;
   }

   #reinspect_go_btn{
    margin: 0px auto;
    display: flex;
    padding: 10px 20px;
    margin-top: 10px;

   }

   #reinspection-form-details-div{
    margin: 0px;
   }

   .veh_VIN {
    font-size: 15px !important;
   }
 
   .row.justify-content-between.align-items-end.w-100 {
    display: flex;
    flex-wrap: nowrap;
    }

    #logo-div1{
        width: 130px !important;
    }

    #logo-div2{
        text-align: center;
        width: 50px !important;
       
       }

       #logo-div3{
        width: 100px !important;
       }

       .login-page-btn {
        font-size: 20px !important;
    }

    .logo-part{
        justify-content: center !important;
    }
    .line{
        margin-left: 25px !important;
        margin-top: 10px !important;
    }

    #sidebar{
        background: #fff;
        width: 100%;
        border-radius: 18px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        height: 100% !important;
    }

    #vehicle-details-div{
        width: 350px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

}
