:root {
  --bg_dark: #111b21;
  --bg_light: #202c33;
  --txt: #e9edef;
  --btn_bg: #103529;
  --white: #ffffff;
  --black: #000000;
  --green: #00a884;
  --green_dark: #07745c;
  --blue_dark: #0c1317;
  --blue: #073d4d;
  --red: #631c11;
  --red_dark: #4d1007;
  --gray: #515b5a;
  --dark_purple: #1e162a;

  --diag_bg_dark: linear-gradient(to bottom,
      #103529,
      #0d332e,
      #0e3232,
      #132f33,
      #192d33);
}

@font-face {
  font-family: "sahifa";
  src: url("alkshi.eot");
  /* IE9 Compat Modes */
  src: url("alkshi.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("alkshi.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("alkshi.woff") format("woff"),
    /* Pretty Modern Browsers */
    url("alkshi.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "SF-Arabic";
  src: url("SF-Arabic.woff2");
}

@font-face {
  font-family: "sf-pro-display-regular";
  src: url("sf-pro-display-regular.woff2");
}

@font-face {
  font-family: "npl";
  src: url("npl.woff2");
}

@font-face {
  font-family: "np";
  src: url("np.woff2");
}

body,
html {
  background-color: var(--bg_dark);
}

* {
  text-align: center;
  color: var(--txt);
  font-family: "SF-Arabic", "sf-pro-display-regular";
}

.blockscroll {
  overflow: hidden !important;
  position: relative !important;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  margin-left: 0;
  margin-top: 0;
}

*,
html,
body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  outline: none;
  font-weight: normal;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  text-overflow: ellipsis;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

* {
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

div.nicescroll .loading_lists_item:hover {
  background-color: #cecece;
}

div.nicescroll::-webkit-scrollbar-thumb:hover {
  background: #a5a5a5;
  border-radius: 8px;
}

div.nicescroll::-webkit-scrollbar-thumb {
  background-color: #787878;
  border-radius: 8px;
}

div.nicescroll::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  border-radius: 8px;
}

a,
a:active,
a:visited {
  color: var(--txt);
  text-decoration: none;
}

a:hover {
  color: var(--white);
}

p.title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1px;
}

button {
  background-color: var(--btn_bg);
  cursor: pointer;
}

textarea,
input {
  padding: 20px 5px;
}

textarea,
input button {
  border-radius: 6px;
}

nav {
  direction: rtl;
}

img.topLogo {
  width: 180px;
  margin: 0 auto;
  display: inline-block;
  margin-top: -10px;
}

.actr:active {
  transform: translate(0px, 0px) scale(0.98);
  transition-duration: 0.2s;
}

*:disabled {
  background-color: #111b2154 !important;
  background-color: #0f4f41 !important;
  opacity: 1;
}

input.submit:disabled {
  background-color: var(--blue_dark) !important;
  opacity: 1;
  background-image: url(asset/images/loading.gif);
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 23px;
}

input.btnbtns:disabled,
input.qbtnbtns:disabled {
  background-color: var(--blue_dark) !important;
}

div.btns_main {
  display: flex;
  gap: 8px;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  flex-direction: column;
  margin-bottom: 10px;
}

div.tpbtns_a {
  display: flex;
  gap: 5px;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  width: 710px;
  max-width: 100%;
  flex-wrap: wrap;
}

div.tpbtns_a a {
  flex: 1 1 auto;
}

div.tpbtns_a a:first-child {
  background: #084747;
}

div.tpbtns_a a:nth-child(2) {
  background-color: rgb(67 67 47);
}

div.tpbtns_a a:nth-child(3) {
  background-color: rgb(60 61 94);
}

div.tpbtns_a a:nth-child(4) {
  background-color: rgb(65 49 60);
}

div.tpbtns_a a:nth-child(5) {
  background-color: rgb(62 62 34);
}

/* div.btns_main a {
  padding: 8px 14px;
  font-size: 18px;
  height: 45px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 16px;
} */
div.btns_main a {
  height: 48px;
  line-height: 26px;
  padding: 12px 5px 10px 5px;
  border-radius: 10px;
  color: var(--txt);
  font-family: npl;
  font-size: 18px;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  width: auto;
  text-align: center;
  transition: all 0.2s;
}

div.tpbtns_b {
  margin: 0 auto;
  text-align: center;
  width: 500px;
  max-width: 100%;
  height: auto;
  padding: 8px 5px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

div.tpbtns_b a {
  padding: 11px 5px 10px 5px;
  border-radius: 10px;
  color: var(--white-00);
  font-family: npl;
  font-size: 18px;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  max-width: 100%;
  width: auto;
  text-align: center;
  transition: all 0.2s;
}

div.body {
  width: 95%;
  margin: 0 auto;
}

div.dialogmain {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 46%);
  z-index: 6;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-bottom: 40px;
}

div.diaginner {
  width: 340px;
  max-width: 90%;
  background-color: #192d33;
  background: var(--diag_bg_dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  border-radius: 16px;
  margin-top: calc(5% + 0px);
}

div.diagcenter {
  margin-top: auto;
  top: calc(50%);
  transform: translateY(-50%);
}

div.dialogtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background: transparent;
  width: 100%;
  border-radius: 16px;
  height: 46px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

input.note_much_input {
  padding: 0;
  width: 100%;
  height: 100%;
}

p.diag_p_ttl {
  text-align: center;
  flex: 1 1 auto;
  font-size: 17px;
  font-weight: 600;
  left: 13px;
}

button.diagbtnclose,
button.diagbtnclose_insearch_qspd,
button.diagbtnclose_batalakan,
button.diagbtnclose_tkphoto,
button.diagbtnclose_insearch {
  width: 46px;
  height: 100%;
  background: transparent;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url(asset/images/close_rounded_80_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

div.diagloader {
  display: flex;
  width: 100%;
  background: transparent;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  padding: 10px;
  overflow: hidden;
}

form.frms {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 12px;
}

div.single_input {
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: right;
}

label {
  text-align: right;
  font-size: 14px;
  margin-bottom: 6.2px;
  font-weight: 300;
}

form * {
  transition: background-color 0s;
}

.frms input,
.frms select,
.frms textarea {
  text-align: right;
  background: var(--bg_dark);
  padding: 5px 10px 6.5px 10px;
  height: 45px;
  font-size: 17px;
  color: var(--txt);
  border-radius: 8px;
}

.frms input:focus,
.frms textarea:focus,
.frms select:focus {
  background: var(--blue_dark);
  transition: background 0.2s;
}

div.multiple_input {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0 auto;
  gap: 8px;
}

div.multiple_input .inputs_main {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

div.multiple_input .inputs_main input,
div.multiple_input .inputs_main select {
  width: 100%;
}

p,
span,
button,
img,
table,
div,
caption,
tr,
td,
tbody,
tfoot,
thead,
a {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

select {
  text-align: center;
  background: var(--bg_dark);
  padding: 5px 10px;
  height: 45px;
  font-size: 17px;
  color: var(--txt);
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}

.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

input.large_input_number {
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 7.5px;
}

input.large_input {
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7.5px;
}

div.multiple_input .inputs_main input[type="date"],
div.multiple_input .inputs_main input[type="time"] {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 60px !important;
}

input[type="date"],
input[type="time"] {
  /* color: var(--green); */
  direction: ltr;
  text-align: center;
  font-size: 16.5px;
  letter-spacing: 0.5px;
}

div.multiple_input .inputs_main select {
  font-size: 17px;
  letter-spacing: 0.6px;
  padding-bottom: 8px;
}

div.other_slide_diag,
div.other_slide_diag_2 {
  position: absolute;
  top: 0px;
  width: calc(100%);
  right: calc(-120%);
  transform-origin: right;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.pointer {
  cursor: pointer;
}

div.first_slide,
div.first_slide_2 {
  transform: translateX(0px);
  transition: transform 0.5s !important;
}

input[type="submit"] {
  background-color: var(--green_dark);
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  height: 52px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: var(--green_dark);
}

input.nwsinganabtn_s {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: -54px;
  text-align: left !important;
  padding-left: 20px;
  background-image: url(asset/images/right_white.png);
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 25px;
  background-color: #192d33;
  height: 50px;
  transition: all 0.2s;
  padding-top: 13px;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

input.nwsinganabtn_close,
input.nwsinganabtn_close_2 {
  background-color: var(--blue);
}

::-webkit-resizer {
  display: none;
}

div.msginfo,
div.msgwith_btns,
div.msgwith_btns_delqp,
div.msgwith_btnsdlnya {
  position: fixed;
  bottom: -140px;
  left: 50%;
  top: auto;
  display: inline-block;
  max-width: 90%;
  right: auto;
  width: max-content;
  padding: 20px 20px;
  transform: translateX(-50%);
  background: var(--green_dark);
  border-radius: 16px;
  z-index: 10;
  margin: 0 auto;
  transition: bottom 0.5s;
}

span.main_p_sum_l {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  direction: rtl;
  height: 10px;
}

p.sum_paradan_ {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-bottom: -10px;
  direction: rtl;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding-left: 4px;
  margin-top: -8px;
}

div.bakredraw_inner {
  display: flex;
  gap: 0px;
  flex-direction: row;
  direction: rtl;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: center;
  overflow-x: auto;
  margin-bottom: 25px;
}

div.bakredraw_item p {
  text-align: right;
}

div.bakredraw_item:nth-child(even) {
  background: var(--blue);
}

div.bakredraw_item:nth-child(odd) {
  background: var(--btn_bg);
}

div.bakredraw_item {
  padding: 14px;
  border-radius: 10px;
  flex: 1 1 auto;
}

.clicknothing {
  pointer-events: none !important;
}

div.par_inners_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

p.name_bakregrta {
  text-align: right;
  font-size: 17px;
  font-weight: 600;
}

div.par_inners_a_bx {
  margin-top: 12px;
  margin-bottom: 12px;
}

div.par_inners_a_bx p {
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 6px;
  flex: 1 1 100%;
}

div.par_inners_a_bx p span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 2px;
}

p.g_s_mawa {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

span.mawaspanrozh {
  font-size: 22px;
  top: 3px;
  font-weight: 600;
  margin-left: 3px;
  margin-right: 3px;
  letter-spacing: 1.3px;
}

div.par_inners_a_pm {
  background: var(--bg_dark);
  border-radius: 6px;
  padding: 2px 8px 5px 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

div.par_inners_b_pm {
  background: var(--bg_dark);
  border-radius: 6px;
  padding: 2px 8px 5px 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 2px;
}

div.par_inners_a_bx p.gbalaxana_p {
  background: var(--green_dark);
}

div.par_inners_a_bx p.ghnom_p {
  background: #00739a;
}

div.par_inners_a_bx p.gshwqa_p {
  background: #8547a2;
}

p.page_title {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

p.nf {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  top: 0px;
  color: var(--green);
}

div.red_flashing {
  animation-name: infinite_opacity;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-duration: 0.7s;
  animation-direction: alternate;
  box-shadow: 0px 0px 0px 2px var(--red_dark);
}

@keyframes infinite_opacity {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

button.open_kredanbtn {
  width: 100%;
  height: 46px;
  display: block;
  background: var(--black);
  color: var(--txt);
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 0px;
  border-radius: 8px;
}

button.search_sub_btns {
  background-color: var(--green_dark);
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  height: 52px;
  border-radius: 8px;
}

button.smen_post_btn {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: var(--white);
  padding-bottom: 2.5px;
  cursor: pointer;
  z-index: 1;
}

div.post_men {
  display: none;
  position: absolute;
  top: 51px;
  left: 15px;
  z-index: 1;
  background: var(--bg_dark);
  border-radius: 8px;
  width: 152px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: -4px 4px 3px -3px var(--blue_dark);
}

div.post_men .pbtns_ {
  display: block;
  width: 100%;
  text-align: right;
  cursor: pointer;
  height: 42px;
  padding: 0px 14px 0px 7px;
  font-weight: 300;
  background-color: transparent;
  transition: all 0s;
}

div.post_men .pbtns_:hover {
  background-color: var(--btn_bg);
}

p.open_kr_note {
  margin-top: 10px;
}

div.diagloader img {
  width: 46px;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.msg_btns_main,
div.msg_btns_maindlnya {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 15px;
  margin-bottom: -8px;
  flex-direction: row-reverse;
}

div.msg_btns_main button,
div.msg_btns_maindlnya button {
  flex: 1 1 auto;
  width: 100px;
  height: 40px;
  border-radius: 8px;
  padding-bottom: 4px;
}

button.delete_btn,
button.delete_btn_qapsaved {
  background: var(--red);
}

button.yes_dlnya_btn {
  background: var(--green_dark);
}

button.cancel_btn {
  background: var(--green_dark);
}

div.content_load {
  margin-top: 20px;
}

table.tbls,
table.inner {
  margin: 0 auto;
  margin-top: 15px;
  direction: rtl;
  width: 100%;
  border-spacing: 0;
  padding: 0px 0px !important;
  border: 1px solid var(--gray);
}

table.tbls thead th,
table.inner thead th {
  background-color: var(--black);
  border: 0.5px solid var(--gray);
  height: 50px;
  padding: 6px 6px;
  text-align: center;
  font-size: 12.5pt;
  font-weight: bold;
  font-family: "npl";
}

table.tbls tr,
table.inner tr {
  border: none;
}

table.tbls td:nth-child(1),
table.tbls thead th:nth-child(1),
table.inner td:nth-child(1),
table.inner thead th:nth-child(1) {
  border-right: none;
}

table.tbls td:last-child,
table.tbls thead :last-child,
table.inner td:last-child,
table.inner thead :last-child {
  border-left: none;
}

table.tbls td,
table.inner td {
  border: 0.5px solid var(--gray);
  height: 50px;
  padding: 5px 5px;
  text-align: center;
  font-size: 12.5pt;
}

table.tbls tbody tr:nth-child(odd):not(tr.innermabasts:nth-child(odd)) {
  background-color: var(--bg_dark);
}

table.tbls tbody tr:nth-child(even):not(tr.innermabasts:nth-child(even)) {
  background-color: var(--blue_dark);
}

.print_show {
  display: none !important;
}

p.yanp {
  text-align: right;
  margin-top: 1.5px;
  margin-bottom: 6px;
  font-size: 16px;
}

@media print {
  .print_show {
    display: table-caption !important;
  }

  div.div_inners table.tbls_inners caption,
  div.div_inners_t table.tbls_inners_t caption,
  div.div_inners_0 table.tbls_inners_0 caption {
    background-color: white !important;
    color: black !important;
  }

  .not_print,
  nav {
    display: none !important;
  }

  img.print_logo {
    display: block !important;
  }

  table,
  body,
  html {
    background-color: white !important;
  }

  p.page_title {
    color: black !important;
  }

  table.tbls,
  table.inner {
    border: 1px solid #b0b0b0 !important;
  }

  table.tbls caption,
  table.tbls tfoot tr,
  table.inner caption,
  table.inner tfoot tr {
    background: #efefef !important;
    color: black !important;
    border: 1px solid #b0b0b0 !important;
  }

  table.tbls thead th,
  table.inner thead th {
    background-color: #dfdfdf !important;
    border: 0.5px solid #b0b0b0 !important;
    color: black !important;
  }

  table.tbls tbody tr:nth-child(odd),
  table.inner tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
  }

  table.tbls tbody tr:nth-child(even),
  table.inner tbody tr:nth-child(even) {
    background-color: #f6f6f6 !important;
  }

  table.tbls td,
  table.inner td {
    border: 0.5px solid #b0b0b0 !important;
    color: black !important;
  }

  table.tbls td *,
  table.inner td * {
    color: black !important;
  }

  table.tbls tfoot tr.tdsums td,
  table.inner tfoot tr.tdsums td {
    background-color: #efefef !important;
  }

  div.kredanloader,
  div.bakredraw_inner {
    margin-bottom: 0px !important;
  }

  div.innermabasts table.inner tbody tr:nth-child(odd):not(tr.mabastaddr:nth-child(odd)),
  div.innermabasts table.inner tbody tr:nth-child(even):not(tr.mabastaddr:nth-child(even)) {
    background: #efefef !important;
    background-color: #efefef !important;
  }

  table tr.mabastaddr {
    background-color: #e0e0e0 !important;
  }
}

caption {
  padding: 12px 12px 12px 5px;
  background: rgb(136 107 77 / 70%);
  background: rgb(0 0 0 / 65%);
  font-size: 16pt;
  font-weight: bold;
  border: 1px solid var(--gray);
  border-bottom: none;
  font-family: "npl";
  border: none;
  text-align: right;
}

div.table_inner {
  overflow-x: auto;
}

.bold {
  font-weight: 700;
}

button.edit_pbtn {
  width: 100%;
  height: 100%;
  background: #03394b5c;
  cursor: pointer;
  padding-bottom: 4px;
}

table td.td_with_btn {
  padding: 0px;
}

form.frms input.bfrmbtns {
  background-color: var(--red);
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  height: 52px;
}

div.froshtn_list_main {
  display: flex;
  gap: 20px;
  flex-direction: row;
  direction: rtl;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 18px;
}

div.fr_l_inners {
  padding: 14px;
  border-radius: 10px;
  flex: 1 1 auto;
  background: var(--bg_light);
}

p.kryartxtp {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

div.krdiv,
div.frdiv {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

p.froshtn_kryarname,
p.froshtn_froshyarname {
  font-size: 18px;
  font-weight: bold;
}

p.froshtn_zhmkryar,
p.froshtn_zhmfroshyar {
  font-size: 16.5px;
  font-weight: 400;
}

div.fr_l_c_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  background: var(--blue);
  padding: 5px 5px;
  border-radius: 4px;
}

p.f_nrx {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}

div.fr_l_c_.fr_l_c_4 {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

div.fr_l_c_4 p span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 2px;
}

div.fr_l_c_4 p {
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 6px;
  flex: 1 1 100%;
}

div.fr_l_c_4 p.gbalaxana_p {
  background: var(--green_dark);
  cursor: pointer;
}

div.fr_l_c_4 p.gbalaxana_p:hover,
div.fr_l_c_4 p.ghnom_p:hover {
  opacity: 0.9;
  transition: all 0.2s;
}

div.fr_l_c_4 p.ghnom_p {
  background: #00739a;
  cursor: pointer;
}

div.fr_l_c_4 p.gshwqa_p {
  background: #8547a2;
}

div.fr_l_c_.fr_l_c_5 {
  margin-top: 20px;
}

div.fr_l_c_.fr_l_c_mmla {
  margin-top: 5px;
}

div.nsngana {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  background: var(--bg_dark);
  padding: 10px 5px;
  border-radius: 4px;
}

p.f_nawemamalakar {
  font-weight: bold;
}

p.nsnganatxt {
  margin-bottom: 0px;
  margin-top: 20px;
}

div.fr_l_c_.fr_l_c_mmla.fr_l_c_5 {
  margin-top: 10px;
}

div.nsngnana_main {
  display: none;
}

p.kryartxtp.nsnganatxt {
  background: var(--bg_dark);
  padding: 10px 5px;
  border-radius: 8px;
  cursor: pointer;
}

span.dolarsignftoshtn {
  margin-right: 3px;
  top: -7px;
}

div.fls_btns {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
}

div.fls_btns a {
  flex: 1 1 auto;
  background: var(--bg_light);
  padding: 6px 8px 10px 8px;
  border-radius: 10px;
  line-height: normal;
}

div.fls_btns a.active_fl_btn {
  background: var(--green_dark);
}

img.print_logo {
  width: 160px;
  margin: 0 auto;
  display: none;
  margin-bottom: 10px;
  left: 3px;
}

.not_show {
  display: none;
  pointer-events: none;
}

p.big_ttl_pr {
  font-family: np;
  color: #07745c;
  font-size: 28pt;
  text-shadow: -2px 1px 0px #0e6f5b;
  top: 4px;
}

.main_wasl_print {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 0;
  margin: 0 auto;
  z-index: 6;
  padding: 10px 10px;
  /* padding-top: 10px; */
  overflow: hidden;
  transition: all 0.2s;
}

.top_print {
  height: auto;
  background: white;
  padding: 15px 25px;
  /* box-shadow: 0px 3px 8px -6px black; */
  z-index: 1;
}

.top_print_pa {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.top_print_pa div {
  background: white;
  flex: 1 1 100%;
  padding: 0px 0px;
  text-align: left;
  direction: ltr;
}

.qr_print_wasl img {
  width: 90px;
  position: absolute;
  left: 0;
  right: auto;
}

.top_pr_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: space-between;
  gap: 0px;
  flex-direction: column;
}

p.sml_ttl_pr {
  color: #07745c;
  font-family: np;
  font-size: 15pt;
  bottom: 4px;
}

.top_pr_center {
  align-items: center;
  text-align-last: center;
  text-align: center;
}

.top_pr_center img {
  width: 170px;
  filter: drop-shadow(0px 0px 0px black);
}

.main_wasl_print * {
  direction: rtl;
}

p.tels_pr {
  font-family: np;
  font-size: 18pt;
  text-align: left;
  color: #161616;
  direction: ltr;
  background-color: #e3f5ff;
  background-color: #d8ebf6;
  display: block;
  padding: 6px 6px 0px 36px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  line-height: 32px;
  border-radius: 8px;
  background-position: 4px center;
  background-repeat: no-repeat;
  background-size: 22px;
  background-image: url(asset/images/phoneblue.png);
  width: 206px;
}

.qr_print_wasl {
  position: absolute;
  right: 0;
  left: 210px;
  top: -4px;
  direction: rtl !important;
  text-align: left !important;
}

.top_btm_pr {
  background: #ede7b3;
  background: #e9e19b;
  height: 48px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14pt;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 5px;
}

.top_btm_pr p:nth-child(1) {
  text-align: right;
}

.top_btm_pr p:nth-child(2) {
  text-align: center;
}

.top_btm_pr p:nth-child(3) {
  text-align: left;
}

.top_btm_pr p {
  flex: 1 1 100%;
  text-align: center;
  font-size: 16pt;
  font-family: np;
}

.top_btm_pr p:nth-child(3) span {
  text-align: center;
  font-size: 16pt;
  font-family: np;
  background: white;
  padding: 6px 0px 3px 7px;
  top: 1.5px;
  border-radius: 8px;
  left: -6px;
}

.top_btm_pr p:nth-child(3) span span {
  color: #ed1f24;
  text-align: center;
  font-size: 16pt;
  font-family: np;
  background: transparent;
  top: 0px;
  left: -7.5px;
}

.mid_print {
  background-color: white;
  padding: 5px 25px 15px 25px;
}

.mid_pr_top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
}

.mid_pr_top div {
  background: white;
  flex: 1 1 auto;
  padding: 0px 0px;
}

.mid_pr_top div:first-child {
  text-align: right;
  padding: 0px 8px;
}

p.cnamewsl {
  background: #ffffff;
  display: inline-block;
  padding: 2px 0px 2px 2px;
  border-radius: 3px;
}

.mid_pr_r p span {
  font-size: 16pt;
}

.mid_pr_r p {
  font-family: np;
  font-size: 16pt;
}

div.wmob_div {
  display: inline-block;
  gap: 8px 5px;
  background-color: rgb(255, 255, 255);
  margin-right: 15px;
  background-image: url(asset/images/phoneblue.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-right: 24px;
}

span.phwasl_A {
  box-shadow: 0px 0px 0px 1.5px black;
  padding: 2px 3px;
  border-radius: 3px;
}

span.phwasl {
  font-size: 13pt;
  font-weight: bold;
}

span.phwasl {
  font-size: 13pt;
  font-weight: bold;
}

.mid_pr_c p {
  font-family: np;
  font-size: 16pt;
  text-align: center;
}

.mid_pr_c p span {
  font-size: 16pt;
}

.mid_pr_l p {
  font-family: np;
  font-size: 16pt;
  text-align: left;
}

.mid_pr_l p span {
  font-size: 16pt;
}

.mid_pr_btm {
  margin-top: 15px;
  text-align: left;
}

.mid_pr_btm table * {
  font-size: 14.5pt;
}

table.print_tbl thead th {
  font-family: "np";
}

.mid_pr_btm table th {
  font-size: 14.5pt;
}

.mid_pr_btm table tbody td {
  height: auto;
}

table.print_tbl tr td {
  padding: 5px 8px !important;
}

.print_options_main {
  direction: ltr;
  text-align: left;
  margin-top: 15px;
  background: #f3f3f3;
  border-radius: 8px;
  padding: 10px;
}

p.po_p {
  margin-bottom: 8px;
  font-size: 14px;
}

.print_options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  border-radius: 8px;
}

.print_options label {
  top: 3px;
}

.print_options input[type="checkbox"] {
  margin-right: 10px;
}

.prnt_btns_div {
  direction: ltr;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 12px;
}

button.print_btn {
  background-image: url(asset/images/print_white.svg);
  background-size: 28px;
  width: 140px;
  border-radius: 8px;
  text-align: right;
  padding: 4px 16px 0px 16px;
  background-position: 8px center;
  font-family: np;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 3px;
  background-color: var(--black-00);
  cursor: pointer;
  color: var(--white-00);
  height: 56px;
  z-index: 2;
}

button.close_print_btn {
  background-image: url(asset/images/close_rounded_80_white.svg);
  background-size: 19px;
  width: 125px;
  border-radius: 8px;
  text-align: right;
  padding: 4px 16px 0px 16px;
  background-position: 11px center;
  font-family: np;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 3px;
  background-color: var(--blue);
  cursor: pointer;
  color: var(--white-00);
  height: 56px;
  z-index: 2;
  left: 10px;
}

.btm_prnt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: white;
  padding: 0px 18px 0px 18px;
}

.btm_prnt div {
  background: white;
  flex: 1 1 100%;
}

.btm_prnt .btm_pr_r p {
  text-align: right;
}

.btm_prnt p {
  font-family: np;
  font-size: 16pt;
  padding: 15px 10px 0px 10px;
}

.btm_prnt .btm_pr_l p {
  text-align: left;
}

.mid_pr_l {
  text-align: left;
}

p.protocol_txt {
  text-align: right;
  direction: rtl;
  font-size: 16.5pt;
  font-weight: 500;
  line-height: 33px;
  padding: 2px 0px 4px 0px;
}

p.protocol_txt span {
  font-size: 18pt;
  font-weight: bold;
}

a.logoutbtn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url(asset/images/logout2-1.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  filter: invert(1);
  border-radius: 60px;
  opacity: 0.4;
  cursor: pointer;
  z-index: 1;
}

table.tbls tfoot tr.tdsums td,
table.inner tfoot tr.tdsums td {
  background: #171732;
}

div.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(asset/images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

div.btn_btns {
  position: absolute;
  bottom: -64px;
  height: 55px;
  width: 100%;
  gap: 0px;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border-radius: 0px 0px 16px 16px;
  flex-direction: row-reverse;
}

input.btnbtns,
input.qbtnbtns {
  flex: 1 1 100%;
  font-size: 17px;
  font-weight: 600;
}

input.btnbtns_a,
input.qapan_btnbtns_a {
  border-radius: 0px 0px 16px 16px;
  background-color: var(--green_dark);
  background-image: url(asset/images/print_white.svg);
  background-position: 84% 22px;
  background-position: 66% 22px;
  background-repeat: no-repeat;
  background-size: 20px;
}

input.btnbtns_b,
input.qapan_btnbtns_b {
  display: none;
  border-radius: 0px 0px 16px 16px;
  background-color: var(--green_dark);
  background-image: none;
  background-position: 84% 22px;
  background-position: 66% 22px;
  background-repeat: no-repeat;
  background-size: 20px;
}

table.tbls tfoot tr td,
table.inner tfoot tr td {
  font-family: "np";
  font-size: 14pt;
}

th.th_w_10,
td.th_w_10 {
  width: 10px;
  max-width: 10px;
  min-width: 10px;
}

th.th_w_15,
td.th_w_15 {
  width: 15px;
  max-width: 15px;
  min-width: 15px;
}

th.th_w_18 {
  width: 18px;
  max-width: 18px;
  min-width: 18px;
}

th.th_w_20,
td.th_w_20 {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
}

th.th_w_25,
td.th_w_25 {
  width: 25px;
  max-width: 25px;
  min-width: 25px;
}

th.th_w_30,
td.th_w_30 {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
}

th.th_w_35,
td.th_w_35 {
  width: 35px;
  max-width: 35px;
  min-width: 35px;
}

th.th_w_40 {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
}

th.th_w_45,
td.th_w_45 {
  width: 45px;
  max-width: 45px;
  min-width: 45px;
}

th.th_w_50 {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}

th.th_w_60,
td.th_w_60 {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}

th.th_w_70,
td.th_w_70 {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
}

th.th_w_75 {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
}

th.th_w_80 {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}

th.th_w_90,
td.th_w_90 {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
}

th.th_w_95 {
  width: 95px;
  max-width: 95px;
  min-width: 95px;
}

th.th_w_100 {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}

th.th_w_105 {
  width: 105px;
  max-width: 105px;
  min-width: 105px;
}

th.th_w_110 {
  width: 110px;
  max-width: 110px;
  min-width: 110px;
}

th.th_w_120 {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}

th.th_w_130 {
  width: 130px;
  max-width: 130px;
  min-width: 130px;
}

th.th_w_140 {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}

th.th_w_150 {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}

th.th_w_160 {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
}

th.th_w_200 {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

th.th_w_240 {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
}

tfoot tr {
  background: var(--dark_purple);
}

a.phoneatd,
a.phoneatd_2 {
  font-size: 14.6px;
  margin-top: 4px;
  display: block;
}

a.phoneatd_2 {
  display: inline-block;
}

a.phoneatd_2:nth-child(2) {
  margin-left: 8px;
}

.undertd {
  font-size: 14.6px;
  margin-top: 4px;
  display: block;
}

button.zoomtable {
  float: right;
  width: 34px;
  background-color: transparent;
  height: 30px;
  cursor: pointer;
  background-image: url(asset/images/fullscreen.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 32px;
  top: -1px;
}

.balendar_sel_div {
  display: none;
}

.balendar_sel_search_div {
  display: none;
}

td.print_btn_td {
  background: var(--blue);
}

img.topLogo_p {
  margin-bottom: -30px;
}

div.sub_mens {
  display: none;
  height: auto;
  background-color: var(--blue);
  width: 150px;
  border-radius: 8px;
  position: absolute;
  z-index: 6;
}

div.sub_mens a,
div.sub_mens button {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 15px;
  font-weight: 500;
  padding: 19px 2px;
}

div.sub_mens a:last-child {
  line-height: 20px;
  padding-bottom: 38px;
}

td.print_again_btn_td {
  padding: 0px !important;
  background: rgb(7 116 92 / 18%);
  font-weight: 500;
  font-size: 16px !important;
  cursor: pointer;
  background-image: url(asset/images/print_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

div.print_diag_main {
  z-index: 10;
}

p.msginfo_ttl,
p.msginfo_ttldlnya {
  direction: rtl !important;
}

.top_functions .sub_mensshow,
div.c_men_open {
  background-color: rgb(2 14 28 / 60%);
  box-shadow: -5px 12px 22px -15px #000c16;
}

.top_functions .sub_mensshow {
  padding: 3px 0px;
  width: 172px;
  min-width: auto;
  margin: 0 auto;
  border-radius: 16px;
  z-index: 2;
  position: absolute;
  top: 115%;
  display: none;
  backdrop-filter: blur(5px);
}

.top_functions div,
.top_functions button,
.top_functions a {
  flex-basis: 15%;
}

.top_functions div,
.top_functions button,
.top_functions a {
  flex-shrink: 1;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0;
}

.top_functions button,
.top_functions a {
  font-family: npl;
  font-size: 18px;
  cursor: pointer;
}

.top_functions div.sub_mensshow a.sub_hrefrs {
  background: linear-gradient(90deg,
      rgba(12, 117, 187, 0.21052170868347342) 0%,
      #143b52e3 100%);
  background: linear-gradient(90deg, #173f7b 0%, #036550 100%);
  display: block;
  padding: 8px 10px;
  color: var(--white-00);
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  width: calc(100% - 12px);
  text-align: right;
  line-height: 30.5px;
  transition: all 0s;
}

div.name_loader_main {
  display: none;
}

hr.hrmen {
  height: 0.5px;
  /* background: #ffffff8c; */
  margin: 0 auto;
  width: calc(100% - 12px);
}

div.name_loader {
  display: flex;
  gap: 3.5px 6px;
  background: transparent;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 6px;
}

div.gnames_div {
  display: flex;
  gap: 5px 5px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 100%;
  background: var(--blue_dark);
  padding: 13.5px 10px;
  cursor: pointer;
  border-radius: 8px;
}

p.ptt_mucha {
  display: block;
  text-align: right;
  width: calc(100% + 4px);
  font-size: 16.8px;
  margin: 0 auto;
  font-weight: normal;
  font-family: np;
  direction: rtl;
  margin-bottom: 0px;
  /* background: rgb(0 0 0 / 49%); */
  padding: 10px 6px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: -4px;
  top: 1px;
  /* border-bottom-left-radius: 0px; */
  /* border-bottom-right-radius: 0px; */
  background-image: url(asset/images/historywhite.png);
  background-position: calc(100% - 4px) 12px;
  padding-right: 28px;
  background-size: 19.5px;
}

div.muchainfo_divs {
  display: none;
}

div.main_micha_infos {
  display: block;
  align-content: stretch;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 4px 0px 4px;
  border-radius: 6px;
  width: 100%;
  /* box-shadow: -6px 6px 6px -6px #0d1b1f; */
}

span.sums_mucha {
  float: left;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: npl;
  top: -1.5px;
}

div.top_mucha_infos {
  margin-bottom: 10px;
}

div.gnames_div span {
  pointer-events: none !important;
}

div.gnames_div span.gnphone1_span {
  font-size: 14px;
  color: var(--green);
}

p.mol_xya_p {
  text-align: left;
  padding-left: 3px;
  font-size: 18px;
  margin-bottom: -10px;
  margin-top: -5px;
  font-weight: 600;
}

p.after_logo {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: -18px;
  font-size: 20px;
  margin-bottom: 28px;
  font-family: npl;
}

img.loadercont {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  transform: translate(-50%, -50%);
  margin-top: 70px;
}

table.tbls tbody tr.archived_td:nth-child(odd) {
  background: #270707;
}

table.tbls tbody tr.archived_td:nth-child(even) {
  background: #180606;
}

table.tbls td.gamro_td {
  background-color: rgb(85 10 10 / 27%);
}

table.tbls td.bchamro_td {
  background-color: rgb(0 71 56 / 55%);
}

table.tbls td.mawa_st_td_green {
  background-color: #0b3f34;
}

table.tbls td.mawa_st_td_red {
  background-color: #3f0d0b;
}

button.edit_pbtn_garandnawa,
button.edit_pbtn_pedanawa {
  background-image: url(asset/images/returnwhite.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--white);
  transition: background-color 600000s 0s, color 600000s 0s;
  box-shadow: inset 0 0 20px 20px var(--bg_dark);
}

input[data-autocompleted] {
  background-color: transparent !important;
}

div.div_inners,
td.td_for_table_inners,
div.div_inners_0,
td.td_for_table_inners_0,
div.div_inners_t,
td.td_for_table_inners_t {
  display: none;
}

table.tbls td.td_for_table_inners,
table.tbls td.td_for_table_inners_0,
table.tbls td.td_for_table_inners_t {
  padding: 0;
  margin: 0;
  border: none;
}

table.tbls_inners,
table.tbls_inners_0 table.tbls_inners_t {
  margin: 0;
  border: none;
}

table.tbls_inners tbody td,
table.tbls_inners_t tbody td,
table.tbls_inners_0 tbody td {
  height: 38px !important;
}

table.tbls_inners thead th,
table.tbls_inners_0 thead th,
table.tbls_inners_t thead th {
  height: 42px !important;
}

.innermabasts {
  display: none;
}

.innermabasts_with_tr {
  display: table-row;
}

.innermabasts_with_td {
  display: table-cell;
}

.innermabasts_with_div {
  display: block;
}

span.dshows {
  display: block;
}

img.diagimg {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  width: 50px;
}

div.dialog_add_mucha div.diaginner_add_mucha {
  /* background-color: #102f1d; */
  background: var(--blue) !important;
  /* background-image: url(asset/images/10000.png) !important; */
  background-position: top center;
  background-size: cover;
}

div.diaginner_add_mucha div.diagloader {
  padding: 0px;
  padding-bottom: 6px;
  align-items: flex-start;
  gap: 0px;
  transition: all 1s;
}

div.sum_mucha_all_diag {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 3px 4px;
  margin-bottom: 12px;
  width: 100%;
  margin-top: 20px;
}

div.inner_s_allmd {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  background: var(--black);
  background: linear-gradient(90deg, var(--black) 36%, rgb(69 27 105) 100%);
  padding: 8px 8px;
}

div.inner_s_allmd p {
  line-height: 27px;
}

span.blocksmalltdspan {
  display: block;
  font-size: 14.5px;
  margin-bottom: 2px;
}

p.brsh_span {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: npl;
  top: 0.5px;
}

form.mucha_frm {
  transition: all 0.8s;
  flex: 1 1 100%;
  padding: 6px;
  transition: margin 1s;
}

form.toleft {
  margin-right: 0px;
  margin-left: -348px;
}

form.toright {
  margin-right: 0px;
}

div.diaginner_add_mucha,
div.diaginner_add_mucha .diagloader,
div.diaginner_add_mucha {
  transition: all 2s;
}

form.frms input.zhm_much {
  background-color: var(--green_dark);
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  height: 52px;
}

form.frms input.backtomainmucha {
  background-color: #111b21;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  height: 52px;
  background-image: url(asset/images/rightWhite.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

form.frms input.zhm_much_clicked {
  pointer-events: none !important;
  background-image: url(asset/images/loading.gif);
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 25px;
  transition: all 0s !important;
}

button.add_balnedar_btn,
button.add_balnedar_btn_u {
  background-color: var(--green_dark);
  height: 35px;
  width: 35px;
  top: 12px;
  border-radius: 42px;
  font-size: 25px;
  padding: 2px 0px 0px 0px;
  font-family: np;
  line-height: 2px;
}

div.main_other_bals,
div.main_other_bals_u {
  display: none;
  width: 100%;
}

button.rem_balnedar_btn_2,
button.rem_balnedar_btn_3,
button.rem_balnedar_btn_4,
button.rem_balnedar_btn_5,
button.rem_balnedar_btn_6,
button.rem_balnedar_btn_7,
button.rem_balnedar_btn_u2,
button.rem_balnedar_btn_u3,
button.rem_balnedar_btn_u4,
button.rem_balnedar_btn_u5,
button.rem_balnedar_btn_u6,
button.rem_balnedar_btn_u7 {
  background-color: var(--red);
  height: 35px;
  width: 35px;
  top: 12px;
  border-radius: 42px;
  font-size: 25px;
  padding: 2px 0px 0px 0px;
  font-family: np;
  line-height: 2px;
}

div.info_zoom_main {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 46%);
  z-index: 6;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-bottom: 40px;
  padding-top: 30px;
  transition: all 0.2s;
}

div.info_zoom_inner {
  width: 290px;
  max-width: 90%;
  background: rgb(16 53 41 / 54%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  border-radius: 16px;
  margin-top: auto;
  top: calc(50%);
  transform: translateY(-50%);
  align-content: stretch;
  padding: 11px 11px;
  gap: 2px 2px;
  zoom: 0.8;
  transition: all 0.5s;
}

div.zoom_infos {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 9px 6px;
  border-radius: 6px;
  background-color: rgba(0, 159, 255, 0.18);
}

div.zoom_infos:nth-child(odd) {
  background-color: rgb(0 157 255 / 11%);
  background-color: rgba(0, 0, 0, 0.188);
}

div.zoom_infos:nth-child(even) {
  background-color: rgb(0 159 255 / 4%);
  background-color: rgb(0 135 217 / 11%);
}

div.zoom_infos p {
  line-height: 20px;
}

p.zoom_infos_p_info,
p.zoom_infos_p_info * {
  text-align: left !important;
  direction: rtl;
}

p.zoom_infos_p,
p.zoom_infos_p * {
  text-align: right !important;
}

button.add_shm_list_btn,
button.add_shm_p_list_btn,
button.add_shm_p_list_btn_up,
button.add_shm_p_list_btn_pp,
button.add_shm_list_btn_up,
button.add_xar_list_btn_up,
button.add_xar_list_btn {
  background-color: var(--dark_purple);
  height: 100%;
  width: 100%;
  border-radius: 0px;
  font-size: 16.2px;
  padding: 2px 20px 2px 2px;
  font-family: npl;
  line-height: normal;
  background-image: url(asset/images/plus_roundedwhite.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 15px;
}

table.shm_table td,
table.shm_table_inner td,
table.shm_table_p td,
table.shm_table_p_up td,
table.shm_table_p_pp td,
table.xar_table td,
table.xar_table_up td,
table.shm_table_up td {
  height: 42.5px;
  padding: 0px 0px;
  text-align: center;
  font-size: 16px;
  border-top: none;
  border-left: none;
}

table.shm_table th,
table.shm_table_inner th,
table.shm_table_p th,
table.shm_table_p_up th,
table.shm_table_p_pp th,
table.xar_table th,
table.xar_table_up th,
table.shm_table_up th {
  border-top: none !important;
  border-left: none !important;
  height: 42px !important;
}

table.shm_table_inner,
div.tr_shmak_lists {
  width: 100%;
}

table.shm_table_inner,
table.shm_table_inner_up,
table.shm_table_inner *,
table.shm_table_inner_up * {
  /* border: none !important; */
  border-collapse: collapse !important;
}

div.tr_shmak_lists,
div.tr_shmak_lists_up {
  padding: 1px 1px;
  background: #8c8c8c;
}

table.shm_table_inner select,
table.shm_table_inner input,
table.shm_table_inner_up select,
table.shm_table_inner_up input {
  width: 100% !important;
}

tr.shm_table_tr:last-child div.tr_shmak_lists:last-child {
  padding-bottom: 1px !important;
}

td.del_shm_list,
td.del_shm_p_list,
td.del_shm_p_list_up,
td.del_shm_p_list_pp,
td.del_xar_list,
td.del_xar_list_up,
td.del_shm_list_up {
  background-color: rgb(255 9 9 / 7%);
  cursor: pointer;
  font-size: 25px !important;
}

th span.thminus {
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tr_main_mabast_addr,
.td_main_mabast_addr,
.div_main_mabast_addr,
.mabastaddr {
  display: none;
}

div.div_main_mabast_addr {
  transform-origin: top;
}

tr.mabastnames td:nth-child(1) {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}

tr.mabastnames td:nth-child(2) {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}

tr.mabastnames td:nth-child(3) {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
}

tr.mabastaddr td:nth-child(1) {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}

tr.mabastaddr td:nth-child(2) {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}

tr.mabastaddr td:nth-child(3) {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
}

table.shmak_tbl tr.innermabasts td {
  padding: 0px 0px;
  margin: 0px 0px;
  border: none;
  height: 35px;
}

caption.shm_list_lbl,
caption.xar_list_lbl {
  padding: 8px 6px 8px 5px;
  background: rgb(0 0 0 / 33%);
  font-size: 12pt;
  border: 1px solid var(--gray);
  border-bottom: none;
  font-family: "npl";
  text-align: center;
}

input.d_l_name,
input.dxa_l_name,
input.dxa_l_up_name,
input.d_l_name_up,
input.d_l_price,
input.d_l_p_price,
input.d_l_p_price_pp,
input.d_l_p_price_up,
input.dxa_l_price,
input.dxa_l_price_up,
input.d_l_price_up,
input.qtt_xarji_list,
input.qtt_xarji_list_up,
input.qtt_shmak_list_up,
input.qtt_shmak_list_p,
input.qtt_shmak_list {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding: 0px 4px;
  direction: rtl;
  text-align: right;
  font-size: 16.5px;
}

input.d_l_price,
input.d_l_p_price,
input.d_l_p_price_up,
input.d_l_p_price_pp,
input.dxa_l_price,
input.dxa_l_price_up,
input.d_l_price_up,
input.qtt_xarji_list_up,
input.qtt_shmak_list_up,
input.qtt_shmak_list,
input.qtt_xarji_up_list,
input.qtt_xarji_list {
  text-align: center;
  direction: ltr;
  font-weight: bold;
}

input.d_l_p_price,
input.d_l_p_price_up {
  font-size: 18px;
}

select.shmak_mabast,
select.shmak_mabast_up,
select.d_l_p_name,
select.d_l_p_name_up,
select.d_l_p_name_pp,
select.shmak_pewar,
select.shmak_pewar_up,
select.pewar_xarj,
select.pewar_xarj_up {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding: 0px 2px;
  direction: rtl;
  font-size: 16.1px;
  text-align: center;
}

select.balendar_loader_sel_disable,
select.search_loader_disabled,
select.krs_loader_disabled {
  background-color: var(--blue_dark) !important;
  pointer-events: none;
  background-image: url(asset/images/loading.gif);
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 20px;
  animation-name: infinite_opacity;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-duration: 0.7s;
  animation-direction: alternate;
}

@keyframes infinite_opacity {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

table.jsonjtbls {
  border-collapse: collapse;
}

table.jsonjtbls td {
  border-top: none;
  border-left: none;
  border-right: 0.5px solid var(--gray);
}

div.shm_more_infos,
div.shm_extra_infos,
div.shm_more_infos_up,
div.shm_extra_infos_up {
  width: 100%;
}

button.shm_more_btn,
button.shm_more_btn_up {
  background-color: rgba(6, 33, 49, 0.541);
  background-color: var(--bg_dark);
  height: 48px;
  border-radius: 6px;
  font-size: 16.5px;
  font-weight: 600;
  background-image: url(asset/images/downWhite.svg);
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0px 10px;
  z-index: 2;
  transition: all 0.2s;
}

button.shm_more_btn_open,
button.shm_more_btn_open_up {
  background-image: url(asset/images/upWhite.svg);
  background-size: 17px;
  transition: all 0.2s;
}

.npl {
  font-family: npl !important;
}

form.shmak_frm div.multiple_input,
form.shmak_frm_up div.multiple_input {
  gap: 5px 5px;
}

div.diagloader_shmak,
div.diagloader_shmak_up,
div.diagloader_xarji_up,
div.diagloader_xarji {
  padding: 8px 8px;
}

button.edit_pbtn_pedanawa_sa7 {
  background-image: url(asset/images/check_green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

div.diaginner_xarji,
div.diaginner_xarji_up,
div.diaginner_shmak,
div.diaginner_shmak_up {
  width: 458px;
  max-width: 98%;
  margin-top: calc(2% + 0px);
}

p.titlemens {
  font-size: 14.5px;
  display: block;
  text-align: right;
  padding: 0px 8px 0px 0px;
  margin-top: 8px;
  font-weight: normal;
  margin-bottom: 0.2px;
  opacity: 0.9;
}

div.kredanloader {
  margin-bottom: 25px;
}

button.create_shwen_btn,
button.create_qsp_btn,
button.create_qsp_btn_up,
button.create_shwen_btn_up {
  width: 100%;
  display: block;
  height: 47px;
  border-radius: 8px;
  background: #184483;
}

button.create_qsp_btn,
button.create_qsp_btn_up {
  background: #026a5394;
}

div.dialog_insearch {
  z-index: 8;
  background-color: rgb(0 0 0 / 55%);
  backdrop-filter: blur(12px);
}

div.shwen_s_main_loader,
div.qs_s_main_loader,
div.qs_s_main_loader_up,
div.sinputs_loader {
  margin-top: 10px;
  width: 100%;
  display: flex;
  gap: 8px 7px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: space-between;
  flex-direction: column;
}

div.sinputs_loader_xarji {
  margin-top: 0px;
}

div.shwen_s_main_div,
div.qs_s_main_div,
div.qs_s_main_div_up,
div.sinputs_main {
  padding: 6px 4px;
  background: #022134;
  border-radius: 8px;
}

div.qs_s_main_div,
div.qs_s_main_div_up {
  background: #004536;
}

img.loadercont_shm,
img.loadercont_qs {
  display: block;
  width: 40px !important;
  margin: 0 auto;
}

button.shwen_g_names,
button.qspd_g_names,
button.resbtns_g_names {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 5px 5px;
  height: 47px;
  background-color: #0e3d59;
  border-radius: 8px;
  padding: 0px 8px;
  flex-direction: row-reverse;
  background: linear-gradient(270deg, #33025d 0%, #184483 88%);
  box-shadow: inset 0px 0px 12px -6px #ffffff82;
}

button.qspd_g_names {
  background: linear-gradient(270deg, #1b6835 0%, #015a47d1 88%);
}

button.resbtns_g_names {
  background: linear-gradient(270deg, #104f53 0%, #184483 88%);
}

button.res_alyat_s {
  background: linear-gradient(270deg, #6d1338 0%, #184483 88%);
}

span.loading_snames {
  position: absolute;
  left: -3px;
  top: 66%;
  height: 100%;
  display: none;
  width: 45px;
  transform: translateY(-50%);
  background-image: url(asset/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  pointer-events: none;
}

button.shwen_g_names span {
  pointer-events: none;
  text-align: right;
}

span.gshname,
span.gqspname {
  font-family: npl;
  top: 0px;
  font-size: 17px;
}

span.gshphone1 {
  font-size: 14.5px;
}

p.shnf,
p.qspnf {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  top: 27px;
  color: var(--white);
  height: 90px;
}

div.trans_fls_btns a.trans_active_fl_btn {
  background: #14547b;
}

table.transtbl_blue button.edit_pbtn:hover {
  background-color: rgb(6 57 92 / 62%);
  transition: background-color 0.2s;
}

table.transtbl_green button.edit_pbtn:hover {
  background-color: rgb(6 92 69 / 51%);
  transition: background-color 0.2s;
}

table.transtbl_blue thead th {
  background-color: rgb(0 0 0 / 45%);
  border: 0.5px solid rgb(20 84 123 / 60%);
  border: none;
  border-bottom: 0.5px solid rgb(20 84 123 / 60%);
}

table.transtbl_green thead th {
  background-color: rgb(0 14 5 / 70%);
  border: 0.5px solid rgb(20 123 86 / 60%);
  border: none;
  border-bottom: 0.5px solid rgb(20 123 86 / 60%);
}

table.transtbl_blue tbody tr:nth-child(odd) {
  background-color: rgb(2 23 35 / 70%);
}

table.transtbl_green tbody tr:nth-child(odd) {
  background-color: rgb(2 28 21 / 75%);
}

table.transtbl_blue tbody tr:nth-child(even) {
  background-color: rgb(2 23 35 / 85%);
}

table.transtbl_green tbody tr:nth-child(even) {
  background-color: rgb(2 35 26 / 85%);
}

table.transtbl_blue tr,
table.transtbl_green tr {
  border: none;
}

table.transtbl_green caption {
  background: rgb(2 39 28 / 73%);
}

table.transtbl_blue caption {
  background: rgb(0 33 53 / 59%);
}

table.transtbl_blue {
  border: 1px solid rgb(20 84 123 / 60%);
}

table.transtbl_green {
  border: 1px solid rgb(14 118 78 / 34%);
}

table.transtbl_blue td {
  border: 0.5px solid rgb(20 84 123 / 60%);
}

table.transtbl_green td {
  border: 0.5px solid rgb(14 118 78 / 34%);
}

table.transtbl_blue td,
table.transtbl_green td {
  height: 50px;
  padding: 4px 4px;
  text-align: center;
  font-size: 12.5pt;
  border-left: none;
  border-right: none;
}

table.transtbl_blue td.print_btn_td {
  background: rgb(0 0 0 / 35%);
}

table.transtbl_blue tfoot tr {
  background: rgb(0 31 51 / 85%);
}

table.transtbl_green tfoot tr {
  background: rgb(0 44 33 / 85%);
}

div.trans_fls_btns a {
  background: rgb(20 84 123 / 35%);
}

table.transtbl_blue button.edit_pbtn {
  background-color: rgb(6 57 92 / 15%);
}

table.transtbl_green button.edit_pbtn {
  background-color: rgb(6 89 92 / 7%);
}

table.transtbl_blue tbody tr:hover {
  background-color: rgb(0 37 59 / 90%) !important;
  transition: background-color 0.3s;
}

table.transtbl_green tbody tr:hover {
  background-color: rgb(3 55 41 / 90%) !important;
  transition: background-color 0.3s;
}

button.show_shm_li_pop_btn,
button.show_shm_li_pop_btn_null {
  background-image: url(asset/images/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
  height: 100%;
  background-color: rgb(6 57 92 / 15%);
  cursor: pointer;
  padding-bottom: 4px;
}

button.show_shm_li_pop_btn_null {
  background-image: url(asset/images/menured.png);
}

div.bntm_popup_main {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 46%);
  z-index: 6;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

div.bntm_popup_content {
  display: none;
  position: fixed;
  bottom: 48px;
  left: 50%;
  width: 95%;
  max-width: 100%;
  transform: translateX(-50%);
  height: auto;
  max-height: 82%;
}

div.bntm_popup_top {
  background: transparent;
  width: 100%;
  z-index: 2;
  height: 40px;
}

div.bntm_popup_content_loaders {
  padding: 0px 0px;
  background-color: rgb(4 51 79);
  border-radius: 16px;
  overflow-y: hidden;
  max-height: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
}

p.bntm_popup_ttl {
  text-align: center;
  flex: 1 1 auto;
  font-size: 17px;
  font-weight: normal;
  font-family: "npl";
}

table.table_shmak_lists * {
  border: none !important;
}

table.table_shmak_lists {
  border: none;
  box-shadow: -4px 5px 10px -4px #00000075;
  margin-top: 5px;
}

table.table_shmak_lists thead tr th {
  background-color: rgb(0 0 0 / 0%) !important;
  border: 0.5px solid rgb(108 108 108 / 0%) !important;
  border: none !important;
  border-bottom: 0.5px solid rgb(0 60 112) !important;
}

table.table_shmak_lists tbody tr td {
  border: 0.5px solid rgb(165 177 199 / 42%) !important;
  height: 48px;
  padding: 3px 3px;
  border-left: none !important;
  border-right: none !important;
}

table.table_shmak_lists tbody tr:nth-child(even) {
  background-color: rgb(17 27 33 / 66%) !important;
}

table.table_shmak_lists tbody tr:nth-child(odd) {
  background-color: rgb(17 27 33 / 66%) !important;
}

table.table_shmak_lists tfoot tr {
  background: rgb(30 22 42 / 78%);
}

table.tbls_inners caption,
table.tbls_inners_0 caption {
  padding: 8px 6px 8px 6px;
  background: rgb(2 28 47 / 70%) !important;
  font-size: 14pt;
  font-weight: normal;
  border: 1px solid var(--gray);
  border-bottom: none;
  font-family: "npl";
  border: none;
  text-align: center;
}

table.tbls_inners tfoot tr td,
table.tbls_inners_0 tfoot tr td {
  padding: 4px 10px;
  font-family: "npl";
  font-size: 14pt;
  height: 40px;
}

div.top_s_shwen {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  height: 35px;
  border-radius: 8px;
  background-color: transparent;
}

div.top_s_shwen button {
  flex: 1 1 100%;
  height: 100%;
  font-size: 15px;
  background-color: transparent;
}

button.act_flsh {
  color: #fffeab;
}

div.two_btns_men {
  display: flex;
  gap: 4px;
  width: calc(100% - 12px);
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0 auto;
}

div.top_functions div.sub_mensshow div.two_btns_men a,
div.top_functions div.sub_mensshow div.two_btns_men button {
  width: auto;
  flex: 1 1 50%;
  display: inline-block;
  text-align: center;
}

button.get_updates_btn {
  position: fixed;
  display: none;
  bottom: 19vh;
  height: 40px;
  left: auto;
  top: auto;
  width: auto;
  background: linear-gradient(90deg, #179e70b3 0%, #a7b30269 100%);
  border-radius: 47px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 2;
  font-size: 14.3px;
  padding: 0px 12px 0px 10px;
  opacity: 1;
  transition: all 1100ms ease-in-out;
}

.righttoleftupdatesbtn {
  right: -1px;
  display: block !important;
  animation-name: righttoleftupdatesbtn;
  animation-iteration-count: unset;
  animation-timing-function: ease-in-out;
  animation-duration: 1100ms;
  animation-direction: normal;
  animation-delay: 0ms;
}

@keyframes righttoleftupdatesbtn {
  0% {
    right: -300px;
  }

  100% {
    right: -1px;
  }
}

div.bntm_popup_content_loaders_updates {
  text-align: right;
  padding: 25px 25px 25px 12.5px;
  direction: rtl;
  line-height: 32.5px;
  font-size: 17.5px;
  font-weight: normal;
  font-family: npl;
}

button.done_updates_text {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 16px;
  margin-top: 20px;
  background: #00000047;
  color: #ffffffd1;
  font-family: "np";
}

div.btm_gupdates_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.animatefadeout {
  opacity: 0 !important;
  animation-name: fadeout !important;
  animation-iteration-count: unset !important;
  animation-timing-function: ease-in-out !important;
  animation-duration: 1100ms !important;
  animation-direction: normal !important;
  animation-delay: 0ms !important;
  transition: all 1100ms ease-in-out !important;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animatefadein {
  animation-name: fadein !important;
  animation-iteration-count: unset !important;
  animation-timing-function: ease-in-out !important;
  animation-duration: 1100ms !important;
  animation-direction: normal !important;
  animation-delay: 0ms !important;
  transition: all 1100ms ease-in-out !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeout {
  opacity: 0 !important;
  transition: all 0.4s ease-out !important;
}

.fadein {
  opacity: 1 !important;
  transition: all 50ms ease-in !important;
}

td.address_td,
a.address_td,
p.address_td {
  font-size: 16.5px;
  font-weight: normal;
  border-radius: 6px;
  line-height: normal;
  font-family: np;
  padding-top: 0px;
  color: white;
}

div.qmawagetdiv {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background: var(--bg_dark);
  height: 40px;
  line-height: 43px;
  border-radius: 6px;
  cursor: pointer;
}

label.checkshmgetqarz_lbl {
  height: 100%;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

input#checkshmgetqarz {
  right: 10px;
  flex: 0 0 auto;
  width: 17px;
}

table.bluetbls {
  border: 1px solid #174867;
}

table.bluetbls thead th {
  /* background-color: #022439; */
  background-color: #011a29;
  border: 0.5px solid #174867;
}

table.bluetbls td {
  border-top: none;
  border-left: none;
  border: 0.5px solid #174868;
  border-right: 0.5px solid #174868;
}

table.bluetbls button.add_lasttfootbtn {
  /* background-color: #022439; */
  background-color: #021939;
}

table.bluetbls tfoot tr {
  /* background: #022439; */
  background: #021939;
}

table.bluetbls tfoot td:last-child {
  border-bottom: 1px solid #174867;
}

div.main_mabastakan_div {
  display: none;
  width: 100%;
  margin-top: 6px;
}

div.mabastakan_div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  gap: 4px 4px;
}

div.mabast_sel_chk_main {
  background: #111b21;
  flex: 1 1 auto;
  text-align: right;
  padding: 0px 8px 0px 34px;
  line-height: 40px;
  height: 42px;
  cursor: pointer;
  border-radius: 8px;
  min-width: calc(50% - 2px);
  transition: all 0.2s;
}

/* div.mabast_sel_chk_main:last-child {
  max-width: 100%;
} */
div.mabast_sel_chk_main * {
  pointer-events: none;
}

div.mabast_sel_chk_main_checked {
  background: var(--blue_dark);
}

span.mabast_chk_sp {
  width: 22px;
  height: 22px;
  position: absolute;
  background-color: #111b21;
  right: auto;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-image: none;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17.5px;
}

span.mabast_chk_sp_checked {
  background-image: url(asset/images/check_green.png);
}

span.mabast_s_sp {
  font-size: 15px;
}

div.all_sdiv,
div.all_sdivq,
div.is_qarz_add_div,
div.is_qarz_up_div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
  gap: 0px 6px;
  cursor: pointer;
  background: #111b21;
  padding: 0px 9px;
  border-radius: 8px;
  margin-bottom: 4px;
  margin-top: 8px;
}

label.justdeleted_froshtnlbl,
label.justqarz_froshtnlbl,
label.fr_is_qarz_add_lbl,
label.fr_is_qarz_up_lbl {
  pointer-events: none;
  flex: 0 0 auto;
  font-size: 16.5px;
  cursor: pointer;
}

input.justdeleted_froshtn,
input.justqarz_froshtn,
input.fr_is_qarz_add,
input.fr_is_qarz_up {
  pointer-events: none;
  flex: 0 0 auto;
  width: 15px;
  cursor: pointer;
}

button.edit_pbtn_pdanawa span {
  font-size: 37px;
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff5757bd;
}

div.bchbtmc {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 4px;
  align-items: stretch;
  padding: 4px 4px;
}

div.bchbtmc button {
  flex: 1 1 100%;
  height: 100%;
  padding: 14px 0px;
  background: var(--black);
  font-size: 16.5px;
  font-weight: 600;
  border-radius: 6px;
}

input#qapan_input_drname:disabled {
  background-color: var(--bg_dark) !important;
  opacity: 1;
}

div.kesh_1_div,
div.kesh_1_div *,
div.batalakan_for_driver_div,
div.batalakan_for_driver_div *,
div.kesh_2_div,
div.kesh_2_div * {
  cursor: pointer;
}

div.kesh_1_div input:hover,
div.batalakan_for_driver_div input:hover,
div.kesh_2_div input:hover,
div.kesh_3_div input:hover,
div.kesh_1_div:hover input,
div.batalakan_for_driver_div:hover input,
div.kesh_2_div:hover input,
div.kesh_3_div:hover input {
  background: var(--blue_dark);
  transition: all 0.1s;
}

input#batalakan_for_driver:disabled {
  background-color: var(--bg_dark) !important;
}

input#batalakan_for_driver {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -ms-user-select: none !important;
}

p.qapan_getkg {
  font-size: 25px;
  font-family: npl;
  text-align: left;
  top: -0.5px;
  padding-left: 36px;
}

p.qapan_getkg::before {
  content: "";
  background-image: url(asset/images/weight.png);
  width: 32px;
  height: 32px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

canvas#canvas {
  width: 100%;
}

video#video {
  width: 100%;
}

input#kesh_1:disabled,
input#kesh_2:disabled,
input#kesh_3:disabled {
  background-color: var(--bg_dark) !important;
}

div.qapan_waiting_list_div {
  height: 100%;
  background: #111b2147;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  width: 210px;
  right: -216px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

p.nf_q_wa {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}

p.q_w_ttl {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  background: transparent;
  transform: translateX(-50%);
  font-size: 14px;
}

div.qapan_waiting_list_div_loader {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 5px 0px;
  width: 100%;
  height: calc(100% - 80px);
  align-items: stretch;
  margin-top: 40px;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

button.qapan_load_waiting_btn:nth-child(even) {
  background: linear-gradient(90deg, #003b65bf, #066952b5);
}

button.qapan_load_waiting_btn:nth-child(odd) {
  background: linear-gradient(90deg, #002565bf, #066869b5);
}

button.qapan_load_waiting_btn.oldlistsbtn {
  background: linear-gradient(90deg, #2e4b08bf, #1e5308);
}

button.qapan_load_waiting_btn {
  flex: 0 1 auto;
  height: 50px;
  max-height: 50px;
  padding: 15px 8px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  gap: 0px 6px;
  border-radius: 8px;
}

button.qapan_load_waiting_btn:hover {
  background: linear-gradient(90deg, #026084bf, #05a676bf);
  background: linear-gradient(90deg, #491476bf, #113879bf);
}

button.active_qapan_load_waiting_btn {
  background: linear-gradient(90deg, #0d62a6, #009c35) !important;
}

button.qapan_load_waiting_btn span {
  pointer-events: none;
}

span.qapan_wl_dr_name {
  font-size: 15.5px;
  flex: 1 1 auto;
  text-align: right;
  top: -9px;
}

span.qapan_wl_dr_name span {
  font-size: 13px;
}

span.qapan_wl_dr_carno {
  font-size: 16px;
  font-weight: normal;
  flex: 1 1 auto;
  text-align: left;
  font-family: "np";
  letter-spacing: 0.5px;
  top: -5px;
  color: #d9c324;
}

span.timeaddshow {
  font-size: 11px;
  direction: ltr;
  position: absolute;
  left: 9px;
  top: 29px;
}

span.dateaddshow {
  font-size: 11px;
  position: absolute;
  top: 29px;
  right: 9px;
}

button.del_qapan_saved_btn_wl {
  width: 100%;
  display: block;
  height: 100%;
  background: #4b020270;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4.5px;
}

div.qapan_waiting_list_btm {
  background: transparent;
  height: 40px;
  border-radius: 16px;
}

div.multiple_input div.if_qapan_batala_sarwasl_div,
div.multiple_input div.qapan_qarz_div,
div.multiple_input div.if_qapan_photo_sarwasl_div {
  background: #111b21;
  padding: 8px 0px;
  border-radius: 8px;
  cursor: pointer;
}

div.multiple_input div.if_qapan_batala_sarwasl_div *,
div.multiple_input div.if_qapan_photo_sarwasl_div * {
  cursor: pointer;
}

div.multiple_input label.if_qapan_batala_sarwasl_lbl,
div.multiple_input label.qapan_qarz_lbl,
div.multiple_input label.if_qapan_photo_sarwasl_lbl {
  flex: 1 1 auto;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 15.5px;
  padding-right: 30px;
  pointer-events: none;
}

div.multiple_input input.if_qapan_batala_sarwasl,
div.multiple_input input.qapan_qarz,
div.multiple_input input.if_qapan_photo_sarwasl {
  pointer-events: none;
  width: 16.5px;
  flex: 1 1 auto;
  position: absolute;
  top: 50%;
  left: auto;
  right: 7px;
  transform: translateY(-50%);
}

div.multiple_input div.qapan_qarz_div {
  flex: 1 1 32%;
  height: 45px;
  top: auto;
  transform: translateY(55%);
}

div.multiple_input label.qapan_qarz_lbl {
  top: 58%;
  transform: translateY(-50%);
}

input.ifcarnoinput {
  font-size: 20px;
  padding-top: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

input.qbtnbtns:disabled {
  background-color: #016650 !important;
}

div.btns_main a.qapan_index {
  height: 48px;
  line-height: 26px;
  padding: 10px 5px 10px 5px;
  border-radius: 10px;
  color: var(--txt);
  font-family: npl;
  font-size: 18px;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  width: 27%;
  text-align: center;
  transition: all 0.2s;
  background-color: #031439e3;
  position: absolute;
  top: -59px;
  right: 0;
  height: 45px;
}

div.btns_main a.qapan_batalakan {
  right: auto !important;
  left: 0px !important;
  background-color: #2c0339e3 !important;
}

input#batalakan_save_btn {
  padding: 15px 10px 12px 10px;
  margin-bottom: 12px;
}

span.qapan_dr_shwen_shows {
  position: absolute;
  font-size: 12px;
  bottom: -15px;
  top: auto;
  left: 0;
  right: auto;
  opacity: 0.9;
}

div.qapan_waiting_list_div_onresp {
  height: 100%;
  background: #111b2147;
  display: block;
  position: fixed;
  bottom: 0px;
  left: auto;
  width: 100%;
  right: auto;
  border-radius: 0px;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

div.qapan_waiting_list_div_loader_onresp {
  padding-right: 16px;
}

button.drop_camera_btn {
  background: #064259;
  border-radius: 6px;
  height: 43px;
  font-size: 16px;
  text-align: right;
  padding: 2px 12px;
  background-image: url(asset/images/camera.png);
  background-position: 9px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

div.qapan_dr_byinput_main_div {
  display: none;
  width: 100%;
  position: absolute;
  background: darkblue;
  top: 100%;
  bottom: auto;
  z-index: 2;
}

.qapan_dr_byinput_loader_div {
  display: flex;
  width: 100%;
  position: absolute;
  background: #151592;
  top: 100%;
  bottom: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 10px 0px;
}

span.waiting_tk_photo {
  pointer-events: none;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 32px;
  background-color: transparent;
  top: 53%;
  transform: translateY(-50%);
  background-image: url(asset/images/loading.gif);
  background-image: url(asset/images/check_green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}

span.qapan_dr_loading {
  background-image: url(asset/images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  position: absolute;
  left: 6px;
  top: 69%;
  transform: translateY(-50%);
  width: 23px;
  height: 28px;
  background-color: transparent;
  pointer-events: none;
}

div.qapan_dialogtitle {
  background-color: transparent;
}

/* div.kesh_3_div label,
div.kesh_1_div label,
div.kesh_2_div label {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
} */
div.kesh_3_div input,
div.kesh_1_div input,
div.kesh_2_div input {
  font-size: 18px;
  letter-spacing: 0.8px;
  padding-top: 8px;
}

/* div.kesh_3_div,
div.kesh_1_div,
div.kesh_2_div {
  background: #0e6e68ab;
  padding: 4px 4px;
  border-radius: 8px;
} */

div.jorebar_loader_main {
  display: none;
  max-height: 278px;
  transform-origin: top center;
  width: 100%;
  position: absolute;
  overflow-x: auto;
  margin-top: 0;
  top: 74px;
  bottom: auto;
  object-position: top;
  z-index: 2;
}

div.jorebar_loader {
  width: 100%;
  background: #111b21;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px 5px;
  padding: 5px 5px;
  z-index: 1;
  border-radius: 8px;
}

div.jorebar_loader button {
  flex: 1 1 26%;
  background: #1e3340;
  padding: 10px 2px;
  font-size: 16px;
  border-radius: 4px;
}

div.jorebar_loader button:hover {
  background-color: #243948;
  font-weight: 600;
  transition: all .1s;
}

.delq {
    background-image: url(asset/images/delete.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-color: transparent;
    cursor: pointer;
}
/* #region media */
@media screen and (max-width: 675px) {
  div.bakredraw_item {
    flex: 1 1 100%;
  }

  div.bntm_popup_content_loaders {
    border-radius: 25px 25px 0px 0px;
    max-height: 58vh;
    overflow-y: auto;
  }

  div.bntm_popup_content {
    bottom: 0;
    width: 100%;
    max-height: none;
  }
}

@media screen and (max-width: 500px) {
  div.btns_main {
    margin-top: 2px;
  }

  .fit_left {
    left: 0px !important;
  }

  .fit_right {
    right: 0px !important;
  }

  div.tpbtns_b {
    padding: 0px 0px;
    gap: 6px 6px;
  }

  div.tpbtns_b a {
    padding: 10px 14px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .top_functions .sub_mensshow {
    top: 105%;
  }
}

@media screen and (max-width: 461px) {
  img.topLogo {
    width: 128px;
  }

  div.fls_btns_xarji a {
    flex: 1 1 10% !important;
    padding: 6px 1px 10px 1px;
  }
}

@media screen and (max-width: 440px) {
  div.tpbtns_b a {
    padding: 10px 5px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16.5px;
  }
}

@media screen and (max-width: 394px) {
  div.fls_btns {
    gap: 4px 4px;
  }

  div.fls_btns a {
    flex: 1 1 15%;
    padding: 6px 1px 10px 1px;
  }
}

@media screen and (max-width: 348px) {
  div.tpbtns_b a {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 330px) {
  div.multiple_input {
    gap: 5px;
  }

  div.info_zoom_main {
    padding-bottom: 5px;
    padding-top: 20px;
  }
}

/* #endregion media */