* {
  /* font-family: "regular", tahoma, serif; */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0 !important;
}

li {
  list-style-type: none;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

textarea {
  resize: vertical;
}

input[type=file] {
  border: none;
}

.fontArial {
  font-family: arial !important;
  direction: ltr !important;
}

body {
  background-color: #F8F7FA;
}

.default_margin_bottom_24 {
  margin-bottom: 24px;
}

.default_margin_bottom_8 {
  margin-bottom: 8px;
}

.default_page_card {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.width_card {
  width: 421px !important;
}

#templateHead {
  background-color: #F8F7FA;
  position: fixed;
  left: 0px;
  top: 0px;
  width: calc(100% - 250px);
  padding: 12px 16px; /* @ */
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#templateHeadProfile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
#templateHeadProfileName {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #000000; /* @ */
  margin-right: 8px;
  margin-left: 4px;
}

#templateHeadMenu {
  display: none;
  position: absolute;
  top: 45px;
  background-color: #FFFFFF;
  border: 1px solid #EAE9EF;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 21, 26, 0.1607843137);
          box-shadow: 0px 12px 32px 0px rgba(13, 21, 26, 0.1607843137);
  border-radius: 8px;
  padding: 0 16px;
  width: 200px;
}

.templateHeadMenuItems {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.templateHeadMenuItems div {
  margin-right: 8px;
  color: #4B4957;
}
@font-face {
  font-family: "medium-md";
  src: url(../fonts/medium.woff2) format("woff");
}
.templateHeadMenuItems div {
  font-family: "medium-md";
  font-size: 14px;
  line-height: 24px;
}

#templateHeadIcons {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.templateHeadIcon {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #DFDEE6;
  background-color: #FFFFFF;
}

#templateMenu {
  background-color: #F8F7FA;
  width: 250px;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
}

#templateMenuTop {
  padding: 12px 16px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.templateMenuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}

.templateMenuItemMark {
  width: 6px;
  height: 32px;
  background-color: #32B277;
  border-radius: 0 4px 4px 0;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.templateMenuItem {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  /*medium*/
  color: #4B4957;
  margin-right: 12px;
  border-radius: 12px;
  margin-bottom: 4px;
  padding: 8px 12px;
  width: 220px;
  text-align: right;
  direction: rtl;
  cursor: pointer;
}

.templateMenuItem img {
  margin-left: 8px;
}

.templateMenuItemSelect {
  color: #363440;
  background-color: #DBF2E8;
}

.selectPageDiv {
  background-color: #32B277;
  width: 6px;
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#templateMain {
  padding: 32px;
  border-top-right-radius: 24px;
  background-color: #FFFFFF;
  margin-top: 66px;
  width: calc(100% - 250px);
  min-height: calc(100% - 66px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 0;
}

.logo-card, .logo-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@font-face {
  font-family: "bold-5xl";
  src: url(../fonts/bold.woff2) format("woff");
}
.logo-card h1 {
  font-family: "bold-5xl";
  font-size: 32px;
  line-height: 40px;
  /*medium*/
  color: #000000; /* @ */
  text-align: center;
  direction: rtl;
}

.logo-card img {
  margin-left: 12px;
}

@font-face {
  font-family: "bold-2xl";
  src: url(../fonts/bold.woff2) format("woff");
}
.logo-menu h1 {
  font-family: "bold-2xl";
  font-size: 20px;
  line-height: 32px;
  /*medium*/
  color: #000000; /* @ */
  text-align: center;
  direction: rtl;
}

.logo-menu img {
  margin-left: 4px;
}

@font-face {
  font-family: "bold-xl";
  src: url(../fonts/bold.woff2) format("woff");
}
.title {
  font-family: "bold-xl";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: right;
  direction: rtl;
}

@font-face {
  font-family: "regular-xl";
  src: url(../fonts/regular.woff2) format("woff");
}
.text {
  font-family: "regular-xl";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: right;
  direction: rtl;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.paragraph {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #6F6C7D;
  text-align: right;
  direction: rtl;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.link {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #6F6C7D;
  text-align: center;
  direction: rtl;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.link a {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  /*medium*/
  color: #0A58CA;
}

.card {
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(13, 21, 26, 0.1215686275);
          box-shadow: 0px 4px 8px 0px rgba(13, 21, 26, 0.1215686275);
  width: 100%;
}

.cardHead {
  width: 100%;
}

.cardHeadTop {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@font-face {
  font-family: "bold-2xl";
  src: url(../fonts/bold.woff2) format("woff");
}
.cardHeadTitle {
  font-family: "bold-2xl";
  font-size: 20px;
  line-height: 32px;
  color: #4B4957;
  margin-bottom: 8px;
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.cardHeadReturnPage {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  color: #32B277;
  border-radius: 8px;
  border: 1px solid #DFDEE6;
  padding: 4px 16px;
  direction: rtl;
  background-color: #FFFFFF;
  margin-right: 12px;
}

.cardHeadTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #EAE9EF;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.cardHeadTag {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #6F6C7D;
  padding: 12px;
  direction: rtl;
}

.cardHeadTagSelect {
  position: relative;
}
@font-face {
  font-family: "medium-md";
  src: url(../fonts/medium.woff2) format("woff");
}
.cardHeadTagSelect {
  font-family: "medium-md";
  font-size: 14px;
  line-height: 24px;
  color: #0A3622;
  padding: 12px;
  direction: rtl;
}

.cardHeadTagBorder {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 100%;
  background-color: #0D6EFD;
  height: 4px;
  border-radius: 4px 4px 0 0;
}

.cardHeadAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.cardHeadButton {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  min-width: 124px;
  height: 32px;
  border-radius: 8px;
  background-color: #32B277;
  padding: 4px 16px 4px 20px;
  color: #FFFFFF;
  direction: rtl;
  cursor: pointer;
}

.cardHeadButton img {
  margin-left: 5px;
}

.cardHeadControls {
  width: 36px;
  height: 36px;
  border: 1px solid #EAE9EF;
  padding: 8px;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
}

.cardHeadControlsSubmit {
  background-color: unset;
  border: none;
}

.cardHeadBody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.formBox {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.formBoxRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.formLabel {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.formLabel label {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #6F6C7D;
  margin-bottom: 2px;
  text-align: right;
  direction: rtl;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.formLabel a {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #0A58CA;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.formInput {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  /* @ */
  border-radius: 8px;
  padding: 8px 12px; /* @ */
  border: 1px solid #DFDEE6;
  background-color: #FFFFFF;
  height: 40px; /* @ */
  color: #363440;
  width: 100%;
  text-align: right;
  direction: rtl;
}

.formInputPaddingBoth {
  padding-right: 44px; /* @ */
  padding-left: 44px; /* @ */
}

.formInputPaddingRight {
  padding-right: 44px; /* @ */
}

.formConfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formConfirm .formInput {
  width: 15%;
  text-align: center;
}

.formCaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.formCaptcha input {
  width: calc(50% - 12px);
}

.formCaptcha img {
  width: calc(50% - 12px);
  height: 42px;
}

.formIcon {
  position: relative;
}

.formIconLeft, .formIconRight {
  top: 8px;
  position: absolute;
  cursor: pointer;
}

.formIconLeft {
  left: 12px;
}

.formIconRight {
  right: 12px;
}

@font-face {
  font-family: "bold-lg";
  src: url(../fonts/bold.woff2) format("woff");
}
.formSubmit {
  font-family: "bold-lg";
  font-size: 16px;
  line-height: 28px;
  border-radius: 8px;
  background-color: #32B277;
  text-align: center;
  padding: 0 48px;
  width: 100%;
  height: 48px; /* @ */
  border: none;
  direction: rtl !important;
  cursor: pointer !important;
  color: #FFF !important;
  width: 100%;
}

@font-face {
  font-family: "regular-sm";
  src: url(../fonts/regular.woff2) format("woff");
}
.formMsg {
  font-family: "regular-sm";
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
  text-align: right;
  direction: rtl;
  color: #DC3545;
}

@font-face {
  font-family: "regular-sm";
  src: url(../fonts/regular.woff2) format("woff");
}
.formDescription {
  font-family: "regular-sm";
  font-size: 12px;
  line-height: 16px;
  direction: rtl;
  text-align: right;
  color: #B0ADBD;
  margin-top: 2px;
}

.formTagRadio {
  float: right;
  display: block;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: both;
}

.formTagRadio input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.formTagRadioCheck {
  float: right;
  margin-left: 8px;
  margin-top: 4px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #B0ADBD;
  background-color: #FFFFFF;
}

.formTagRadio input:checked ~ .formTagRadioCheck {
  border: 1px solid #3D8BFD;
  background-color: #3D8BFD;
}

.formTagRadio input:checked ~ .formTagRadioCheck:after {
  display: block;
}

.formTagRadioCheck:after {
  float: right;
  display: none;
  content: "";
}

.formTagRadio .formTagRadioCheck:after {
  float: right;
  margin-right: 4px;
  margin-top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.formTagRadioLabel {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #6F6C7D;
  float: right;
  text-align: right;
  direction: rtl;
  cursor: pointer;
}

.formTagSwitchBox {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 10px;
}

.formTagSwitch {
  position: relative;
  display: block;
  width: 32px;
  height: 20px;
}

.formTagSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.formTagSwitchSlider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  cursor: pointer;
  background-color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.formTagSwitchSlider:before {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #FFF;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input:checked + .formTagSwitchSlider {
  background-color: #09F;
}

input:checked + .formTagSwitchSlider:before {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.formTagCheckBox {
  float: right;
  display: block;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}

.formTagCheckBox input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}

.formTagCheckBoxCheck {
  float: right;
  border-radius: 5px;
  height: 16px;
  width: 16px;
  border: 1px solid #B0ADBD;
  background-color: #FFF;
}

.formTagCheckBox input:checked ~ .formTagCheckBoxCheck {
  background-color: #09F;
  border: 2px solid #09F;
}

.formTagCheckBoxCheck:after {
  content: "";
  float: right;
  display: none;
}

.formTagCheckBox .formTagCheckBoxCheck:after {
  float: right;
  margin-right: 3px;
  margin-top: 0;
  width: 3px;
  height: 8px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formTagCheckBox input:checked ~ .formTagCheckBoxCheck:after {
  display: block;
}

.formBox.focus .formInput,
.formBox.focus input {
  border: 1px solid #0099F0;
}

.formBox.focus .formLabel,
.formBox.focus .formLabel label {
  color: #0099F0;
}

.formBox.error .formInput,
.formBox.error input {
  border: 1px solid #F00064;
}

.formBox.error .formLabel,
.formBox.error .formLabel label {
  color: #F00064;
}

@font-face {
  font-family: "regular-sm";
  src: url(../fonts/regular.woff2) format("woff");
}
.list {
  font-family: "regular-sm";
  font-size: 12px;
  line-height: 16px;
  direction: rtl;
  position: relative;
  top: -55px;
  width: 100%;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.listHead td {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  background-color: #F8F7FA;
  color: #0F5132;
  text-align: right !important;
  padding: 6px 24px 6px 8px !important;
  border: none !important;
}

.listHead td:first-child {
  border-top-right-radius: 8px;
  max-width: 40px;
}

.listHead td:last-child {
  border-top-left-radius: 8px;
}

.listHeadAction {
  text-align: center !important;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.listRow td {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #363440;
  padding: 8px 24px 8px 8px !important;
  border-bottom: 1px solid #EAE9EF;
  text-align: right !important;
}

.listRow td:first-child {
  max-width: 40px;
}

.listRow td a:not(.tableAction) {
  font-family: sans-serif;
}

.tableActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tableAction {
  cursor: pointer;
  margin: 0px 6px;
}

.listEmpty {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listEmpty img {
  width: 65px;
  margin-bottom: 5px;
}

.listEmpty div {
  color: #6F6C7D;
  text-align: center;
  direction: rtl;
}
@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.listEmpty div {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
}

.view {
  direction: rtl;
}

.view table {
  table-layout: fixed;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.viewHead {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  color: #0F5132;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.viewItem {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #363440;
  margin-bottom: 16px;
}

#media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.printJSTitle {
  font-size: 12px !important;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  direction: rtl;
  border-bottom: thin solid #CCC;
  margin-bottom: 25px;
}

.printJSContent * {
  direction: rtl;
  padding: 0px !important;
  font-size: 12px !important;
}

.printJSContent .dataTables_scrollHead .dataTables_scrollHeadInner {
  width: auto !important;
}

.printJSContent .dataTables_scrollHead .dataTable {
  width: auto !important;
}

.printJSContent .listEmpty img {
  width: 50px;
}

.printJSContent .listHeadAction, .printJSContent .tableActions {
  display: none;
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 24px;
  display: none;
  z-index: 999;
  backdrop-filter: saturate(90%) blur(3px);
}

.popupBox {
  background-color: #FFFFFF;
  border: 1px solid #EAE9EF;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 21, 26, 0.1607843137);
          box-shadow: 0px 12px 32px 0px rgba(13, 21, 26, 0.1607843137);
  border-radius: 8px;
  padding: 50px;
  width: 450px;
  position: relative;
  margin: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popupClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

.popupImg {
  width: 100px;
  margin-bottom: 16px;
}

@font-face {
  font-family: "bold-md";
  src: url(../fonts/bold.woff2) format("woff");
}
.popupTitle {
  font-family: "bold-md";
  font-size: 14px;
  line-height: 24px;
  color: #363440;
  text-align: center;
  margin-bottom: 16px;
}

@font-face {
  font-family: "bold-lg";
  src: url(../fonts/bold.woff2) format("woff");
}
.popupTitleConfirm {
  font-family: "bold-lg";
  font-size: 16px;
  line-height: 28px;
}

.msg {
  background-color: #FFFFFF;
  border: 1px solid #EAE9EF;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 21, 26, 0.1607843137);
          box-shadow: 0px 12px 32px 0px rgba(13, 21, 26, 0.1607843137);
  border-radius: 8px;
  min-width: 400px;
  position: fixed;
  bottom: -150px;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 48px;
  z-index: 302;
  opacity: 0;
}

.msgLine {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.msgLineError {
  background-color: #DC3545;
}

.msgLineDone {
  background-color: #22AA77;
}

.msgLineWarning {
  background-color: #F1C232;
}

.msgSvg {
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 20px;
}

.msgContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  direction: rtl;
}

.msgHead {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "bold", regular, tahoma, serif;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.msgItems {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #363440;
  margin-top: 2px;
  font-size: 14px;
  padding-left: 50px;
}

.msgItems img {
  margin-left: 5px;
}

@font-face {
  font-family: "regular-md";
  src: url(../fonts/regular.woff2) format("woff");
}
.msgItem {
  font-family: "regular-md";
  font-size: 14px;
  line-height: 24px;
  color: #363440;
  float: right;
  margin-top: 5px;
  font-size: 15px;
  min-width: 280px;
  padding-left: 50px;
}

.mediaLinkAddress {
  font-family: sans-serif;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F7FA;
  color: #333;
}

.mediaLinkAddress a {
  margin: 0px 1px;
}

.mediaLinkAddress a:hover {
  color: #32B277;
}