

/* inspection-report */

.progress-bar::after {
    content: attr(aria-valuenow);
    /* display: block; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translate(-50%, -100%); */
    font-size: 0.65rem;
    /* line-height: 1; */
    color: #f8f9fa;
    text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.auth-bg {
    background-image: url(../images/2.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}


.inspection-report td, .inspection-report th {
    padding: 0.25rem !important;
}

.inspection-report th {
    font-weight: 900;
}

.inspection-report > :not(caption) > * > * {
    border-bottom-width: 0px;
}


.slider-wrap {
    /* position: relative; */
    height: 75px;
    overflow: hidden;
}

.slider {
    /* position: absolute;
    height: 100%;
    width: 4000px; */
    display: flex;
}

.slider a {
    /* position: relative;
    overflow: hidden;
    filter: grayscale(100%); */
}

.foc-primary-btn {
    background: linear-gradient(135deg, #467ED9 0%, #976FB6 80.33%);
    padding: 0.7rem 1.25rem;
    border: 0px;
    /* border-radius: 12px; */
    /* height: 45px; */
}

.foc-outline-secondary-btn {
    color: #467ED9;
    border-color: #467ED9;
}

.foc-btn-lg {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.7rem;
}

.foc-m-lg {
    min-width: 180px
}

.main-content-headless {
    margin-left: 0px;
}

.page-content-headless {
    padding-top: 24px;
}

.img-fluid-dmg {
    max-width: 40px;
    height: 40px;
}


.img-fluid-beauty {
    max-width: 260px !important;
    max-height: 150px !important;
}


.report-beauty-img {
    max-width: 260px !important;
    padding-bottom: 24px !important;
}

.table-responsive-foc {
    border-width: 0;
    vertical-align:middle;
}

.inspection-column-chart {
    width: 523;
    height: 400;

}

.yellow-bullet-style {
    color: #fcb92c !important;
}

.blue-bullet-style {
    color: #4aa3ff !important;
}

.red-bullet-style {
    color: #ff3d60 !important;
}

.green-bullet-style {
    color: #1cbb8c !important;
}

.btn-focalx-primary{
    background: #0072bc;
}

.btn-primary-main{
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 14px;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    white-space: nowrap;
    background: #0072bc;
    cursor: pointer;
    height: 2.28571em;
    line-height: 2.28571em;
    padding: 0px 5px;
        padding-top: 0px;
        padding-right: 7px;
        padding-bottom: 0px;
        padding-left: 7px;
    vertical-align: middle;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--ds-text-onBold,#FFFFFF) !important;
  }

  .activity-icon {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .dash-inspection {
    color: #117054;
    background-color: #d2f1e8;
    border-color: #bbebdd;
}

.dash-cars {
    color: #99253a;
    background-color: #ffd8df;
    border-color: #ffc5cf;
}

.dash-inspectors {
    color: #976f1a;
    background-color: #fef1d5;
    border-color: #feeac0;
}

.dash-sites {
    color: #2c6299;
    background-color: #dbedff;
    border-color: #c9e3ff;
}


.photos {
    text-align: center;
}

.photos td {
    height: 200px;width: 320px;padding: 10px;
}

.photos td img {
    height: 180px;
    /* width: 240px; */
    padding: 10px;
}

ul {
    list-style-type: none;
}

li {
    margin: 10px 0;
}

ul ul {
    margin-left: 20px;
}

/* .carousel-control-next-icon {
    margin: 0 0 0 14px;
}
.carousel-control-prev-icon {
    margin: 0 14px 0 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    mask-size: auto 12px;
    mask-repeat: no-repeat;
    transition: background-color 200ms;
    background-color: #00000077;
    height: -webkit-fill-available;
} */


@media (min-width: 768px) {
    .dmg-preview {
        height: 230px;
    }
}


@media (min-width: 992px) {
    
}