.ortala{
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.step-row .el-step__main, .step-row .el-step__icon.is-icon{
    /*transform: translateX(-50%);*/
    text-align: center;
}
.step-row .el-step__icon.is-icon{
    border-radius: 50%;
    height: 40px;
    transition: all .4s;
    margin-top: -10px;
}
.step-row .el-step__icon.is-icon i{
    position: relative;
    z-index: 10;
}
.step-row .el-step__icon.is-icon::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--renk1);
    transform: scale(0);
    transition: all .4s;
}
.step-row .is-process .el-step__icon.is-icon::before, .step-row .is-finish .el-step__icon.is-icon::before{
    transform: scale(1);
}
.step-row .is-process .el-step__icon.is-icon, .step-row .is-finish .el-step__icon.is-icon{
    color: white;
}
.el-step__title.is-finish, .el-step__title.is-process{
    font-weight: 400;
    color: #303133 !important;
    font-size: 14px;
}
.el-step__head.is-finish{
    color: var(--renk1) !important;
    border-color: var(--renk1) !important;
}
.el-step__head.is-finish .el-step__line-inner{
    transition-delay: 150ms !important;
    border-width: 1px !important;
    width: 100% !important;
}
.el-step__title.is-process{
    color: var(--renk1) !important;
}
.kart{
    width: 100%;
    height: 100%;
    min-height: 130px;
    border-radius: 10px;
    background-color: #f8f8ff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 14px 0;
    transition: all .4s;
    cursor: pointer;
    padding: 20px 10px;
    text-align: center;
}
.kart i{
    font-size: 22px;
    color: var(--renk1);
    transition: all .4s;
    margin-bottom: 10px;
}
.kart:hover, .kart.active{
    background-color: var(--renk2) !important;
    color: white !important;
}
.kart.bg-white:hover, .kart.bg-white.active{
    background-color: white !important;
    color: var(--renk2) !important;
}
.kart:hover i, .kart.active i{
    color: white;
}
.baslik{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.el-radio.is-bordered.is-checked{
    border-color: #f32b2d !important;
    background-color: #f32b2d;
    color: white;
}
.el-radio.is-bordered.is-checked i{
    color: white;
}
.el-radio__input.is-checked + .el-radio__label{
    color: white !important;
}
.el-radio{
    margin-right: 0 !important;
}
.el-radio-button__inner{
    border: none !important;
    box-shadow: none !important;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner{
    background-color: #f32b2d !important;
}
.el-radio-button__inner:hover{
    color: #f32b2d !important;
}
.el-radio-button.is-active .el-radio-button__inner:hover{
    color: white !important;
}
.loader{
    position: absolute;
    z-index: 999;
    background-color: var(--renk6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loader span{
    margin-top: 10px;
}
.loader-orta {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid black;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.asama-row.el-col{
    min-height: 70vh;
}
.injected-svg{
    height: 380px;
}
.boya-active{
    background-color: #4083c9;
    color: white !important;
}
.local-active, .lokalBoya-btn{
    background-color: #fe9546 !important;
    color: white !important;
}
.degisen-active{
    background-color: #ff5e39;
    color: white;
}
.onarilan-active{
    background-color: #67C23A;
    color: white;
}
.orjinal-active{
    background-color: lightskyblue !important;
}
.boya-btn{
    background-color: #4083c9 !important;
    color: white !important;
}
.degisen-btn{
    background-color: #ff5e39 !important;
    color: white !important;
}
.onarilan-btn{
    background-color: #67C23A !important;
    color: white !important;
}
.orjinal-btn{
    background-color: transparent !important;
    border-color: var(--renk2) !important;
    color: var(--renk2) !important;
}
.hasarSecImg{
    width: 100%;
    max-width: 300px;
    height: 400px;
    cursor: pointer;
}
.hasarSecImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.w-45{
    width: 45%;
}
.el-popup-parent--hidden{
    padding-right: 10px !important;
}
.el-popup-parent--hidden header{
    width: calc(100% - 10px) !important;
}
.tablo1 td i{
    width: 15px;
    height: 15px;
}
.orjinal-svg{
    fill: #E9E9E9;
}
.boya-svg{
    fill: #4083c9;
}
.degisen-svg{
    fill: #ff5e39;
}
.local-svg{
    fill: #fe9546;
}
.el-dialog{
    border-radius: 10px !important;
}
.teklif-chart{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.teklif-chart span{
    position: absolute;
    color: white;
    font-size: 18px;
}
.teklif-chart .chart-baslik-1{
    left: 15%;
    bottom: 40%;
}
.teklif-chart .chart-baslik-2{
    bottom: 65%;
    font-weight: 600;
}
.teklif-chart .chart-baslik-3{
    right: 15%;
    bottom: 40%;
}
.teklif-chart .chart-fiyat-1{
    width: 45%;
    left: 0;
    text-align: center;
    bottom: 50%;
}
.teklif-chart .chart-fiyat-2{
    bottom: 75%;
    font-size: 34px;
}
.teklif-chart .chart-fiyat-3{
    width: 45%;
    right: 0;
    text-align: center;
    bottom: 50%;
}
.code-input {
    width: 40px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 0 5px;
}
.tramer-input{
    height: 40px;
}
@media screen and (max-width: 450px){
    .baslik{
        font-size: 14px;
    }
    .tablo1{
        width: 100%;
        overflow: auto;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    }
    .el-dialog{
        width: 95% !important;
    }
    .teklif-chart .chart-fiyat-2, .teklif-chart .chart-fiyat-1, .teklif-chart .chart-fiyat-3{
        font-size: 12px;
    }
    .teklif-chart span{
        font-size: 14px;
    }
    .asama-row.el-col{
        min-height: 40vh;
    }
    .el-popup-parent--hidden{
        padding-right: 5px !important;
    }
    .el-popup-parent--hidden header{
        width: calc(100% - 5px) !important;
    }
}
.marka-logo{
    width: 70px;
}
.marka-logo img{
    width: 100%;
    transition: all .4s;
}
.kart.bg-white:hover img{
    transform: scale(1.1);
}
.teklif-marka-logo{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border: 1px solid #c7c7c7;
}
.teklif-marka-logo img{
    width: 100%;
}
.teklif-model{
    font-weight: 600;
    font-size: 18px;
}
.teklif-info{
    padding: 5px 10px;
    background-color: #e7e7e7;
    border-radius: 10px;
    color: black;
    margin: 0 10px;
    box-shadow: rgba(149, 157, 165, 0.5) 0 4px 8px;
    border: 1px solid #c7c7c7;
}
.teklif-info:first-child{
    margin-left: 0;
}
.teklif-fiyat{
    text-align: right;
}
.teklif-fiyat .fiyat{
    font-size: 28px;
    font-weight: 600;
}
.teklif-fiyat p, .teklif-fiyat span{
    font-size: 12px;
}
.teklif-row{
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 15px;
}
.pdf-content {
    width: 210mm;
    height: 296mm;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    line-height: 1.4;
    color: #333;
    padding: 30px;
    box-sizing: border-box;
    background-image: url('../img/pdf-zemin.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

    .title {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 10px 0;
        padding: 0 0 0 20px;
        position: relative;

        .separator-line {
            display: block;
            margin-left: 0;
        }

        &.satici {
            margin-top: 20px;
        }
    }

    .info {
        display: flex;
        align-items: center;
        margin: 0;


        i {
            margin-right: 8px;
            color:var(--renk1);
            font-size: 18px;
        }

        span {
            font-weight: 500;
        }
    }

    .logo-container {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;

        img {
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
        }
    }

    .price-title {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }

    .price {
        font-size: 24px;
        font-weight: bold;
        margin: 10px 0;
        color: var(--renk1);
    }

    .date {
        font-size: 12px;
        color: #666;
        margin: 5px 0;

        span {
            font-weight: bold;
        }
        i{
            color: var(--renk1);
        }
    }

    .el-image {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .qr-code {
        width: 27mm;
        height: 27mm;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.el-table {
    width: 100%;
    margin-top: 20px;

    &::before {
        content: '';
        display: none;

    }

    .el-table__header {
        background-color: #f2f9f9;
        color: #333;
        border: 1px solid #ccc;
        padding: 5px !important;
        text-align: center;
    }

    .el-table__body {
        border: 1px solid #ccc;
        padding: 5px !important;
        text-align: center;

        .el-table__row {
            border-bottom: 1px solid #ccc;
        }
    }
}

.damage-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    background: transparent;

    .damage-details {
        background: transparent;
        margin-top: 0;

        h3 {
            margin-bottom: 15px;
            font-size: 16px;
            color: #303133;
        }
    }

    .damage-footer {
        margin-top: auto;
    }

    .general-notes {
        width: 100%;
    }
}

.legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

    .legend-item {
        display: flex;
        align-items: center;
        gap: 8px;

        .legend-color {
            width: 15px;
            height: 15px;
            border-radius: 4px;
            border: 1px solid #dcdfe6;


            &.painted {
                background-color: #4083c9;
                border-color: #4083c9;
            }

            &.changed {
                background-color: #ff5e39;
                border-color: #F56C6C;
            }

            &.local-painted {
                background-color: #fe9546;
                border-color: #fe9546;
            }

            &.original {
                background-color: #ebebeb;
                border-color: #dcdfe6;
            }
        }

        span {
            font-size: 12px;
            color: #606266;
        }
    }
}
.el-table {
     background: transparent !important;

     tr {
         background: transparent !important;
     }
 }
.randevu-baslik{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.randevu-altbaslik{
    text-align: center;
}
.onay-icon{
    font-size: 78px;
    color: #00dfaa;
}
.onay-baslik{
    color: var(--renk1);
    font-weight: 600;
    font-size: 28px;
}
.tablo-kutu {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid rgba(201,201,201,0.5);
}
.tablo1 .el-col{
    height: 40px;
}
.table-border{
    border: 0.5px solid rgba(201,201,201,0.5);
}

@media screen and (max-width: 450px){
    .tablo1{
        width: 100%;
        overflow: auto;
        font-size: 12px;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    }
    .tablo1 .el-col{
        height: 35px;
    }
    .el-dialog{
        min-width: 300px;
        width: 95% !important;
    }
    .teklif-chart .chart-fiyat-2, .teklif-chart .chart-fiyat-1, .teklif-chart .chart-fiyat-3{
        font-size: 12px;
    }
    .teklif-chart span{
        font-size: 14px;
    }
    .asama-row.el-col{
        min-height: 40vh;
    }
    .el-popup-parent--hidden{
        padding-right: 5px !important;
    }
    .el-popup-parent--hidden header{
        width: calc(100% - 5px) !important;
    }
}
.pdf-content .el-table th.el-table__cell > .cell{
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 12px;
}
.pdf-content .el-table td.el-table__cell div{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
.fadeInUp{
    animation-duration: 0.4s;
}
.ekBilgiRow{
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.tablo-baslik{
    background-color: #cce2ef;
    color: #0c437d;
}
.tablo-baslik .el-col{
    height: 60px;
    align-content: center;
}
.el-radio-button__inner{
    background: #f9f9f9 !important;
}
.pdf-info{
    width: 100%;
    height: 25px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 5px 0;
    font-size: 11px;
}
.pdf-info span{
    display: flex;
    width: 70%;
}
.w-30{
    width: 30% !important;
}
.w-60{
    width: 60% !important;
}
.pdf-content .el-table--small .el-table__cell {
    padding: 2px 0;
}
.pdf-content .injected-svg{
    height: 380px;
}
.mh-hbt{
    min-height: 40px;
}
@media screen and (min-width: 992px){
    .el-dialog{
        min-width: 630px;
    }
}
@media screen and (max-width: 450px) {
    .modal-btn{
        flex: 0 0 47%;
        margin: 3px !important;
    }
}
.el-button-group{
    width: 40%;
    justify-content: end;
    margin-right: 15%;
}
.el-button-group > .el-button{
    width: 50%;
}
.ekBilgiRow .el-col{

}
.el-checkbox__input.is-checked + .el-checkbox__label{
    color: black !important;
}