*{
    box-sizing: border-box;
    direction: rtl !important;
    font-family: shabnam;
}

#submit-order-form-mobile-input::-webkit-inner-spin-button,
#submit-order-form-phone-input::-webkit-inner-spin-button,
#submit-order-form-mobile-input::-webkit-outer-spin-button,
#submit-order-form-phone-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.submit-order-title{
    margin-top: 100px;
}

#submit-order-form-location-input{
    height: 70px;
}

.project-details-section{
    display: none;
}
.submit-order-form-project-type-label,.submit-order-form-project-type-checkbox{
    cursor: pointer;
    user-select: none;
}

@media print{
    *{
        margin: 5px !important;
    }
    .header-container,
    .submit-order-form-print-btn,
    .footer-section-wrap{
        display: none
    }
    .submit-order-title{
        margin-top: 10px;
    }
    .submit-order-form{
        gap: 0 !important;
    }
    .submit-order-form-structure-details-wrap{
        flex-direction: row !important;
        margin-top: 0 !important;
    }
}