* {
  box-sizing: border-box;
}

@font-face {
  font-family: peyda;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/peyda-semibold.ttf) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: peyda;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/peyda-bold.ttf) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: peyda;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/peyda.woff2) format("woff2");
  font-display: swap;
}

.exportimg {
  width: 1080px;
  height: 1920px;
  background-color: #f77f00;
  direction: rtl;
  padding: 105px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: peyda !important;
  max-width: none;
}

.exportimg .logo {
  width: 200px;
}

.exportimg .exportimgTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.exportimg .exportimgTitle img {
  width: 600px;
  filter: drop-shadow(0px 19px 5px rgba(0, 0, 0, 0.35));
}

.exportimg .exportimgTitle > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 800px;
}

.exportimg .exportimgTitle > div h1 {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: normal;
  font-family: peyda !important;
}

.exportimg .exportimgTitle > div span {
  background-color: #fff;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  border-radius: 100px;
  padding: 12px 30px 6px 30px;
  line-height: normal;
}

.exportimg .exportimgTable {
  width: 100%;
  margin: 100px 0;
  display: flex;
  flex-direction: column;
}

.exportimg .exportimgTable > div {
  width: 100%;
  margin-bottom: 17px;
  display: grid;
  column-gap: 17px;
}

.exportimg .exportimgTable > div b {
  background-color: #fff;
  border: 1px solid;
  font-size: 17px;
  padding: 17px 17px;
  border-radius: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  float: right;
}

.exportimg .exportimgTable :is(div:first-child > b, div b:first-child) {
  background-color: #000;
  color: #fff;
}
