.fs-14px{
    font-size:14px !important;
}
.p-tb-50{
    padding-top:50px;
    padding-bottom:50px;
}
.mw-70px{
    min-width:70px !important
}
.vShow{
    opacity:1 !important;
    visibility:visible !important;
}
.mb-10{
    margin-bottom:10px;
}
.mt-10px{
    margin-top:10px;
}
.mb-5{
    margin-bottom:5px !important;
}
.mb-20{
    margin-bottom:20px !important;
}
.mb-50{
    margin-bottom:50px !important
}
.btn-input-group-custom{
    font-size:13px !important;
}
.main-color-1{
    color:#b57d02 !important;
}
.p-0{
    padding:0 !important;
}
.b-rl-soft{
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}


.filepond--root{
    border: 2px dashed rgb(0 0 0 / 15%) !important;
    border-radius: .5em !important;
    background-color:#f9f9f9;
    cursor:pointer;
}
.filepond--panel-root{
    background:none !important;
}
.sell-motorcycle-form-container{
    margin: 0 20vh;
    border-radius: .33rem;
    background-color: #FFFFFF;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 14px 0px rgb(239 239 239 / 85%);
    position:relative;
    overflow:hidden;
}
.sell-motorcycle-form-container textarea{
    padding: .375rem .75rem !important;
    min-height:10rem;
}
.sell-motorcycle-form-container input[type="text"]:focus,.sell-motorcycle-form-container input[type="email"]:focus,.sell-motorcycle-form-container textarea:focus,.sell-motorcycle-form-container select:focus{
    border-color:#d6ae57 !important;
}

.sell-motorcycle-form-container input[readonly],.sell-motorcycle-form-container select[readonly]{
    background-color:#f9f9f9 !important;
}

.sell-motorcycle-form-title{
    padding:40px;
}
.sell-motorcycle-form-title h3{
    color:#414342 !important;
    margin-bottom: .5rem !important;
}
.sell-motorcycle-form-title p{
    color:#5F6973 !important;
    margin-bottom:0 !important
}
.sell-motorcycle-form-tab-container{
    display:flex;
    padding:0 40px;
    margin-bottom:20px;
}

.sell-motorcycle-form-tab-container .sell-motorcycle-form-tab{
    display:flex;
    align-items:center;
    position:relative;
    width:100%;
    transition:.3s ease;
}
/*
.sell-motorcycle-form-tab:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 10px;
    width: 100%;
    height: 2px;
    background-color: #000000;
}
*/
.sell-motorcycle-form-tab-container .sell-motorcycle-form-tab > span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    margin-right:12px;
    font-weight:bold;
    color:#FFFFFF;
    line-height:0;
    position:relative;
    font-size: 16px;
}

.sell-motorcycle-form-tab > span:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    width:120%;
    height:120%;
    background-color: rgb(0 0 0 / 40%);
    transition:.3s ease;
}

.sell-motorcycle-form-tab-container .sell-motorcycle-form-tab span .sell-motorcycle-form-tab-span-bg{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    height:100%;
    border-radius:50%;
    background-color:#000000;
}
.sell-motorcycle-form-tab-container .sell-motorcycle-form-tab h5{
    margin:0;
    font-weight:bold;
    color:#333333;
}
/*
.sell-motorcycle-form-tab-active:before{
    background-color: #d6ae57 !important;
    transition:.3s ease;
}
*/
.sell-motorcycle-form-tab span div.sell-motorcycle-form-tab-span-number{
    transition:.3s ease;
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.sell-motorcycle-form-tab span i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(0);
    font-size:20px;
    transition:.3s ease;
    opacity:0;
    visibility:hidden;
}
.sell-motorcycle-form-tab-complete span i{
    transform:translate(-50%,-50%) scale(1) !important;
    opacity:1;
    visibility:visible;
    transition:.3s ease;
}
.sell-motorcycle-form-tab-complete span div.sell-motorcycle-form-tab-span-number{
    opacity:0;
    visibility:hidden;
    transform:scale(0);
}
.sell-motorcycle-form-tab-active > span .sell-motorcycle-form-tab-span-bg,.sell-motorcycle-form-tab-complete span .sell-motorcycle-form-tab-span-bg{
    background-color: #d6ae57 !important;
    transition:.3s ease;
}

.sell-motorcycle-form-tab-active > span:before{
    
    animation: breath 3s ease infinite;

}
.sell-motorcycle-form-tab-complete > span:before{
    
    background-color: rgb(214 174 87 / 40%) !important;
}

@keyframes breath {
    0%   {
        transform:translate(-50%,-50%) scale(1);
    }
    50%  {
        transform:translate(-50%,-50%) scale(1.1);
    }
    100% {
        transform:translate(-50%,-50%) scale(1);
    }
}
@keyframes breath2 {
    0%   {
        transform:translate(-50%,-50%) scale(1);
    }
    100% {
        transform:translate(-50%,-50%) scale(1);
    }
}

.sell-motorcycle-form-tab-active > span:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background-color: rgb(214 174 87 / 40%);
    width:120%;
    height:120%;
}

.sell-motorcycle-form-tab-active h5,.sell-motorcycle-form-tab-complete h5{
    color:#d6ae57 !important;
    transition:.3s ease;
}
.sell-motorcycle-form-tab-content{
    display:none;
    padding:20px 40px;
    position:relative;
}

.sell-motorcycle-form-tab-content-active{
    display:block;
}
.sell-motorcycle-form-tab-content-title{
    margin-bottom:20px !important;
}
.sell-motorcycle-form-tab-content-title h4{
    color: #414342;
}
.sell-motorcycle-form-tab-content-title p{
    color: #5F6973;
}

.sell-motorcycle-form-inner .form-group label{
    font-size:12px !important;
    color:#000000;
    display:block;
    margin-bottom:5px;
}
.sell-motorcycle-form-inner .form-group .form-control{
    height:inherit !important;
    font-size:13px !important;
}

.sell-motorcycle-form-inner-button-container{
    display: flex;
    align-items:center;
    justify-content:space-between;
}
.sell-motorcycle-form-button{
    
    border-radius:.33rem;
    font-size:15px;
    font-weight:bold;
    border:2px solid #d6ae57;
    position:relative;
    line-height:normal !important;
}
.sell-motorcycle-form-button-prev{
    color: #d6ae57 !important;
    padding: 10px 15px 10px 30px;
    overflow: hidden;
}
.sell-motorcycle-form-button-prev i{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10px;
    line-height:0 !important;
    transition:.3s ease;
} 
.sell-motorcycle-form-button-prev:hover i{
    transition:.3s ease;
    left:-30px;
}
.sell-motorcycle-form-button-next{
    color:#FFFFFF !important;
    background-color:#d6ae57;
    padding:10px 30px 10px 15px;
    overflow:hidden;
}
.sell-motorcycle-form-button-next i{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10px;
    line-height:0 !important;
    transition:.3s ease;
} 
.sell-motorcycle-form-button-next:hover i{
    transition:.3s ease;
    right:-30px;
}

.sell-motorcycle-form-button-ask{
    color:#d6ae57 !important;
    text-decoration:underline !important;
    padding:0;
    border:0 !important;
}
.original{
    fill:#73e54a !important;
}
.painted{
    fill:#3fdfff !important;
}
.changed{
    fill:#ff0000 !important;
}
.deformed{
    fill:#9f9f9f !important;
}

.sell-motorcycle-expertise-table{
    border-radius:.33rem;
    border:1px solid #dee2e6;
    margin-bottom:0 !important;
}
.sell-motorcycle-expertise-table table{
    margin-bottom:0 !important;
}
.sell-motorcycle-expertise-table thead{
    background-color: #f9fafb;
    
}
.sell-motorcycle-expertise-table thead tr td{
    font-weight:bold;
    font-size:13px;
    text-align:center;
}
.sell-motorcycle-expertise-table thead tr td:first-child{
    text-align:left !important;
}
.sell-motorcycle-expertise-table tbody tr td{
    line-height:normal !important;
    text-align:center;
    cursor:pointer;
    vertical-align: middle;
}
.sell-motorcycle-expertise-table tbody tr td:first-child{
    font-size:13px;
    font-weight:bold;
    text-align:left !important;
}
.sell-motorcycle-expertise-table tbody tr:last-child,.sell-motorcycle-expertise-table tbody tr:last-child td{
    border:none !important;
}
.table>:not(:last-child)>:last-child>*{
    border-color:#dee2e6 !important;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(249 250 251) !important;
}
.expertise-radio-button{
    cursor:pointer;
}

.sell-motorcycle-expertise-table .form-check-input[type="radio"]{
    margin-top:0 !important;
    width:1.2em !important;
    height:1.2em !important;
    border-color: #848484;
}

.sell-motorcycle-expertise-table .expertise-radio-button:checked {
    background-color: #d6ae57;
    border-color: #d6ae57;
    border-color: #d6ae57;
}
.sell-motorcycle-expertise-part-container{
    padding: 20px 5px;
    background-color: #f9fafb;
    border-radius: .33rem;
    border: 1px solid #dddddd;
    box-shadow: 0 0 4px #f9fafb;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sell-motorcycle-expertise-part-container svg{
    width:100%;
}
.sell-motorcycle-expertise-part-right-content{
    margin-bottom:20px;
}
.sell-motorcycle-expertise-part-left-content{
    margin-bottom:20px;
}
.sell-motorcycle-form.form-check-input[type="radio"]{
    margin-top:0 !important;
    width:1em !important;
    height:1em !important;
    border-color: #848484;
}
.sell-motorcycle-form.form-check-input[type="radio"]:checked {
    background-color: #d6ae57;
    border-color: #d6ae57;
    border-color: #d6ae57;
}

.sell-motorcycle-form-container .form-check label{
    padding-left:5px;
    color:#000000;
}
.sell-motorcycle-form-container .form-check small{
    padding-left:5px;
}
.sell-motorcycle-form.form-check-input[type="checkbox"]{
    margin-top: 1.5px !important;
    width: 1.4em !important;
    height: 1.4em !important;
    border-color: #848484;
    cursor:pointer;
}

.sell-motorcycle-form.form-check-input[type="checkbox"]:checked {
    background-color: #d6ae57;
    border-color: #d6ae57;
    border-color: #d6ae57;
}


.sell-motorcycle-form-check-container{
    display: flex;
    align-items:center;
}
.sell-motorcycle-form-check-container > .sell-motorcycle-form-check-content{
    display: flex;
    align-items:center;
    margin-right:10px;
}
.sell-motorcycle-form-check-container > .sell-motorcycle-form-check-content > label{
    background:none !important;
    display:block;
    margin-left:5px;
    font-size:14px !important;
    color:#000000 !important;
    margin-bottom:0 !important;
}
.tramerStatusDiv{
    visibility:hidden;
    opacity:0;
    transition:.3s ease;
}

.filepond--list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filepond--item {
    width: 190px !important;
    height: 190px !important;
    overflow:hidden !important;
    border-radius:.33rem !important;

}

.filepond--image-preview-wrapper {
    width: 100% !important;
    height: 100% !important;
}

.filepond--image-preview {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* en kritik kısım */
}
.filepond--credits{
    display:none !important
}
.filepond--drop-label{
    cursor:pointer;
}
.filepond--drop-label i{
    font-size:1rem !important;
}

.sell-motorcycle-expertise-part-info-container{
    list-style: none !important;
    padding: 0;
    margin: 0 auto;
}
.sell-motorcycle-expertise-part-info-container li{
    position:relative;
    display:flex;
    align-items:center;
    list-style:none !important;
    padding:0 !important;
    margin:0 !important;
    margin-right: 5px !important;
    margin-bottom:5px !important;
    float:left;
}
.sell-motorcycle-expertise-part-info-container li:last-child{
    margin-right:0 !important;
}
.sell-motorcycle-expertise-part-info-container li small{
    padding-left:20px;
}
.sell-motorcycle-expertise-part-info-container li span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    border: 2px solid rgb(0 0 0 / 40%) !important;
}
.sell-motorcycle-expertise-part-info-container li span.exOriginalColor{
    background-color:#73e54a !important
}
.sell-motorcycle-expertise-part-info-container li span.exPaintedColor{
    background-color:#3fdfff !important
}
.sell-motorcycle-expertise-part-info-container li span.exChangedColor{
    background-color:#ff0000 !important
}
.sell-motorcycle-expertise-part-info-container li span.exDeformedColor{
    background-color:#9f9f9f !important
}
.form-input-alert{
    opacity:0;
    visibility:hidden;
    color:red;
    display: block;
    margin-top:2px;
}
.warning-form .form-input-alert{
    opacity:1;
    visibility:visible;
}

.phoneVerifyModalButton{
    width:75px;
}
.phoneVerifyModalButton > i{
    animation: spinLoading 1s linear infinite;
    display: none;
}
.phoneVerifyModalButton.bLoading > span{
    display: none;
}
.phoneVerifyModalButton.bLoading > i{
    display: block;
}

.phoneReSendButton{
    width:115px;
    height:31px;
}
.phoneReSendButton > i{
    animation: spinLoading 1s linear infinite;
    display: none;
}
.phoneReSendButton.bLoading > span{
    display: none;
}
.phoneReSendButton.bLoading > i{
    display: block;
}

.phoneVerifyButton{
    width: 80px;
    height: 31px;
}
.phoneVerifyButton > i{
    animation: spinLoading 1s linear infinite;
    display: none;
}
.phoneVerifyButton.bLoading > span{
    display: none;
}
.phoneVerifyButton.bLoading > i{
    display: block;
}

@keyframes spinLoading {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.bg-modal{
    background: rgb(0 0 0 / 50%) !important;
}
.modal-body .btn-close{
    position:absolute;
    top:14px;
    right:14px;
}
.phone-verify-content .phone-verify-title {
    margin-bottom:30px;
}
.phone-verify-content .phone-verify-title h5{
    margin-bottom: .5rem !important;
    color:#313131 !important;
    font-weight:bold !important;
    font-size:18px !important;
}
.phone-verify-content .phone-verify-title p{
    font-size:13px !important;
    margin-bottom:0 !important
}
.phone-verify-content .phone-verify-otp{
    margin-bottom:30px;
}
.phone-verify-content .phone-verify-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.otp-input {
    width: 45px;
    height: 55px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: 0.2s;
}

.otp-input:focus {
    border-color: #d6ae57;
    box-shadow: 0 0 5px rgba(214, 174, 87, 0.5);
}

.phoneReSendButton{
    border-color: #d6ae57 !important;
    background-color:#d6ae57 !important;
    color:#FFFFFF !important;
    display:none;
}
.phoneReSendButton:focus{
    box-shadow: 0 0 0 .25rem rgb(214 174 87 / .5) !important;
}

.sell-motorcycle-form-tab-content-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background-color: rgb(255 255 255 / 95%);
    display: none;
}

.sell-motorcycle-form-tab-content.tab-loading .sell-motorcycle-form-tab-content-loading{
    display:flex !important;
}

.formLoader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 3px;
     background: radial-gradient(farthest-side, #d6ae57 95%, #0000) 50% 0 / 12px 12px no-repeat, radial-gradient(farthest-side, #0000 calc(100% - 5px), #d6ae57 calc(100% - 4px)) content-box;
    animation: l6 2s infinite;
}
.sell-motorcycle-form-tab-content-loading h2{
    color: #282828;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-left: 10px;
}
@keyframes l6 {
    to {
    transform: rotate(1turn);
    }
}

.sell-motorcycle-form-result-content-top{
    background: rgb(157 122 46);
    background: linear-gradient(224deg, rgb(214 174 87) 0%, rgb(157 122 46) 100%);
    padding:40px;
    text-align:center;
    width:100%;
}
.sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-icon{
    width:80px;
    height:80px;
    background-color:rgba(255, 255, 255, 0.2);
    padding:30px;
    border-radius:50%;
    position:relative;
    margin:0 auto;
    margin-bottom:20px;
}
.sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-icon i{
    color:#FFFFFF;
    font-size:3em;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-title{
    color:#FFFFFF;
    font-weight:bold;
    font-size:30px;
    margin-bottom:.5rem !important;
}
.sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-desc{
    color:#FFFFFF;
    margin-bottom:1rem !important;
}
.sell-motorcycle-form-result-content-bottom{
    padding:20px;
}
.sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-button{
    display:inline-block;
    margin:0 auto;
    color:#FFFFFF !important;
    border-radius:.33rem;
    padding:10px 20px;
    border:1px solid #FFFFFF;
    transition:.3s ease;
}
.sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-button:hover{
    color: rgb(170 134 55) !important;
    background-color:#FFFFFF;
}
.sell-motorcycle-form-result-list-item-title{
    padding-bottom:20px;
    font-size:1rem;
    font-weight:bold;
    color:#282828;
}
.sell-motorcycle-form-result-list-item-body > ul > li{
    color:#282828;
    margin-bottom:8px;
}
.sell-motorcycle-form-result-list-item-body > ul > li:last-child{
    margin-bottom:0 !important
}

 @media(max-width:999px){
    section, .home2_img_divider, .inner_page_breadcrumb.style2{
        padding: 90px 0 50px !important;
    }
    .sell-motorcycle-form-container{
        margin:0 !important;
    }
    .sell-motorcycle-form-title{
        padding:20px 20px 0 20px !important;
    }
    .sell-motorcycle-form-title h3{
        font-size:1.4rem;
    }
    .sell-motorcycle-form-title p{
        font-size:12px;
    }
    
    .sell-motorcycle-form-tab-container {
        margin-bottom: 0;
        width: 100%;
        display: block;
        position: relative;
        height: 80px;
        padding:0;
    }
    .sell-motorcycle-form-tab-container .sell-motorcycle-form-tab {
        position: absolute;
        top: 50%;
        left: 150%;
        display:flex;
        width: max-content;
        transform: translate(-50%, -50%);
    }
    .sell-motorcycle-form-tab-container .sell-motorcycle-form-tab.sell-motorcycle-form-tab-active{
        left: 50%;
    }
    .sell-motorcycle-form-tab-container .sell-motorcycle-form-tab.sell-motorcycle-form-tab-complete{
        left: -150%;
    }
    .sell-motorcycle-form-tab-container .sell-motorcycle-form-tab h5{
        font-size:1rem;
    }
    .sell-motorcycle-form-tab-content{
        padding:0 20px 20px 20px;
    }
    .sell-motorcycle-form-tab-content-loading h2{
        font-size:1rem;
    }

    .sell-motorcycle-form-tab-content-title p{
        font-size:12px;
    }
    .sell-motorcycle-expertise-table tbody tr td:first-child{
        font-size:12px;
    }
    .sell-motorcycle-expertise-table thead tr td{
        font-size:12px;
    }
    .sell-motorcycle-expertise-table{
        border-bottom-left-radius:0 !important;
        border-bottom-right-radius:0 !important;
    }
    .sell-motorcycle-expertise-part-container{
        border-top-left-radius:0 !important;
        border-top-right-radius:0 !important;
    }
    .filepond--item {
        width: 130px !important;
        height: 130px !important;

    }
    .toast-message{
        font-size:12px !important;
    }
    .sell-motorcycle-form.form-check-input[type="checkbox"]{
        margin-top: 3.5px !important;
        width: 1.2em !important;
        height: 1.2em !important;
    }
    .sell-motorcycle-form-container .form-check label{
        font-size:12px;
        padding-left:0;
    }
    .sell-motorcycle-form-container .form-check small{
        margin-top:5px;
        padding-left:0;
    }
    .sell-motorcycle-form-result-content-top .sell-motorcycle-form-result-content-top-title{
        font-size:1.5rem;
    }
    .sell-motorcycle-form-result-content-top-desc{
        font-size:13px;
    }
    .sell-motorcycle-form-result-list-item{
        margin-bottom:20px;
    }
    .sell-motorcycle-form-result-list-item{
        margin-bottom:20px;
    }
    .sell-motorcycle-form-result-list-item-title{
        padding-bottom:10px;
    }
    .m-b-none{
        border:none !important;
    }
}