/*
 * JobLik 0.31.16 — definitive text-size contract for step 2 controls.
 */
[data-simple-card-wizard] [data-scw-step="2"]
:is(
 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
 textarea,
 select,
 [contenteditable="true"],
 [role="combobox"],
 [data-address-province],
 [data-address-city]
){
 font-family:Vazirmatn,Tahoma,sans-serif!important;
 font-size:12px!important;
 font-weight:500!important;
 line-height:1.7!important;
}

[data-simple-card-wizard] [data-scw-step="2"]
:is(
 input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
 textarea
)::placeholder{
 font-family:Vazirmatn,Tahoma,sans-serif!important;
 font-size:12px!important;
 font-weight:500!important;
 line-height:1.7!important;
}

[data-simple-card-wizard] [data-scw-step="2"]
:is(.scw-v2-combo-results,[role="listbox"]) :is(button,[role="option"],li){
 font-family:Vazirmatn,Tahoma,sans-serif!important;
 font-size:12px!important;
 font-weight:500!important;
 line-height:1.7!important;
}
