body {
    color: #767676;
    background: #F1F2F7;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.body.boxed header {
    width: 100%;
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.wrap {
    overflow: hidden;
    height: 100vh;
    overflow-y: auto;
}
.wrap::-webkit-scrollbar{
    display:none;
}

.make-table, .model-table, .fault-table {
    width: 100%;
    border: 1px solid #ededed;
}

.make-table .row, .model-table .row, .fault-table .row {
    margin-left: 0;
    margin-right: 0;
}

.make-table .row div, .model-table .row div, .fault-table .row div {
    padding: 10px 25px;
    cursor: pointer;
    background-color: #FFF;
    color: #787878;
    font-weight: 600;
}

.make-table .row .make:hover, .model-table .row div:hover, .fault-table tr:not(.empty_fault):hover {
    background-color: #CCDAFF !important;
}

.empty_fault td {
    color: #7979798b;
    cursor: default;
}


.make-table .row div:nth-child(6n+1),
.make-table .row div:nth-child(6n+2),
.make-table .row div:nth-child(6n+3) {
    background-color: #F6F9FF;
}

.model-table .row div:nth-child(4n+1),
.model-table .row div:nth-child(4n+2) {
    background-color: #F6F9FF;
}

.content {
    position: relative;
}

.sf-menu {
    padding: 5px 20px 5px 20px;
    margin-right: 30px;
    border-radius: 3px;
    background-image: linear-gradient(#fff, #dcdcdc);
    color: #000;
    transition: background-image 0.5s;
}

.sf-menu:hover {
    background-image: linear-gradient(#dcdcdc, #fff);
    color: #0067bb;
}

.sf-with-ul {
    color: #000;
    text-decoration: none;
}

.additional-col {
    color: transparent !important;
    cursor: default !important;
}

.make-table > .row > .make > img {
    width: 40px;
    height: 35px;
    margin-right: 8px;
}

.make-title, .models-title, .faults-title {
    color: #000;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
}

.main-item {
    padding: 10px;
    background-color: #fff;
    width: 700px;
}

.background-masker {
    background-color: #fff;
    position: absolute;
}

.btn-divide-left {
    top: 0;
    left: 25%;
    height: 100%;
    width: 5%;
}

@media screen and (max-width: 992px) {
    .make-table .row div:nth-child(4n+1), .make-table .row div:nth-child(4n+2) {
        background-color: #F6F9FF;
    }

    .make-table .row div:nth-child(4n+3),
    .make-table .row div:nth-child(4n+4) {
        background-color: #FFF;
    }

    .model-table .row div:nth-child(odd) {
        background-color: #F6F9FF;
    }

    .model-table .row div:nth-child(even) {
        background-color: #FFF;
    }
}

@media screen and (max-width: 767px) {
    .make-table .row div:nth-child(odd) {
        background-color: #F6F9FF;
    }

    .make-table .row div:nth-child(even) {
        background-color: #FFF;
    }

    .make-table .row .additional-col {
        display: none;
    }

    .additional-col {
        display: none;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }

    100% {
        background-position: 800px 0
    }
}

.make_container {
    border: 1px solid #ddd;
}

.animation-tab {
    border: 1px solid #e0e0e0;
}

.animated-background {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #fff;
    background: linear-gradient(to left, #eeeeee 8%, #e1e1e1 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 40px;
    position: relative;
    margin: 10px 0px 10px 0px;
}

@media(min-width: 1200px) {
    body.boxed {
        width: 1200px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        background: url(../img/whitey.png) repeat;
        margin: 0 auto;
    }
}

#footer ul, #footer li {
    padding: 0;
    margin: 0;
}

.footer-top {
    background: #252C34;
    border-bottom: 1px solid #414f5a;
    color: #A1A1A1;
    padding: 50px 0;
}

.footer-bottom {
    background: #272727;
    color: #888;
    line-height: 38px;
    padding: 15px;
    height: 100%;
    min-height: 70px;
}

.main-content, .content {
    padding: 20px 0 0;
}

.home-3 .main-content, .home-4 .main-content {
    margin: 45px 0 40px;
    padding: 0;
}

.main-content {
    margin: 45px 0 35px;
}

div.content-box {
    clear: both;
}

div.content-box div.content-box-info {
    padding-left: 135px;
}

div.content-box.big {
    padding: 0 20px 30px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

#main {
    background-color: #F1F2F7;
    padding: 0 0 60px;
    min-height: calc(100% - 150px);
}

.home #main, .home-3 #main, .home-4 #main, .page-services #main, .about #main {
    padding: 0;
}
.ml-auto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.rsscar {
    color: #fff;
    text-decoration: none;
}

.models-logo img {
    width: 50px;
    height: 40px;
}

.models-left a {
    text-decoration: none;
    color: #000;
}
.models-left {
    cursor: pointer;
}

.models-left:hover {
    background-color: #dddddd;
}

.model-table .row div:nth-child(odd) {
    background-color: #F6F9FF;
}

.model-table .row div:nth-child(even) {
    background-color: #FFF;
}

.model-table .row div {
    padding: 10px 25px;
    cursor: pointer;
    background-color: #FFF;
    color: #787878;
    font-weight: 600;
}

.fault-logo img {
    width: 50px;
    height: 30px;
}

.fault-left {
    cursor: pointer;
}

.fault-left a {
    text-decoration: none;
    color: #000;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 0.5px solid #e9e9e9;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f3f3f3;
}

td {
    cursor: pointer;
}

tr:nth-child(even) {
    background-color: #FFF;
}

tr:nth-child(odd) {
    background-color: #F6F9FF;
}

table tr td:first-child, table tr th:first-child {
    text-align: center;
    min-width: 150px;
}

table tr td:last-child {
    word-break: break-word;
}

.fault-left:hover {
    background-color: #dddddd;
}

.breadcrumb-wrapper {
    border-bottom: 0.5px solid #dbdbdb;
    box-shadow: 5px 0 5px;
}

.title {
    color: #000;
    font-weight: 500;
}

.modal_box {
    color: #000;
    padding: 30px;
    border-radius: 3px;
    border: 0.5px solid #cacaca;
    width: 100%;
    margin-bottom: 20px;
    background-color: #ededed;
    box-shadow: 0px 2px 5px #b5b5b5;
}

.modal_vehicle, .modal_fault, .modal_code {
    font-weight: 600;
    color: #000;
    white-space: pre-wrap;
    min-width: 68px;
}

.vehicle strong {
    white-space: pre-wrap;
}

.fault-detail, .code, .vehicle {
    padding: 5px 0 5px 0;
    display: flex;
}

.solution {
    background-color: #ebebeb;
    margin: 0 0 20px 0;
    padding: 15px;
    color: #000;
    border: 0.5px solid #cacaca;
    border-radius: 3px;
    display: flex;
}

.progressBar {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
    align-items: center;
}

.circular-progress {
    margin: 5px 10px 0 0;
    position: relative;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .circular-progress::before {
        content: "";
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F1F2F7;
    }

.progress-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
}

.disclaimer {
    background-color: #F1F2F7;
    color: #000;
    padding: 15px 15px 15px 0px;
}


#action-buttons button {
    background-image: linear-gradient(#ebebeb, #e2e2e2);
    margin-right: 5px;
    padding: 2px 16px 2px 12px;
    border: 0.5px solid #989292;
    border-radius: 4px;
    font-weight: 700;
}

    #action-buttons button:hover {
        box-shadow: 0.5px 2px 8px #5c5c5c46;
        background-color: #ebebeb;
    }

    #action-buttons button i {
        padding: 0px 5px;
    }

#action-buttons button, #action-buttons .edit i {
    color: black;
}

#action-buttons .validate i {
    color: green;
    font-size: 16px;
}

#action-buttons .cancel i{
    color: #cc293c;
    font-size: 16px;
}

#action-buttons .cancel {
    display: none;
}

.Edit-solution-description::-webkit-scrollbar, .long-description-edit::-webkit-scrollbar {
    display: none;
}

.success-toast, .error-toast {
    display: none;
}
.success-toast span, .error-toast > span {
    min-width: 180px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-toast span {
    border: 0.5px solid #7fe16c;
    color: #49b449;
    font-weight: 600;
    background-color: #e5f3e6;
    border-radius: 4px;
}

.error-toast > span {
    border: 0.5px solid #d01d1d;
    color: #d01d1d;
    font-weight: 600;
    background-color: #f3e7e5;
    border-radius: 4px;
}

.error-toast > span i {
    font-size: 14px;
    color: #d01d1d;
}

.form-control {
    border: 0;
    border: 1px solid #d1d2d3;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid black;
        border-radius: 0px;
    }

.Edit-solution-description {
    display: none;
    font-size: 14px;
}

.long-description-edit {
    font-size: 14px;
}

.Edit-Probable-Solution, .long-description {
    display: none;
}

    .Edit-Probable-Solution > div > label, .long-description > label {
        width: 150px;
    }

    .Edit-Probable-Solution > div > label, .Edit-Probable-Solution > div > input, .long-description > label {
        font-weight: 600;
        font-size: 14px;
    }

.validation-message{
    align-items:center;
    font-weight:500;
    color:#d85555;
    word-break:break-word;
    display: none;
}
textarea{
    resize:none;
}
.save, .generate {
    display: none;
    border: 0.5px solid #7d7d7d;
    padding: 0px 10px 0px 5px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0.5px 0.5px 3px #6a6a6a inset;
    position: relative;
    font-size: 13px;
    right: 5px;
}

.save:hover, .generate:hover {
    box-shadow: 0.5px 0.5px 3px #6a6a6a;
}

.save:active, .generate:active {
    transform: translateY(1px);
}

.save:focus, .generate:focus {
    box-shadow: none;
}

.generate {
    width: clamp(40px,78px, 100%);
    word-wrap: break-word;

}

@media screen and (max-width: 1200px) {
    .generate {
        font-size: 12.5px;
    }
}

@media screen and (max-width: 992px) {
    .save i {
        display: none;
    }

    .save {
        width: 40px;
        height: 22px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 600px) {
    #action-buttons > button i {
        display: none;
    }
}

.fa-trash {
    color: #d11a2a;
}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    box-shadow: 0px 0px 10px #a1a1a1 inset;
    border-radius: 0px;
}

.modal-footer {
    border-top: 0;
}

.cancel-button {
    border: 0.5px solid #ddd;
}

.confirm-button {
    color: #fff;
    background: #2c2c2c;
    min-width: 83px;
}

.confirm-button:hover {
    box-shadow: 0px 0px 7px #fff inset;
    color: #fff;
}

.cancel-button:hover {
    box-shadow: 0px 0px 7px #ddd inset;
}

.confirm-button:active, .cancel-button:active {
    transform: translateY(1px);
}

.confirm-button:focus {
    box-shadow: none;
}

.modal-dialog {
    animation: none;
    transition: none;
    transform: none !important;
}

.empty-page {
    display: none;
}

.empty-wrap {
    display: flex;
    color: #000;
    opacity: 0.3;
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.empty-image img {
    width: 100px;
    height: 100px;
    opacity: 0.2;
    margin-right: 20px;
}

.long-description-loader {
    height: 80px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #5e5858
}

.long-description-loader .fa-fade {
    color: #5e5858;
    font-size: 16px;
}