@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../static/fonts/Yekan-Bakh-Bold.woff"); }

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../static/fonts/Yekan-Bakh-Medium.woff"); }

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../static/fonts/Yekan-Bakh-Regular.woff"); }

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../static/fonts/Yekan-Bakh-Thin.woff");}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../static/fonts/Yekan-Bakh-Hairline.woff"); }

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../static/fonts/Yekan-Bakh-Regular.woff"); }

button,
input,
select,
textarea {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
td{
    font-family: iranyekan, sans-serif;
}

  .user-registration-Input::placeholder{
      color:#333 !important;
  }
  .user-registration-Button{
    color:#fff !important;
    background-color:#758ced !important;
  }
    .user-registration-Button:hover{
    color:#fff !important;
    background-color:#576dcc !important;
  }
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #006bff;
    text-decoration: underline;
}
a,
a:hover {
    text-decoration: none !important;
}
:focus {
    outline: 0 auto -webkit-focus-ring-color !important;
}
em,
strong {
    font-style: normal;
}
body,
em,
strong {
    font-family: iranyekan, sans-serif;
    font-weight: 400;
}
body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    color: #000;
    height: 100%;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main_logo {
    text-align: center;
    margin-bottom: 20px;
}
.main_logo img {
    width: 250px;
}
.small_bottom_margin {
    font-size: 18px;
    margin: 0 0 10px;
}
.main_center_fix {
    height: 100vh;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.app_center_fix {
    padding-bottom: 70px;
}
.desc {
    margin-bottom: 30px;
}
button,
label {
    font-family: iranyekan, sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
button.MuiButton-containedPrimary,
label .MuiButton-containedPrimary {
    padding: 10px;
    color: #fff;
    background-color: #00af53;
    font-family: iranyekan, sans-serif;
    font-weight: 400;
    font-size: 14px !important;
}
button.MuiButton-containedPrimary:hover,
label .MuiButton-containedPrimary:hover {
    background-color: #007c3b;
}
#root .Toastify__toast-container {
    z-index: 999999;
    right: 0;
    left: 0;
}
#root .Toastify__toast-container--bottom-right {
    text-align: right;
    direction: rtl !important;
}
#root .Toastify__toast {
    font-family: iranyekan, sans-serif !important;
    padding: 10px 8px;
    font-size: 11px;
    direction: rtl !important;
    line-height: 24px;
    min-height: 55px;
}
#root .Toastify__close-button {
    display: none;
}
#root .Toastify__progress-bar {
    height: 3px;
}
label.MuiInputLabel-formControl {
    font-family: iranyekan, sans-serif !important;
    right: 0;
    left: auto;
    -webkit-transform: translate(-14px, 20px) scale(1);
    transform: translate(-14px, 20px) scale(1);
}
label.MuiInputLabel-outlined.MuiInputLabel-shrink {
    -webkit-transform: translate(10px, -6px) scale(0.75);
    transform: translate(10px, -6px) scale(0.75);
}
label.MuiFormLabel-root.Mui-focused {
    color: #848484;
}
.MuiInputBase-root legend {
    text-align: right;
}
.MuiInputBase-root legend span {
    padding-left: 10px;
    padding-right: 10px;
}
.MuiInputBase-root fieldset {
    padding-right: 8px;
    padding-left: 0;
}
.MuiFormControl-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: silver;
    border-width: 2px;
}
.MuiAppBar-root.MuiAppBar-colorPrimary {
    color: #fff;
    background-color: #0ea960;
    font-family: iranyekan, sans-serif !important;
    box-shadow: 0 0 0;
}
.MuiAppBar-root.MuiAppBar-colorPrimary p {
    display: inline-block;
    font-size: 16px;
}
.MuiAppBar-root.MuiAppBar-colorPrimary a,
.MuiAppBar-root.MuiAppBar-colorPrimary p {
    color: #fff;
    font-family: iranyekan, sans-serif !important;
}
.MuiPopover-paper .MuiMenuItem-root {
    font-family: iranyekan, sans-serif !important;
    font-size: 14px;
}
.MuiTypography-displayBlock {
    color: #000;
}
.content__description,
.MuiInputBase-input,
.MuiListSubheader-sticky,
.MuiTypography-body1,
.MuiTypography-displayBlock,
.MuiTypography-h6 {
    font-family: iranyekan, sans-serif !important;
    direction: rtl;
    text-align: right;
    font-size: 14px !important;
}
.content__title h1,
.form-section__title {
    font-family: iranyekan, sans-serif !important;
    direction: rtl;
    text-align: right;
    font-size: 20px !important;
    margin: 0;
}
.divider {
    margin: 2rem 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.button_group {
    text-align: right;
    margin-bottom: 20px;
}
.button_group .MuiButtonGroup-groupedContainedPrimary:not(:last-child) {
    border-color: #009e49;
}
label.MuiInputLabel-formControl {
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.MuiInputLabel-outlined.MuiInputLabel-shrink {
    right: 23px;
}
.MuiFormControlLabel-root {
    margin-right: 0 !important;
}
.button_group .MuiButton-contained.Mui-disabled {
    color: #fff;
    box-shadow: none;
    background-color: #007737;
}
.MuiListItemSecondaryAction-root {
    left: 16px !important;
    right: auto !important;
}
.MuiListItem-secondaryAction {
    padding-left: 48px !important;
    padding-right: 16px !important;
}
.MuiTypography-body2 {
    margin-top: 7px !important;
}
.status_show {
    display: inline-block;
    font-size: 12px;
    background: #eaeaea;
    margin: 0 14px;
    padding: 4px 8px;
    border-radius: 7px;
}
.min.status_show {
    margin: 0;
    padding: 4px 10px;
}
.status_show.failed {
    background: #ea0012;
    color: #fff;
}
.status_show.active {
    background: #0ea960;
    color: #fff;
}
p.content__description.show_alert_message {
    color: #da0010;
    margin-top: 37px;
}
.MuiSelect-outlined.MuiSelect-outlined {
    padding-left: 32px;
    padding-right: 14px !important;
}
.MuiSelect-iconOutlined {
    left: 7px;
    right: auto !important;
}
.MuiTabs-root span.MuiTabs-indicator {
    background-color: #0fa95f !important;
}
.MuiTabs-root .MuiTab-textColorPrimary.Mui-selected {
    color: #0fa95f;
}
.MuiTableCell-alignRight,
.MuiTabs-root .MuiTab-wrapper {
    font-family: iranyekan, sans-serif !important;
    direction: rtl;
    text-align: right;
    font-size: 14px !important;
}
.option_app {
    margin-top: 25px;
}
.option_app ul {
    padding: 0;
    margin: 0;
}
.option_app ul li {
    display: inline-block;
    margin-left: 30px;
    font-family: iranyekan, sans-serif !important;
    direction: rtl;
    text-align: right;
    font-size: 12px !important;
    line-height: 22px;
}
.option_app ul li a {
    color: #000;
}
.option_app ul li svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.MuiAppBar-colorDefault {
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 6px 0 rgba(0, 0, 0, 0.12) !important;
}
.MuiFormControl-root.form-group-textarea {
    border: 1px solid #c4c4c4;
    padding: 13px;
    text-align: right;
    border-radius: 5px;
}
.MuiFormControl-root.form-group-textarea textarea {
    border: 0;
    font-size: 14px;
    font-family: iranyekan, sans-serif;
    line-height: 31px;
}
.MuiFormControl-root.form-group-textarea label.fade {
    margin-bottom: 10px;
}
.MuiTypography-root .MuiBox-root {
    padding: 24px 0;
}
#root .MuiTablePagination-toolbar {
    min-height: 52px;
    padding-left: 0;
    direction: rtl;
    padding-right: 2px;
}
#root .MuiTablePagination-caption,
#root .MuiTablePagination-input,
#root .MuiTablePagination-spacer {
    display: none;
}
#root .MuiTablePagination-actions {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
}
#root .MuiTablePagination-actions button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#root .MuiTableSortLabel-root {
    direction: ltr;
}
.app-screens-image {
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 21px 0 0;
    list-style: none;
    direction: ltr;
    text-align: left;
}
.app-screens-image .app-screen-image {
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: ew-resize;
}
.app-logo-image img,
.app-screen-image img {
    width: auto;
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
    min-width: 150px;
    height: 350px;
}
.backdrop .MuiBackdrop-root {
    z-index: 999999999 !important;
}
.alert_fix {
    background: #d41717;
}
.alert_fix,
.alert_warning {
    font-family: iranyekan, sans-serif !important;
    direction: rtl;
    text-align: right;
    font-size: 14px !important;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
}
.alert_warning {
    background: #c17d00;
    margin-bottom: 20px;
}
.alert_fix a {
    display: inline-block;
    background: #fff;
    color: #d41717;
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.embed-content .code-section {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 100px;
}
.embed-content .code-section .copy-input {
    position: relative;
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 24px;
    direction: ltr;
    color: #6f7285;
    overflow: auto;
    padding: 0.75em;
    border: none;
    resize: none;
    opacity: 1;
    border-radius: 0 5px 5px 0;
    background-color: #f5f5f9;
}
.embed-content .code-section .copy-code {
    width: 60px;
    border-radius: 5px 0 0 5px;
    background-color: #484b62;
}
.embed-content .code-section .copy-code svg {
    width: 1.8em;
    height: 1.8em;
    fill: #fff;
    margin-top: 7px;
}
.number_id_code {
    color: #0078ff;
    font-size: 16px;
}
.remove_image {
    padding: 5px 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    right: 0;
    margin: 0;
    cursor: pointer;
    background: #fb9678;
    border: 1px solid #fb9678;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

/*# sourceMappingURL=main.e65dc256.chunk.css.map */
