@font-face {
    font-family: "Vazir";
    src: url("../font/Vazir.ttf");
}

*,
body {
    font-family: "Vazir";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #f2f2f2;
    direction: rtl;
    /* overflow-x: hidden; */
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.reportWrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.reportWrapper .reportForm {
    width: 70%;
    min-height: 100px;
    height: auto;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
}

.reportWrapper .reportForm .header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.reportWrapper .reportForm .header .logo {
    width: 160px;
    height: auto;
}

.reportWrapper .reportForm .header .logo img {
    width: 100%;
    height: auto;
}

.reportWrapper .reportForm .header .lSideInfo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: max-content;
}

.reportWrapper .reportForm .header .lSideInfo .dateTime {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 100px;
}

.reportWrapper .reportForm .header .lSideInfo .dateTime .factorNumber {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.reportWrapper .reportForm .header .lSideInfo .dateTime .factorDate {
    font-size: 16px;
    color: #444;
}

.reportWrapper .reportForm .header .lSideInfo .qrcodeImageFigure {
    width: 90px;
    height: 90px;
}

.reportWrapper .reportForm .header .lSideInfo .qrcodeImageFigure img {
    width: 100%;
    height: 100%;
}

.reportWrapper .reportForm .factorTitle {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
}

.reportWrapper .reportForm .factorTitle .name {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    margin-left: 10%;
}

.reportWrapper .reportForm .factorTitle .tel {
    font-size: 16px;
    color: #444;
}

.reportWrapper .reportForm .content {
    width: 100%;
    height: auto;
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; */
}

.reportWrapper .reportForm .content .formTbl {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.reportWrapper .reportForm .content .formTbl .tblHeader,
.reportWrapper .reportForm .content .formTbl .tblContent {
    width: calc(100% + 10px);
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: -5px;
    margin-left: -5px;
}

.reportWrapper .reportForm .content .formTbl span {
    width: calc(33.33% - 10px);
    height: 50px;
    margin: 0 5px;
    background-color: #eb3437;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reportWrapper .reportForm .content .formTbl span:nth-child(1) {
    width: 50px;
}

.reportWrapper .reportForm .content .formTbl span:nth-child(3) {
    width: 100px;
}

.reportWrapper .reportForm .content .formTbl .tblContent {
    margin-top: 5px;
    flex-direction: column;
    height: auto;
}

.reportWrapper .reportForm .content .formTbl .tblContent .tblRow {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* margin-right: -10px;
    margin-left: -10px; */
    margin: 5px -5px;
}

.reportWrapper .reportForm .content .formTbl .tblContent span {
    background-color: #f9f8f9;
    color: #333;
}

.reportWrapper .reportForm .content .formTbl .tblFooter {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.reportWrapper .reportForm .content .formTbl .tblFooter .tblFooterItems {
    width: 100%;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0;
    font-size: 16px;
    color: #333;
}

.reportWrapper .reportForm .content .formTbl .tblFooter .tblFooterItems span {
    min-width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    background-color: #f2f2f2;
    color: #333;
}

.reportWrapper .reportForm .content .formTbl .tblFooter .tblFooterItems span.fitemValue {
    background-color: #eb3437;
    color: #fff;
}

.reportWrapper .reportForm .content .formTbl .tblFooter .tblFooterInfo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.reportWrapper .reportForm .content .formTbl .tblFooter .tblFooterInfo p {
    font-size: 14px;
    color: #333;
    width: max-content;
    margin-bottom: 5px;
}

.body {
    min-width: 1200px;
    width: 100%;
    overflow-x: unset;
}

.menuWrapper {
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url("../image//bgPattern.jpg");
    background-position: left;
    background-size: 150px; */
}

.menuWrapper .menuForm {
    max-width: 1200px;
    width: 100%;
    min-height: 100px;
    height: auto;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 20px 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient( 173deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.47) 100%);
    background: -webkit-linear-gradient( 173deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.47) 100%);
    background: linear-gradient( 173deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.47) 100%);
}

.menuWrapper .menuForm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url("../image/p.png");
    background-repeat: repeat;
    background-size: 400px;
    background-position: top;
}

.menuWrapper .menuForm .image2 {
    position: absolute;
    top: -140px;
    left: -150px;
    width: 500px;
    height: 500px;
    user-select: none;
    pointer-events: none;
}

.menuWrapper .menuForm .image1 {
    position: absolute;
    top: -125px;
    right: -125px;
    width: 350px;
    height: 350px;
    user-select: none;
    pointer-events: none;
}

.menuWrapper .menuForm .image4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.menuWrapper .menuForm .image5 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 260px;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.menuWrapper .menuForm .image5 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 260px;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.menuWrapper .menuForm .image3 {
    width: 280px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 60%;
    transform: translateX(-60%);
    user-select: none;
    pointer-events: none;
}

.menuWrapper .menuForm .menuFormFooter {
    width: calc(100% - 280px);
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuWrapper .menuForm .menuFormFooter .address {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 100px;
}

.menuWrapper .menuForm .menuFormFooter .tel {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.menuWrapper .menuForm .menuFormListItem .menuFormBox {
    width: 100%;
    height: auto;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-direction: column; */
    overflow: hidden;
}

.menuWrapper .menuForm .menuFormListItem {
    width: 100%;
    height: auto;
    /* margin: 280px 0 260px; */
    /* margin-bottom: 50px; */
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
}

.menuWrapper .menuForm .menuFormListItem.first {
    margin-top: 280px;
}

.menuWrapper .menuForm .menuFormListItem.last {
    margin-bottom: 260px;
}

.menuWrapper .menuForm .menuFormListItem .topMenuList {
    width: 40%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.menuWrapper .menuForm .menuFormListItem .topMenuList .title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.menuWrapper .menuForm .menuFormListItem .menuItemsBox {
    width: calc(33.33% - 20px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 10px 10px;
}

.menuWrapper .menuForm .menuFormListItem .MenuItems {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.menuWrapper .menuForm .menuFormListItem .MenuItems .categoryTitle {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
    padding-bottom: 15px;
    margin: 15px -10px 15px;
}

.menuWrapper .menuForm .menuFormListItem .menuList {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
    flex-wrap: wrap;
}

.menuWrapper .menuForm .menuFormListItem .menuList .menuItem {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    height: 40px;
    border-radius: 30px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 55px;
    position: relative;
}

.menuWrapper .menuForm .menuFormListItem .menuList .menuItem .menuItemImage {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
}

.menuWrapper .menuForm .menuFormListItem .menuList .menuItem .title {
    font-size: 16px;
    color: #fff;
}

.menuWrapper .menuForm .menuFormListItem .menuList .menuItem .price {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}


/* @media screen and (max-width: 1200px) {
    .body {
        transform: scale(0.42) !important;
    }
} */


/* @media (max-device-width: 1280px) {
    html {
        -moz-transform: scale(0.75, 0.75);
        -webkit-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
        zoom: 0.75;
        zoom: 75%;
    }
}

@media (max-device-width: 800px) {
    html {
        -moz-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        zoom: 0.5;
        zoom: 50%;
    }
} */