.pvx-wrapper{

max-width:1100px;

margin:40px auto;

}

.pvx-progress{

display:flex;

justify-content:space-between;

align-items:center;

position:relative;

margin-bottom:15px;

}

.pvx-progress-bar{

position:absolute;

left:25px;

right:25px;

height:4px;

background:#e5e7eb;

top:20px;

z-index:1;

}

.pvx-progress-fill{

height:4px;

width:0;

background:#16c05d;

transition:.35s;

}

.pvx-circle{

width:42px;

height:42px;

border-radius:50%;

background:#e5e7eb;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

position:relative;

z-index:2;

}

.pvx-circle.active{

background:#f7c84b;

}

.pvx-circle.completed{

background:#16c05d;

color:#fff;

}

.pvx-counter{

text-align:center;

margin-bottom:30px;

font-size:15px;

color:#777;

}

.pvx-step{

display:none;

}

.pvx-step.active{

display:block;

}

.pvx-card{

background:#fff;

padding:35px;

border-radius:14px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

}
.pvx-grid label{
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: 500;
}
#pvxDriverForm {
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pvx-grid input,.pvx-grid select ,.pvx-grid textarea {
    background: #fff;
    border: 1px solid #ae9252 !important;
    color: #000 !important;
    padding: 5px 8px !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom:0;
}
.pvx-card h2{

margin-top:0;

margin-bottom:30px;

font-size:30px;
text-align:left;

}
.pvx-card .pvx-success h2{

margin-top:0;

margin-bottom:30px;

font-size:30px;
text-align:center;

}

.pvx-card .pvx-success p{

font-weight:400;

}

.pvx-grid{

display:grid;


gap:15px;

}

.pvx-full{

grid-column:1/-1;

}

label{

display:block;

margin-bottom:8px;

font-weight:600;

}

input,
select,
textarea{

width:100%;

padding:14px;

border:1px solid #d9d9d9;

border-radius:8px;

font-size:15px;

box-sizing:border-box;

}

textarea{

resize:vertical;

}

.pvx-buttons{

display:flex;

justify-content:space-between;

margin-top:35px;

}

.pvx-btn{

padding:13px 28px;

border:none;

border-radius:8px;

cursor:pointer;

font-weight:600;

}

.pvx-prev{

background:#f3f4f6;

}

.pvx-next{

background:#f6c343;

}

@media(max-width:768px){

.pvx-grid{

grid-template-columns:1fr;

}

}
.pvx-radio-group{

    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:10px;

}

.pvx-radio{

    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;

}

.pvx-radio-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-start;
}

.pvx-radio input{

    width:18px;
    height:13px;

}

.autoride-auth-form .auth-links a{
    font-size:16px;font-weight:400
}
.autoride-auth-form .switch-text{
    font-size:16px;font-weight:400;
    margin:0 !important;
}
.autoride-auth-wrapper .floating-field input{
    font-weight:400 !important;
}

.pvx-radio-group span{
    color:black;
}
.pvx-subtitle{

    margin-top:-15px;
    margin-bottom:30px;
    color:#6b7280;
    font-size:15px;
    font-weight:400;

}

.pvx-grid input:focus,
.pvx-grid select:focus,
.pvx-grid textarea:focus{

    outline:none;
    border-color:#f6c343;
    box-shadow:0 0 0 3px rgba(246,195,67,.2);

}
.pvx-error{

    border-color:#dc2626 !important;

    background:#fff5f5 !important;

}
.pvx-checkbox-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:10px;

}

.pvx-checkbox-grid label{

    display:flex;
    align-items:center;
    gap:10px;
    padding:12px;
    border:1px solid #e5e7eb;
    border-radius:8px;
    cursor:pointer;
    transition:.25s;

}

.pvx-checkbox-grid label:hover{

    border-color:#f6c343;
    background:#fffdf5;

}

.pvx-checkbox-grid input{

    width:18px;
    height:18px;

}

@media(max-width:768px){

    .pvx-checkbox-grid{

        grid-template-columns:1fr;

    }
}
 
@media(min-width:768px){
    .column-two-grid{
        grid-template-columns:repeat(2,1fr);
        display: grid;
        gap: 15px;
    }
    .column-three-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        gap: 15px;
    }


}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{

    opacity:1;

}

.pvx-card textarea{

    min-height:120px;

}
.pvx-checkbox-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:15px;
    margin-top:10px;

}

.pvx-checkbox-grid-step-8{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:15px;
    margin-top:10px;

}

.pvx-checkbox-grid label{

    display:flex;
    align-items:center;
    gap:10px;
    padding:14px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#fff;
    cursor:pointer;
    transition:all .25s ease;

}

.pvx-checkbox-grid label:hover{

    border-color:#f6c343;
    background:#fffdf2;

}

.pvx-checkbox-grid input{

    width:18px;
    height:18px;

}
input[type="time"]{

    width:100%;

}

.pvx-grid textarea{

    min-height:110px;

}
.pvx-section-title{

    margin:20px 0 5px;

    padding-bottom:10px;

    border-bottom:1px solid #e5e7eb;

    color:#111827;

    font-size:20px;

    font-weight:600;

}
.pvx-review{

    border:1px solid #e5e7eb;

    border-radius:12px;

    overflow:hidden;

    margin:30px 0;

}

.pvx-review-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 20px;

    border-bottom:1px solid #eee;

}

.pvx-review-item:last-child{

    border-bottom:none;

}

.pvx-status{

    color:#16a34a;

    font-weight:600;

}

.pvx-check{

    display:flex;

    gap:12px;

    margin:18px 0;

    align-items:flex-start;

}

.pvx-check input{

    margin-top:4px;

}

.pvx-submit{

    background:#16a34a;

    color:#fff;

}

.pvx-submit:hover{

    background:#15803d;

}
.pvx-success{

    text-align:center;

    padding:70px 40px;

}

.pvx-success-icon{

    width:90px;

    height:90px;

    background:#16a34a;

    color:#fff;

    border-radius:50%;

    margin:0 auto 25px;

    font-size:48px;

    line-height:90px;

}

.pvx-reference{

    display:inline-block;
    margin-top:25px;
    background:#ecbf54;
    padding:15px 25px;
    border-radius:8px;
    font-weight:700;
    letter-spacing:1px;
    color:black;

}

.pvx-email-error, .pvx-phone-error{

    color:#dc2626;

    margin-top:8px;

    font-size:14px;

    font-weight:600;

}

.pvx-licence-error{

    color:#dc2626;

    font-size:14px;

    margin-top:8px;

    font-weight:600;

}

.pvx-registration-error{

    color:#dc2626;

    font-size:14px;

    margin-top:8px;

    font-weight:600;

}
.pvx-check{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:15px;
    margin-bottom:20px;
    border:2px solid #dfe5ec;
    border-radius:12px;
    background:#fff;
    cursor:pointer;
    transition:.3s;
}

.pvx-check:hover{
    border-color:#10b981;
}

.pvx-check input{

   width: 14px;
    height: 15px;
    margin-top: 8px;
    accent-color: #16a34a;
    flex-shrink: 0;

}

.pvx-check span{

    display:block;
    font-size:16px;
    line-height:1.7;
    color:#555;

}

.pvx-check span strong{

    display:block;
    font-size:16px;
    color:#111;
    margin-bottom:3px;

}

/* Checked Style */

.pvx-check:has(input:checked){

    background:#f0fff4;
    border-color:#16c55f;

}
.agreement-text{
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.pvx-check:has(input:checked) span{

    color:#2f4f4f;

}
.pvx-check.checked{

    background:#f0fff4;
    border-color:#16c55f;

}

.pvx-check.checked span{

    color:#2f4f4f;

}