@import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');

@font-face {
    font-family: next ;
    src: url("/namaa_housing/static/css/din-next-lt-w23-medium.ttf");
}
body{
    direction: rtl;
    font-family: 'Almarai', sans-serif !important;
}
.wizard-part-title h3{
    text-align: right;
    font-family: 'Almarai', sans-serif;
    text-shadow: 0 0 3px rgba(0,0,0,.1);
    font-size: 46px;
}
.wizard-topper .wizard-progress{
    float: left;
}
.wizard-topper{
    left: 5%;
}
.multisteps-form__progress-btn:after{
    right: inherit;
    left: -40px;
    display: none;
}
.multisteps-form__progress-btn{
    margin-left: 0;
    margin-left: 32px;
}
.multisteps-form__progress-btn:before{
    margin-right: 0;
    margin-left: 15px;
}
.n-select-option:after{
    left: 35px;
    right: inherit;
}
.wizard-content-item h2{
    font-family: 'Almarai', sans-serif;
}
.actions li .js-btn-next i, .actions li button i {
    right: inherit !important;
    left: -45px !important;
    transform: rotate(-180deg);
}
.has-float-label label{
    right: 36px;
    left: inherit;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + *{
    right: 40px;
    left: inherit;
}
.has-float-label i{
    display: none;
}
.has-float-label i + input, .has-float-label .wizard-form-field i + select, .wizard-form-field .has-float-label i + select{
    padding-left: 30px;
}
.actions li:first-child span i, .actions li:first-child button i{
    right: -45px;
    transform: rotate(180deg);
}
.float-left{
    float: right !important;
}
.float-right {
    float: left !important;
}
.wizard-option-list .upload-araa .upload-option{
    left: 12px;
    right: inherit;
}
.wizard-topper .wizard-progress .progress .progress-bar{
    right: 2px;

}
.wizard-progress{
    text-align: right;
}
.follow-up .upload-araa .upload-option{
    left: 12px;
    right: inherit;
}
.dd-pointer{
    left: 10px !important;
    right: initial !important;
}