.wizard{
	width:100%;
    max-width: 900px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 0px;
    font-family: Vazir, sans-serif;
    margin: auto auto;
    display: block;
    border-radius: 8px;
}

/* عنوان ویزارد */
.wizard-title{
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 16px 16px;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
}
.wizard-title h4 {
    font-family: Titr, Vazir;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}



/* محتوای اصلی بدنه ویزارد */

.wizard-content{
	padding:8px 16px;
}
.wizards {
    display: none;
    animation: fadeIn 0.5s ease;
}
.wizards.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.wizards-title{
	margin-bottom: 8px;
	border-bottom: 1pt solid rgba(150, 150, 150, 0.60);
}
.wizards-title h5{
	font-family: Titr, Vazir;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    text-align: right;
}
.wizards-title p{
	font-family: IRANSans, Vazir;
    font-size: 12px;
    margin-bottom: 10px;
    color: #BBB;
    text-align: right;
}

.w-step1-search{
	text-align: center;
	font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.form-group label.required::after {
    content: " *";
    color: #e74c3c;
}
.form-group input{
	width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e6ed;
    border-radius: 8px;
    font-family: Vazir;
    font-size: 14px;
    transition: all 0.3s;
    background: white;
}
.form-group input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group input.error {
    border-color: #e74c3c;
    background: #fff5f5;
}

.form-group button {
    background: #27ae60;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.form-group button:hover {
    background: #219955;
}



/* فوتر ویزارد */
.wizard-footer{
	padding: 0px;
}
.wizard-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.step-indicator{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.5;
}
.step-indicator.active {
    opacity: 1;
}

.step-indicator.completed .step-number {
    background: #27ae60;
}

.step-number {
    width: 24px;
    height: 24px;
    background: #bdc3c7;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    transition: all 0.3s;
}

.step-indicator.active .step-number {
    background: #3498db;
    transform: scale(1.1);
}

.step-label {
    font-size: 12px;
    color: #7f8c8d;
    font-weight: 500;
}

.step-indicator.active .step-label {
    color: #2c3e50;
    font-weight: bold;
}

.wizard-footer .process{
    width: 100%;
    height: 4px;
    border-radius: 12px;
}
.process .process-fill{
    width: 25%;
    height: 4px;
    background: rgba(10, 74, 122, 1.0);
}




.prompter{
	display: none;
	
	padding: 16px 24px;
	margin: auto auto;
	font-size: 14px;


}
.prompter.error{
	background: #D62828;
	color: #FFF;
}
.prompter.success{
	background: #008000;
	color: #FFF;
}
.prompter.active{
	display: block;
     transition: border-color 0.3s;
}


.w-customersearch-card{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	gap: 8px;
}
.w-customersearch-card .item{
	width: 150px;
	text-align: center;
	font-family: IRANSans,Vazir;
}
.w-customersearch-card .item h6{
	text-align: center;
	font-family: Titr, Vazir;
	padding: 8px 16px;
	background: rgba(230, 230, 230, 0.9);
}
.w-customersearch-card .item div{
	text-align: right;
	padding: 4px 8px;
}
.w-customersearch-card .item button{
	text-align: center;
	padding: 8px 16px;
	width: 100%;
	background:#118ab2 ;
	color: #FFF;
	font-weight: bold;

}
.w-steps-newform{
    padding: 8px 12px;
    background: #FFF;
    color: #000;
    display: none;
}
.w-step1-newcustomer{
    
}
.w-results{
	width: 100%;
    max-height: 400px;
    margin: 20px 0;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    overflow: auto scroll;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

.information{
    padding: 2px;
    margin: 0px;
    font-size: 10px;
    width: 100%;
    opacity: 0.7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: top;
    justify-content: center;
    gap: 3;
    backdrop-filter: blur(1px);
    background: #2A7B9B;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%)
    padding: 8px 4px;
    overflow: hidden;
}
.info-item{
    /*max-width: 140px;*/
   width: 100%;
    
    text-align: center;
    padding: 5px;
    flex-basis: 130px;
    display: flex;
}
.info-item label{
    width: 80px;

}
.info-item input{
    
    width: 70px;
    text-align: center;


}

        .autocomplete {
            position: relative;
            width: 300px;
            margin: 50px auto;
        }
        
        .new-car-type {
            width: 100%;
            padding: 12px;
            font-size: 16px;
            border: 2px solid #ddd;
            border-radius: 8px;
            outline: none;
            text-align: right;
            direction: rtl;
        }
        
        .new-car-type:focus {
            border-color: #4CAF50;
        }
        
        .suggestions-list {
            position: absolute;
            /*top: 100%;
            left: 0;
            right: 0;
            margin: 0;*/
            padding: 0;
            list-style: none;
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            max-height: 300px;
            overflow-y: auto;
            z-index: 1000;
            display: none;
            max-width: 300px;
        }
        
        .suggestions-list li {
            padding: 12px;
            cursor: pointer;
            text-align: right;
            direction: rtl;
            border-bottom: 1px solid #eee;
        }
        
        .suggestions-list li:hover {
            background-color: #f5f5f5;
        }
        
        .suggestions-list li.highlighted {
            background-color: #e8f5e9;
            color: #2e7d32;
        }
        
        .suggestions-list.active {
            display: block;
        }

        .report-editor {
            min-height: 180px;
            background: #fff;
            border-radius: 6px;
            font-family: Vazirmatn, Tahoma;
            font-size: 14px;
            direction: rtl;
            text-align: right;
        }

        #report-toolbar {
            border-radius: 6px 6px 0 0;
        }

        .ql-container {
            border-radius: 0 0 6px 6px;
        }
        .ql-editor {
            direction: rtl;
            text-align: right;
            font-family:IRANSans, Vazirmatn, Tahoma;
            font-size: 14px;
        }

        #reportiframe{
            width: 100%;
            max-height: 350px;
            text-align: center;
            padding: 5px;
            margin: auto auto;
        }