body {
  background-color: var(--bg-bright);
  font-family: iranyekan, Aerial;
  height: 100%;
  margin: 0;
  font-size: 14px;
  color: var(--sky-800);
}
html,
#__next {
  height: 100%;
}
#layout-wrapp {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
input,
textarea {
  border: 0;
  border-radius: 0;
}
canvas {
  user-select: none;
}
span.en {
  font-family: Arial, Sans-serif;
}
.flex {
  display: flex;
}
button {
  outline: 0 !important;
}
button:focus {
  box-shadow: none !important;
}
.container {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
.link-on-click {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: var(--sky-800);
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: var(--blue-500);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
}
.text-center {
  text-align: center;
}
h4 {
  font-size: 18px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.submit-btn {
  border-width: 0;
  border-radius: 4px;
  background: #d73948;
  padding: 6px 12px;
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
td,
th {
  padding: 0;
}

.svg_style {
  direction: ltr;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}