﻿html {
    scroll-behavior: smooth;
}
h1 {
    font-size: 2.0rem;
}

#MainContainer {
    margin: 20px 0 120px
}

#secHeader {
    display: block;
}

#Caption {
    font-size: 40px;
    font-weight: 600;
    color: #0d4f78;
    text-align: center;
    margin: 30px 0
}

#secHeaderNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.NumberContainer {
    display: flex;
    align-items: center;
    width: 100%
}

.NumberContainerLine {
    flex-grow: 1;
    height: 2px;
    width: 10%;
    background-color: var(--darkblue);
}


.navStep {
    flex-direction: column;
    width: 140px
}

.navNumber {
    border: 1px solid var(--darkblue);
    color: var(--darkblue);
    font-size: 22px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    border-radius: 20px
}

.Current {
    background-color: #00110036;
    color: black;

}
.Done {
    background-color: var(--darkblue);
    color: white;
}

.navItemText {
    text-align: center;
    margin-top: 20px;
    height: 35px;
    color: #808080;
}

.navItemTextCurrent {
    font-weight: 600;
    color: var(--darkblue);
}

#secVehicleInfo {
    /*outline: 1px solid #d5d5d5;*/
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    display: block;
}

.secInfoHeadBand {
    padding: 18px;
    border-bottom: solid #00110036;
}

.secInfoHeadBandText {
    font-weight: 600;
    font-size: 16px;
}

#Content {
    padding: 0 10px;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: start;
    -webkit-scrollbar: height: 8px;
    padding-bottom: 8px;
    width: 100%
}

#modelTableContainer {
    height: 300px;
    width: 100%;
    overflow: scroll;
}

#VehicleInfoVarientFinal {
    height: 300px;
}

#VehicleInfoVarientFinalInner {
    height: 300px;
    border: 2px solid #0d4f78;
    border-radius: 5px;
}

#btnSelectStepDone {
    padding: 15px;
    width: 130px;
    background-color: #001100;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.lw {
    display: flex;
    justify-content: space-between;
    min-width: 250px;
    flex-wrap: wrap;
    margin-left: 10px;
    flex-shrink: 0;
    padding-top: 10px;
    
}
    .lw select {
        height: 300px;
    }

.sel {
    width: 100%;
    height: 45px;
    border: 2px solid #06020278;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    background-color: #00110010;
}
option:checked {
    background-color: #00110036;
}
option:hover {
    background-color: #00110036;
}
.rowContainer {
    width: 250px;
    flex-shrink: 0;
}


.stepSec {
    outline: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}

.btnContainer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

#btnPaintChangingNext {
    padding: 15px;
    width: 130px;
    background-color: #001100;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

#secConfirmation {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    -webkit-scrollbar: height: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: none;
    margin:20px 0;
}
#secConfirmationDetail {
    display: block;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
}

#secuserConfirmation {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    -webkit-scrollbar: height: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: none;
    margin: 20px 0;
}
#secuserConfirmationDetail {
    display: block;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
}

#btnClientApprovel {
    padding: 15px;
    width: 100%;
    background-color: #001100;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

#secConfirmationCode {
    height: 300px;
    width: 200px;
    display: none;
    margin: 20px 0;
}

#spnIncorrectCode {
    display: none;
    text-align: center;
    padding: 10px;
}

#incorrectCodeText {
    color: red;
    font-weight: 600;
}

#incorrectCodeChangeNumber {
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}

#btnPhoneConfirm {
    padding: 15px;
    width: 100%;
    background-color: #001100;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

#secPricing{display:none;}

#secAppointment {
    display: none;
}

.qh {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 5px;
}

#ContentVertical select {
    outline: 2px solid #0d4f78;
    border-radius:3px;
}

#ContentVertical select{
    width:100%;
}



#TramarReportAmountContainer {
    display: none;
    margin-top:0px
}
/*#RequestButton {
    margin-top: 30px;
}*/
/*.qh {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}*/
/*.qhDescription {
    font-size: 14px;
    margin-bottom: 10px;
}
*/
/*#VINCaption {
    text-align: center;
    width: 100%;
    margin: 40px 0 20px;
    color: #0d4f78;
    font-size: 22px;
    font-weight: 600;
}

#VINDescription {
    text-align: center;
    width: 100%
}

#ContactCaption {
    text-align: center;
    width: 100%;
    margin: 20px 0 20px;
    color: #0d4f78;
    font-size: 22px;
    font-weight: 600;
}*/
[data-disabled=true] {
    color: #aaaaaa;
}

select:disabled {
    border-color: #aaaaaa;
}

[data-enable=false] {
    background-color: #e7e7e7
}

[data-selectable=true][data-selected=false] {
    outline: 1px solid #9da3a7;
}

[data-selectable=true][data-selected=true] {
    outline: 2px solid #0d4f78;
    background-color: #0d4f7824
}

[data-visable=false] {
    display: none;
}


#priceMainContainer {
   max-width: 800px;
   width:100%;
    
}

#priceMainContainerText {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    text-align: center
}

#priceTextContainer {
    padding: 20px;
    text-align: center;
}

#priceText {
    font-weight: 600;
    color: var(--orange);
    font-size: 26px;
}

#getAppointmentContainer {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

#btnGetAppointment {
    padding: 15px 30px;
    background-color: var(--orange);
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}



@media (max-width: 768px) {
    #Caption {
        font-size: 28px;
        font-weight: 600;
        color: #0d4f78;
        text-align: center;
        margin: 40px 0 40px
    }

    #secHeaderNav {
        gap: 0px;
    }

    .navNumber {
        outline: 1px solid black;
        font-size: 14px;
        font-weight: 600;
        height: 24px;
        width: 24px;
        border-radius: 20px
    }

    .navItemText {
        text-align: center;
        margin-top: 10px;
        height: 35px;
        font-size: 10px;
    }
}


#VehicleInspectionContainer {
    display: flex;
    padding: 20px;
    align-items: center;
   
}

#VehicleInspectionGraphContainer {
    width: 50%;
    display: flex;
    justify-content: center;
}

#VehicleInspectionGraph {
    height: 450px;
}

#VehicleInspectionTable {
    width: 50%
}

.checkbox-wrapper-47 {
    width: 25%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.InspectTable {
    width:100%;
}

@media (max-width: 768px) {
    #VehicleInspectionContainer {
        display: flex;
        padding: 5px;
        align-items: center;
        flex-wrap: wrap;
    }

    #VehicleInspectionGraphContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    #VehicleInspectionGraph {
        height: 200px;
    }

    #VehicleInspectionTable {
        width: 100%
    }

    .InspectTable thead {
        font-size: 12px;
    }

    .InspectTable thead {
        font-size: 12px;
    }

    .InspectTable tr td:first-child {
        font-size: 12px;
    }

    .InspectTable tr {
        height: 35px;
    }

    .checkbox-wrapper-47 {
        width: 100%;
    }

    #TramerReportContainer {
        flex-wrap:wrap;
    }

    #TramarReportAmountContainer{
        margin-top:10px;
    }
}


[data-selectedrow=true] {
    border-color: var(--darkblue);
    color: white;
}



#InpEmail:read-only {
    background-color: #a3b4b994;
}

#tblSummary td {
    vertical-align: top;
    padding: 3px 15px;
    color: black;
}

.summaryBoldItem {
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0;
}


.InspectTable td {
    text-align: center;
}

    .InspectTable td:nth-child(1) {
        text-align: left;
        font-weight: 600;
    }


.InspectTable tr {
    height: 30px;
}

.InspectTable input {
    cursor: pointer;
}

.InspectTable td {
    vertical-align: middle;
}


tr:hover {
    background-color: #00110011;
}

.inputBase {
    --s: 1.2em;
    --c: #009688;
    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s)/8) solid #939393;
    padding: calc(var(--s)/8);
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: .3s;
}

    .inputBase:checked {
        background-size: 100% 100%;
    }

input[data-process="0"] {
    --c0: #cccccc;
    background: radial-gradient(farthest-side,var(--c0) 94%,#0000) 50%/0 0 no-repeat content-box;
}

    input[data-process="0"]:checked {
        border-color: var(--c0);
    }

input[data-process="1"] {
    --c0: #fe9546;
    background: radial-gradient(farthest-side,var(--c0) 94%,#0000) 50%/0 0 no-repeat content-box;
}

    input[data-process="1"]:checked {
        border-color: var(--c0);
    }

input[data-process="2"] {
    --c0: #4083c9;
    background: radial-gradient(farthest-side,var(--c0) 94%,#0000) 50%/0 0 no-repeat content-box;
}

    input[data-process="2"]:checked {
        border-color: var(--c0);
    }


input[data-process="3"] {
    --c0: #ff5e39;
    background: radial-gradient(farthest-side,var(--c0) 94%,#0000) 50%/0 0 no-repeat content-box;
}

    input[data-process="3"]:checked {
        border-color: var(--c0);
    }


.checkbox-wrapper-47 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-47 label {
    position: relative;
    padding-left: 2em;
    padding-right: 1em;
    line-height: 2;
    cursor: pointer;
    display: inline-flex;
}

    .checkbox-wrapper-47 label:before {
        box-sizing: border-box;
        content: " ";
        position: absolute;
        top: 0.3em;
        left: 0;
        display: block;
        width: 1.1em;
        height: 1.1em;
        border: 2px solid #9098A9;
        border-radius: 6px;
        z-index: -1;
    }

.checkbox-wrapper-47 input[type=checkbox]:checked + label {
    padding-left: 1em;
    color: #0f5229;
}

    .checkbox-wrapper-47 input[type=checkbox]:checked + label:before {
        top: 0;
        width: 100%;
        height: 2em;
        background: #00110012;
        border-color: #001100;
    }

.checkbox-wrapper-47 label,
.checkbox-wrapper-47 label::before {
    transition: 0.25s all ease;
}







#VehicleInspectionContainer {
    display: flex;
    padding: 20px;
    align-items: center;
}

/*#VehicleInspectionGraphContainer {
    width: 50%;
    display: flex;
    justify-content: center;
}
*/
#VehicleInspectionGraph {
    height: 450px;
}

#secSetStatusModal {
    display: none;
    height: 200px;
    width: 200px;
    position: absolute;
    outline: 1px solid var(--orange);
    overflow: hidden;
    border-radius: 5px;
    padding: 20px;
    background-color: white;
}

#setStatusModalHeader {
    font-weight: 600
}

#setStatusModalHeaderCloseContainer {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.modelProcessType {
    font-weight: 600;
    padding-left: 10px;
}



.editablePath {
    cursor: pointer;
    fill: none;
    fill-opacity: 1;
    stroke: #adadad;
    stroke-width: 0.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: none;
    stroke-opacity: 1
}

    .editablePath:hover {
        stroke-width: 0.3;
        stroke: var(--orange);
    }

.VehicleInspectionGraphPaht1 {
    fill: #dedede;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: none;
    stroke-opacity: 1
}

.VehicleInspectionGraphPaht2 {
    fill: #ffffff;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: none;
    stroke-opacity: 1
}

.VehicleInspectionGraphPaht3 {
    fill: #ffffff;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: none
}
