: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;

  --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";
}

*,
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;
}

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 {
  margin-top: 30px;
  direction: rtl;
}
img.topLogo {
  width: 180px;
  margin: 0 auto;
  display: inline-block;
}
.actr:active {
  transform: translate(0px, 0px) scale(0.98);
  transition-duration: 0.2s;
}
div.btns_main {
  display: flex;
  gap: 8px;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  overflow-x: auto;
}

div.btns_main a {
  padding: 8px 14px;
  font-size: 18px;
  height: 45px;
  line-height: 26px;
  font-weight: 500;
  background: var(--blue);
  border-radius: 16px;
}
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;
}
p.diag_p_ttl {
  text-align: center;
  flex: 1 1 auto;
  font-size: 17px;
  font-weight: 600;
  left: 13px;
}
button.diagbtnclose {
  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;
  opacity: 0.9;
}

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 {
  background: var(--blue_dark);
}

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: right;
  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: 9px;
}

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); */
  font-size: 16.5px;
  letter-spacing: 0.5px;
}

div.multiple_input .inputs_main select {
  font-size: 18px;
  letter-spacing: 0.6px;
}

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 {
  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: 20px;
  flex-direction: row;
  direction: rtl;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 18px;
}

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;
}

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;
}
div.kredanloader {
  margin-top: 20px;
}

p.nf {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  top: 40px;
  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 {
  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 {
  flex: 1 1 auto;
  width: 100px;
  height: 40px;
  border-radius: 8px;
  padding-bottom: 4px;
}
button.delete_btn {
  background: var(--red);
}
button.cancel_btn {
  background: var(--green_dark);
}

div.content_load {
  margin-top: 20px;
}

table.tbls {
  margin: 0 auto;
  margin-top: 20px;
  direction: rtl;
  width: 100%;
  border-spacing: 0;
  padding: 0px 0px !important;
  border: 1px solid var(--gray);
}
table.tbls 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 {
  border: none;
}
table.tbls td:nth-child(1),
table.tbls thead th:nth-child(1) {
  border-right: none;
}
table.tbls td:last-child,
table.tbls thead :last-child {
  border-left: none;
}

table.tbls td {
  border: 0.5px solid var(--gray);
  height: 50px;
  padding: 6px 6px;
  text-align: center;
  font-size: 12.5pt;
}

table.tbls tbody tr:nth-child(odd) {
  background-color: var(--btn_bg);
}

@media print {
  .print_show {
    display: table-caption !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 {
    border: 1px solid #b0b0b0;
  }
  table.tbls caption {
    background: #efefef;
    color: black;
    border: 1px solid #b0b0b0;
  }
  table.tbls thead th {
    background-color: #dfdfdf;
    border: 0.5px solid #b0b0b0;
    color: black;
  }

  table.tbls tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
  table.tbls tbody tr:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.tbls td {
    border: 0.5px solid #b0b0b0;
    color: black;
  }

  table.tbls tfoot tr.tdsums td {
    background-color: #efefef !important;
  }
}

caption {
  padding: 12px 5px;
  background: var(--blue);
  font-size: 16pt;
  font-weight: bold;
  border: 1px solid var(--gray);
  border-bottom: none;
  font-family: "npl";
}

div.table_inner {
  overflow-x: auto;
}

button.edit_pbtn {
  width: 100%;
  height: 100%;
  background: transparent;
  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-top: 20px;
  margin-bottom: 20px;
}
div.fls_btns a {
  flex: 1 1 auto;
  background: var(--bg_light);
  padding: 6px 8px 8px 8px;
  border-radius: 10px;
  line-height: normal;
}
div.fls_btns a.actractive_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;
}
.main_wasl_print * {
  direction: rtl;
}

p.tels_pr {
  font-family: np;
  font-size: 18pt;
  text-align: left;
  color: #161616;
  direction: ltr;
  background-color: #e3f5ff;
  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;
  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 100%;
  padding: 0px 0px;
}
.mid_pr_top div:first-child {
  text-align: right;
}
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: -20px;
  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 {
  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;
}
