/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

* {
  box-sizing: border-box;
}

/* ---------------------end reset */
@font-face {
  font-family: 'DejaVu Sans';
  src: url('../fonts/DejaVuSans.eot');
  src: url('../fonts/DejaVuSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DejaVuSans.woff2') format('woff2'),
    url('../fonts/DejaVuSans.woff') format('woff'),
    url('../fonts/DejaVuSans.ttf') format('truetype'),
    url('../fonts/DejaVuSans.svg#DejaVuSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'DejaVu Sans' !important;
}

.img_fluid {
  width: 100%;
  height: 100%;
}

.show_ {
  display: block !important;
}

.tab_contents {
  display: none;
}
.relative {
  position: relative;
}
/* -------------------- end base------------ */
.header_ {
  padding: 10px 0;
  background: #ffffff;
}

.header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right_buttons {
  display: flex;
  align-items: center;
}

.logo_box {
  width: 135px;
}

.burger {
  width: 60px;
  height: 30px;
  position: relative;
  margin: 10px 10px;
  cursor: pointer;
  z-index: 23;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.burger .line_1 {
  position: absolute;
  height: 3px;
  width: 70%;
  background: #ffc057;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.burger .line_2 {
  top: 10px;
  width: 55%;
  position: absolute;
  background: #ffc057;
  height: 3px;
  margin-left: 7px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.burger .line_3 {
  top: 20px;
  width: 70%;
  position: absolute;
  background: #ffc057;
  height: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.admin_panel {
  width: 400px;
  height: 100%;
  background: #444444;
  overflow-y: auto;
  color: #ffffff;
  padding: 20px 10px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -400px;
  transition: all 0.3s linear;
}

.panel_active {
  left: 0px;
}

.admin_img_box {
  width: 135px;
  height: 135px;
  margin: 10px auto;
  border-radius: 50%;
  border: 2px solid #2b9b2b;
  padding: 44px 0px;
}

.sign_out {
  padding: 10px;
  background: #ffc057;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s linear;
  color: #ffffff;
}

.sign_out:hover {
  background: #191b19;
}

.panel_list_group {
  margin-top: 20px;
}

.panel_list {
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s linear;
}

.panel_list:hover {
  background: #2b9b2b;
}

/* ------------------------------- end admin panel ------------------ */
.tool_bar {
  width: 100%;
  padding: 20px 0px;
  background: #4f394a;
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.tool_bar h1 {
  color: #ffff;
  font-size: 20px;
  letter-spacing: 1px;
}
.tool_bar_actions {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
@media screen and (max-width: 1376px) {
  .tool_bar_actions{
    overflow: auto;
    width: 50%;
    padding-left: 5px;
  }
  .tool_bar_actions input{
    width: 200px !important;
  }
}
.tool_bar_icons {
  margin-right: 15px;
  cursor: pointer;
  margin-right: 15px;
  cursor: pointer;
  padding: 7px;
  background: rgba(132, 132, 132, 0);
  /* transition: all .3s linear; */
  width: 40px;
  height: 40px;
}
#ordersPage .tool_bar_icons {
  width: 50px;
}
.tool_bar_icons svg {
  transition: all 0.3s linear;
  border-radius: 3px;
  fill: #ffc057;
}
.tool_bar_icons:hover {
  background: rgba(132, 132, 132, 0.5);
}
.ship_change i {
  color: #fff;
  font-size: 22px;
  padding-top: 2px;
}
/*------------------- end tool bar sec ------------------------- */
.order_list_info {
  padding: 10px;
  margin-bottom: 10px;
}

tbody:nth-child(even) {
  background: lightblue;
}

.order_list_ul {
  display: flex;
  align-items: center;
}

.order_list_li {
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  position: relative;
}

.order_titles_wrap ul {
  display: flex;
  align-items: center;
}

table {
  margin-bottom: 10px;
  width: 100%;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 10px 0px;
  text-align: center;
}
.associated_wrapper,
.sale_wrapper,
.sponsored_wrapper {
  margin: 30px auto auto auto;
}
.products_card {
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
  border-radius: 10px;
  min-height: 300px;
  background: #ffffff;
  border: 2px solid transparent;
}
.products_card_active {
  border-color: red;
}
.products_Salecard_active {
  border-color: red;
}
.products_card ul {
  margin-top: 20px;
}
.products_card li {
  line-height: 1.5;
}
.tbody_ {
  cursor: pointer;
}
.tbody_active {
  background: #2b9b2b !important;
}
.saleinfo_popup_parent,
.info_popup_parent {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow-y: scroll;
}
.close_popup {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: -35px;
  right: -30px;
  z-index: 9999;
  cursor: pointer;
}
.saleinfo_popup,
.info_popup {
  background: #fff;
  padding: 20px;
  margin-top: 145px;
  position: relative;
}
.default_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999999;
}
.def_pop_wind {
  background: white;
  padding: 10px;
  width: 800px;
  margin: 20px auto;
  border-radius: 5px;
  height: auto;
  position: relative;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.def_pop_wind_act {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.def_pop_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.send_type {
  background: #28a745 !important;
  margin-right: 10px;
}
.cancel_send_type {
  border: 1px solid #f45048 !important;
  background: #f45048 !important;
}
#orderListInfo h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}
.product_boxs {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  display: none;
}
.product_img {
  width: 200px;
  height: 150px;
  margin: auto;
}
.saleinfo_popup_parent .products_card {
  width: 390px;
  margin: auto;
}
.saleinfo_popup_parent .product_img {
  height: 200px;
}
.err_text {
  color: red;
  font-size: 13px;
  display: none;
}
.sighn_img {
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: auto;
  display: block;
}
.sign_img_main {
  width: 100%;
  height: 280px;
  display: block;
}
.on_off_label {
  width: 30px;
  height: 19px;
  background: #f44336;
  display: block;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
}
.on_off_label.on {
  background: green;
}
.on_off_label::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.on_off_label.label_active::after {
  left: 13px;
}
.staff_box {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  width: 500px;
  margin: auto;
}
.reg_staff_status p {
  font-size: 18px;
  font-weight: bolder;
  margin-right: 15px;
}
.staff_box .on_off_label {
  margin: 0px;
}
.slider_img {
  width: 150px;
  border: 2px solid #ffc057;
}
.add_slider_box {
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  padding: 10px;
}
.add_banner_txt {
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
}
/* ------------------------ end all pages ------------ */
body#logIng {
  background-image: url('../img/loginbg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.singin_box {
  width: 600px;
  height: auto;
  border-radius: 10px;
  background: #ffffff;
  margin: 170px auto auto auto;
  padding: 40px 35px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 992px) {
  .singin_box{
    width: 100%;
    margin: 100px auto auto auto;
  }
}
.singin_logo {
  width: 133px;
  margin: auto;
}
.singin_logo img {
  width: 113px;
}
.title {
  font-size: 22px;
  color: #2b1c10;
  text-transform: capitalize;
  margin: 50px auto;
  text-align: center;
}

.signin_form label {
  font-size: 18px;
  color: #2d2d2d;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.signin_form input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e0e3e4;
  outline: none;
  font-size: 16px;
  color: #737e85;
  padding: 15px 0;
  margin-bottom: 30px;
}
.signin_btn {
  color: #ffffff !important;
  background: #ffc057;
  height: 50px !important;
  border-radius: 10px;
  border: none !important;
  outline: none !important;
  margin-bottom: 0px !important;
  font-size: 16px !important;
}
.signin_bottom-texts {
  font-size: 14px;
}
.forgot_password {
  color: #ffc057;
}
.not_account span {
  color: #ffc057;
}
.not_account {
  color: #737e85;
}
.login_err_txt {
  text-align: center;
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  display: none;
}
/* ------------------------ end singin pages ------------ */
.page-item.active .page-link {
  background-color: #ffc057;
  border-color: #ffc057;
  box-shadow: unset;
}
.page-link:focus {
  box-shadow: unset;
}
.page-link:hover {
  background-color: #ffc057 !important;
  border-color: #ffc057 !important;
}
.finish_order {
  outline: none;
  border: none;
  background: #ffc057;
  width: 100%;
  height: 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}
.button_active {
  pointer-events: none;
  opacity: 0.5;
}
.moduls_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.5;
  padding: 0px 10px;
}
.moduls_container label {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bolder;
}
.moduls_container input {
  width: 20px;
  height: 20px;
}
/* ------------------------------ */

#staff_page_popup .container {
  max-width: 1140px;
}
.info_popup_parent .container {
  max-width: 1140px;
}
.saleinfo_popup_parent .container {
  max-width: 1140px;
}
/* -------------------------------- */
.modul_box,
.user_box {
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.75);
  background: #f6f6f6;
  padding: 10px 0px;
}
.user_box {
  min-height: 500px;
  overflow-y: scroll;
}
.user_list {
  font-size: 22px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffc057;
  padding: 10px;
  cursor: pointer;
  font-weight: bolder;
}
.user_list:hover {
  background: #ffc057;
}
.user_list_active {
  background: #ffc057;
}
.user_list_group {
  padding: 0px 10px;
}
.admin_user_box {
  width: 50%;
  margin: auto;
}
.add_new_admin_user_btn {
  outline: none;
  border: none;
  background: #ffc057;
  width: 100%;
  height: 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}
#getCustomersWrapper .row_actions {
  display: none;
}
#getCustomersWrapper tbody:nth-child(even) {
  background: transparent;
}
#getStaffWrapper tbody:nth-child(even) {
  background: transparent;
}
#getStaffWrapper .view_btn {
  display: none;
}
#getOrders-content .row_actions {
  display: none;
}
#getOrders-content tbody:nth-child(even) {
  background: transparent;
}
.times {
  color: red;
}
.finished {
  color: green;
}
.open_box,
.carry,
.flat_bed,
.shipp,
.loading {
  color: #f99e28;
}
.status_icon {
  font-size: 32px;
  text-align: center;
  display: block !important;
}
.pop_titles {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
  border: 2px solid;
  padding: 10px;
}
#address_pop_table .search_box {
  display: none;
}
#tarnsaction_pop_table .search_box {
  display: none;
}
.img_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
.img_pop_content {
  position: relative;
  width: 500px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close_img_popup {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: -35px;
  right: -30px;
  z-index: 9999;
  cursor: pointer;
}
#itemsInfoTable .button_ {
  color: red;
}
.tool_bar_customers {
  width: 100%;
  padding: 20px 0px;
  background: #4f394a;
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.tool_bar_customers h1 {
  color: #ffff;
  font-size: 20px;
  letter-spacing: 1px;
}

.notfication_pop_active {
  right: 10px !important;
}
:root,
:host {
  --color: #ef5350;
}

.alert {
  position: fixed;
  top: 11px;
  right: -100%;
  margin: auto;
  height: 100px;
  background: #eee;
  display: grid;
  place-content: center;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 1fr 30px;
  border-radius: 5px;
  border: 1px solid var(--color);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  z-index: 239;
  transition: all 0.3s linear;
}
.alert-icon {
  display: grid;
  margin: auto;
  place-items: center;
  place-content: center;
  border: 2px solid var(--color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.alert-icon::before {
  position: absolute;
  content: '';
  width: 45px;
  height: 45px;
  border-top: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 50%;
  top: 10.5px;
  left: 46.5px;
  margin: auto;
  -webkit-animation: r 0.7s linear infinite;
  animation: r 0.7s linear infinite;
}
@-webkit-keyframes r {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes r {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.alert-message {
  margin: auto;
  border-left: 2px solid var(--color);
  padding-left: 1rem;
  font-size: 22px;
}
.alert-dismiss {
  display: grid;
  color: #e57373;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  place-content: center;
  cursor: pointer;
  width: 100px;
  justify-self: right;
}
#map {
  width: 100%;
  height: 100%;
}
.map_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999999;
}
.map_pop_wind {
  background: white;
  padding: 10px;
  width: 1000px;
  margin: 20px auto;
  border-radius: 5px;
  height: auto;
  position: relative;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.map_pop_wind_active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.map_pop_body {
  width: 100%;
  height: 400px;
}
.map_pop_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.send_map {
  background: #28a745 !important;
  margin-right: 10px;
}
.close_map {
  background: #f45048 !important;
}
#tarnsaction_pop_table .table_top_actions,
#tarnsaction_pop_table .table_action_wrapper,
#address_pop_table .table_top_actions,
#address_pop_table .table_action_wrapper {
  display: none;
}
#items_pop_table .row_actions,
#address_pop_table .row_actions,
#tarnsaction_pop_table .row_actions {
  display: none;
}

.search_dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  background: rgb(94, 70, 89, 0.9);
  border-radius: 10px;
  z-index: 45;
  display: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  height: 335px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #f90 #9c9c9c;
  scrollbar-width: thin;
}
.search_img-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.search_img-box img {
  border-radius: 50%;
  object-fit: cover;
}
.search_dropdown_box {
  display: flex;
  flex-wrap: wrap;
}
.search_value {
  margin-bottom: 15px;
  font-family: 'DejaVu Sans book';
  cursor: pointer;
  background: transparent;
  border-radius: 10px;
  padding: 5px 10px;
  position: relative;
  width: 50%;
}
.search_value:hover {
  background: #f90;
}
.search_title_box {
  width: 80%;
}
.select_btn {
  font-size: 26px;
  cursor: pointer;
}
.main_product_container {
  border-bottom: 2px solid #f90;
}
.main_product_box {
  width: 217px;
  margin: 20px auto;
}
.main_product_box .products_card {
  border-color: #2b9b2b;
  min-height: 255px;
}
.remove_product {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #f45048;
}
.remove_main_product {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #f45048;
}

#associated_products .info_popup {
  margin-top: 60px;
}
#associated_products .product_boxs {
  height: 390px;
  overflow-y: scroll;
}
#associated_products .products_card {
  min-height: 268px;
}
.finish_associated {
  display: flex;
  /* justify-content: flex-end; */
  margin-left: auto;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #2b9b2b;
  color: #fff;
}
#associatedTable tbody:nth-child(even) {
  background: transparent;
}
#associatedTable .button_ {
  width: auto;
  border-radius: 10px;
}
/* ====================================================================== */
/* delete popup */

.delete_pupup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 1px 0px 10px #a2a2a2;
  box-shadow: 1px 0px 10px #a2a2a2;
  width: 300px;
  height: 100px;
  margin: auto;
  background: white;
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(10px, -30px);
  -ms-transform: translate(10px, -30px);
  transform: translate(10px, -30px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2000;
}
.delete_pop_active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.delete_question {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  /* font-family: 'Open Sans'; */
  font-weight: bold;
}
.delete_pop_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup_btns {
  border: none;
  outline: none !important;
  padding: 8px 20px;
  cursor: pointer;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}
.yes {
  background: #28a745;
  margin-right: 10px;
}
.no {
  background: #f45048;
}
.green_btn {
  background: #28a745 !important;
  margin-right: 10px !important;
}
.red_btn {
  background: #f45048 !important;
}
/* delete popup */
/* ====================================================================== */
.payment_icons {
  display: block;
  margin: auto;
}

.pay_type_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pay_type_box label {
  margin-bottom: 15px;
}

.canceled {
  margin-left: 20px;
}
#barcode {
  width: 85px;
  height: 40px;
}
.check_sms_box {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'DejaVu Sans book';
}
.order_icons {
  font-size: 22px;
  text-align: center;
  display: block !important;
}
.deleted {
  color: red;
}
.inorder {
  color: #2b9b2b;
}
.recovery {
  color: #ffffff !important;
}
.add_products {
  padding: 0.25em 0.6em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999;
  border-radius: 0.25em;
  background-color: #2b9b2b;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
.add_products_pop_wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow-y: scroll;
}
.add_products_pop {
  background: #fff;
  padding: 20px;
  margin-top: 145px;
  position: relative;
}
.add_products_box {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  display: none;
}
#languageTable tbody:nth-child(even) {
  background: transparent;
}
.get_check {
  padding: 0.25em 1em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999;
  border-radius: 0.25em;
  background-color: #007bff;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
.check_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9999999;
}
.check_pop_wind {
  background: white;
  padding: 10px;
  width: 800px;
  margin: 20px auto;
  border-radius: 5px;
  height: auto;
  position: relative;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.check_pop_wind_act {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.check_pop_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.d-flex {
  display: flex;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
.shop_name {
  text-align: center;
  margin-bottom: 18px !important;
}
.order_info_txt {
  margin-bottom: 10px;
}
/* .order_table_info table{
    border: 1px solid black;
    border-collapse: collapse;
} */
.order_table_info td,
.order_table_info th {
  border: 1px solid black;
  padding: 5px;
}
.check_main_box {
  width: 220px;
}
.check_pop .order_table_info {
  overflow-y: auto;
  max-height: 400px;
}
.check_pop .check_main_box {
  width: 400px;
  margin: auto;
}
body.receipt #sheet {
  width: 320mm;
}
@media print {
  body.receipt {
    width: 320mm;
    height: auto;
    font-weight: bolder;
  }
  body.receipt .order_info_txt {
    font-size: 14px;
  }
  body.receipt .check_main_box table td,
  body.receipt .check_main_box table th {
    font-size: 14px !important;
    font-weight: bolder !important;
  }
  body.receipt .check_main_box {
    width: 220px;
  }
}

.price_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: auto;
}
.price_boxs {
  margin-right: 10px;
}
@media screen and (max-width: 1376px) {
  .price_boxs{
    min-width: 165px;
  }
}
.prices_ {
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.hotel_,
.qash_total {
  background: #03a9f4;
}
.ter_total {
  background: #00bcd4;
}
.butik_,
.card_total {
  background: #2196f3;
}
.shipp_total {
  background: #673ab7;
}
.pack_total {
  background: #ff5722;
}
.sum_total {
  background: #9c27b0;
}
.from_phone {
  background: #de4040;
}
.from_web {
  background: #3774d1;
}
.pick_myself_count{
  background: #6c6cea;
}
.canceled_count{
  background: rgb(248, 59, 59);
}
.no_img_product_card {
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
  border-radius: 10px;
  height: auto;
  background: #ffffff;
  border: 2px solid transparent;
}
.no_img_product_card li {
  /* margin-bottom: 15px; */
  line-height: 1.5;
  word-break: break-word;
}
#loadMore {
  margin: auto auto 20px auto;
  display: flex;
}
.left_side {
  max-height: 630px;
  overflow-y: auto;
  padding: 10px 5px;
}
.cartCategory_box {
  text-align: center;
  font-size: 20px;
  background: #ffc057;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 5px;
}
.cartCategory_box:hover {
  background: #d88a04;
}
.cartCategory_box_act {
  background: #d88a04;
}
.product_card {
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.75);
  min-height: 260px;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
  margin-bottom: 14px;
}
.cart_right_side .product_img {
  width: 100%;
  height: 175px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.cart_right_side .product_img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.product_card-info {
  padding: 10px;
}
.product_title {
  font-size: 18px;
  color: #444;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: bolder;
  word-break: break-all;
}
.product_price {
  font-size: 16px;
  color: #444;
  font-weight: bolder;
  margin-top: 10px;
}
.main_pop {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 9;
  z-index: 999;
  display: none;
}
.main_pop_content {
  background: #fff;
  padding: 20px;
  position: relative;
  width: 1000px;
  margin: 20px auto;
  border-radius: 10px;
}
.main_pop_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
#cartItemsTable .row_actions {
  display: none;
}
#cartItemsTable .button_ {
  color: red;
}
.add_cart_product {
  padding: 0.25em 0.6em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999;
  border-radius: 0.25em;
  background-color: #2b9b2b;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
.cart_add_btn img {
  pointer-events: none;
}
.tool_bat_buttons {
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.tool_bat_buttons:hover {
  color: #ffc057;
}
.pop {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 9;
  z-index: 999;
  display: none;
}
.pop_content {
  background: #fff;
  padding: 20px;
  position: relative;
  width: 1000px;
  margin: 20px auto;
  border-radius: 10px;
}
.pop_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.cart_action_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.cart_action_buttons button {
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  border-radius: 20px;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 0px;
  color: #fff;
  font-size: 18px;
}
.cart_action_buttons button i {
  pointer-events: none;
}
.edit_cart {
  color: green !important;
}
.delete_cart {
  color: red !important;
}
.recipe_box label {
  margin-bottom: 10px;
  font-size: 20px;
}
.recipe_box textarea {
  height: 220px;
}
#productNames .view_btn,
#productNames .items_check {
  display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
}
.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #f90;
  border-color: #f90 transparent #f90 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  background: rgba(79, 57, 74, 0.5);
  border-radius: 55px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.group_card {
  text-align: center;
  cursor: pointer;
  background: #ffc057;
  color: #ffffff;
  padding: 10px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_card p {
  margin-right: 10px;
}
.rem_group {
  font-size: 22px;
  cursor: pointer;
}
.group_card:hover {
  background: #f7a009;
}
.add_group_product {
  padding: 0.25em 0.6em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999;
  border-radius: 0.25em;
  background-color: #2b9b2b;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
#critProdTable .row_actions,
#prodGroupItemsTable .row_actions,
#groupItemsTable .row_actions {
  display: none;
}
#prodGroupItemsTable tbody:nth-child(even),
#groupItemsTable tbody:nth-child(even) {
  background: transparent;
}

#prodGroupItemsTable .sighn_img {
  width: 45px;
  margin: unset;
}
#productNames .row_actions {
  display: none;
}
.groups_search .add_products_box {
  max-height: 600px;
  overflow-y: auto;
}
#critProdTable tbody:nth-child(even) {
  background: transparent;
}
.tab_buttons {
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  background: #000000;
  padding: 10px;
}
.pagination_forward {
  width: 140px;
}
.pagination_forward .form-control {
  padding: 0.375rem 0.3rem;
  text-align: center;
}
.pagination_forward button {
  margin-left: 10px;
  background: #17a2b8;
  color: #ffffff;
}
.create_orders_top {
  margin-bottom: 20px;
}
.orders_drop_down {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 40px;
  height: 500px;
  overflow-y: auto;
  display: none;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.75);
}
.user_infos_block {
  width: 50%;
  margin: auto;
}
.user_right_side,
.user_left_side {
  width: 50%;
  margin: 0px 10px;
}
.new_user,
.get_user_exist {
  width: 100%;
}
.user_info_boxses_title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 10px;
}
.user_labels {
  margin-bottom: 10px;
}

.cart_content .products_card {
  min-height: 395px;
}
.order_section {
  padding: 20px;
}
.cart_info li {
  line-height: 1.5;
  font-size: 22px;
}
.money_hidden {
  display: flex;
  flex-direction: column;
  margin-left: 90px;
  display: none;
}
.cart_info_block2 {
  margin-top: 20px;
}
.in_hand_label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#inHandMoney {
  margin-right: 10px;
}
.make_order_type {
  font-size: 32px;
  text-align: center;
  display: block !important;
  color: green;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
.step_weight_box {
  margin-bottom: 10px;
}
.step_weight_box label {
  font-size: 20px;
  margin-bottom: 10px;
}

@media print {
  @page {
    size: 30mm 21mm;
    margin: 0;
    padding: 0;
  }
  html,
  body {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 97%;
    margin: 0;
    padding: 0;
  }
  svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
/* .main_pop .pagination_forward,
.info_popup_parent .pagination_forward{
    width: 15%;
} */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*============== rs grid ==================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
#rs_grid {
  max-height: 320px;
  overflow-y: auto;
}
.rs_grid_container td,
.rs_grid_container th {
  /* border: 1px solid black; */
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  font-size: 14px;
}
.rs_grid_container td {
  /* border: 1px solid #d9e4e6; */
  border: 1px solid #ffffff;
}
.rs_grid_container th {
  border: 1px solid #fff;
  /* background-color: #167f92; */
  background: #29c6e2;
  color: #fff;
}
.rs_grid_container .table_responsive {
  border-radius: unset;
}
.rs_grid_container table {
  width: 100%;
  margin-bottom: 1rem;
  background: #eaf3f3;
  color: #024457;
  /* border-radius: 10px; */
  /* border: 1px solid #167f92; */
}
.rs_box {
  display: flex;
  align-items: center;
}
.rs_table_icon {
  margin-right: 10px;
}
.rs_table_icon img {
  width: 15px;
}
.header_div {
  display: flex;
  align-items: center;
}
.header_div img {
  margin-right: 5px;
  width: 15px;
}
.rs_buttons {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.rs_edit {
  color: green;
  border: 1px solid green;
}
.rs_remove {
  color: red;
  border: 1px solid red;
}
.rs_inputs {
  width: 70px;
  margin: auto;
  text-align: center;
}
.tool_bar_icons i {
  text-align: center;
  color: #ffc057;
  font-size: 25px;
}
#wayBillsTable .row_actions {
  display: none;
}
.filter_wrap {
  margin-bottom: 15px;
}
.filter_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
#fullProductsTable .row_actions {
  display: none;
}
/* =============== left navigation ================ */
.left_nav-li {
  padding: 10px;
  cursor: pointer;
  font-family: 'DejaVu Sans book';
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  border-radius: 10px;
  z-index: 21;
  position: relative;
  /* word-break: break-word; */
}
.root_act {
  background-image: linear-gradient(to right, #ffc057, rgba(247, 249, 252, 0));
  color: #fff;
}
.root {
  /* background: #ececec; */
  margin-bottom: 5px;
}
.left_navigation li {
  color: #000000;
}
.left_nav-ul li {
  line-height: 1.5;
}
.submenu {
  background: transparent;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  border-radius: 10px;
  scrollbar-color: #f90 #9c9c9c;
  scrollbar-width: thin;
}
.show_submenu {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.left_block {
  max-height: 490px;
  overflow-y: auto;
  width: 15%;
  margin: 0px auto;
}
.mor {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 150;
  color: #444444;
}
.right_block {
  width: 80%;
  margin: 0px auto;
}
#catProductsTable .row_actions {
  display: none;
}
#productsTable .row_actions {
  display: none;
}
#importedProductsBottomTable .row_actions,
#importedProductsTopTable .row_actions {
  display: none;
}
#wayBillsTable {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
}
.rs_pr_count {
  width: 70px;
  text-align: center;
}
.all_db_prod {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.products_info {
  position: relative;
}
.new_products_cat {
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 10px;
  z-index: 20;
  left: 0;
  top: 80px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
}
.open_new_cat {
  position: absolute;
  right: 15px;
  z-index: 200;
  top: 35px;
  font-size: 40px;
  cursor: pointer;
}
.remove_staff i,
.remove_courier i{
  color: red !important;
}
.user_phone i,
.order_car i,
.re_pay i,
.return_order i{
  color: rgb(65, 231, 65);
}
.re_pay{
  display: none;
}
.url_box{
  line-height: 2;
}
.copy_button {
  border: none;
  outline: none;
  background: #d2d2d2;
  color: #007bff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
}
.url_{
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.copy_button_act{
  background: rgb(167, 167, 167);
}
.video_{
  width: 50%;
  height: 200px;
}
.video_ video {
  width: 100%;
  height: 100%;
}
.swal2-container{
  z-index: 99999999;
}
#getCorporateOrders .row_actions {
  display: none;
}
@media screen and (max-width: 1024px) {
  .px_10{
    padding: 0px 10px;
  }
  .mw{
    width: 100%;
  }
}

.cash_name{
  margin-right: 5px;
}

.card_img{
  height: 200px;
  object-fit: contain;
}
.card_title{
  text-align: center;
  font-size: 28px;
  font-weight: bold;

}

/* ============================ wacom css ===================== */

.button {
  position:absolute;
}

#signatureBox {
  display: none;
}
#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 20000000000;
}

#signatureWindow {
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 20000000000;
}

#modal-background.active, #signatureWindow.active {
    display: block;
}

#myCanvas {
  width:100%;
  height:100%;
}
/*
#modal-background.active, #myCanvas.active {
    display: block;
}*/
/*
#myCanvas canvas {
  width:100%;
  height:100%;
}*/
#emptyCanvas2,
#emptyCanvas{
  pointer-events: none;
}
#signatureDiv {
  float:left;
  margin-right:15px;
}

#signatureImage {
  width:300px;
  height:200px;
  border:1px solid black;
  display:block;
}
#signatureImage2 {
  width:300px;
  height:200px;
  border:1px solid black;
  display:block;
}

#wgssSTU {
  width:0;
  height:0;
}

.thirdPartyLicenses {
  display:none;
  font-size:8pt;
}

.cash_register{
  color: #ffffff;
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
}
.cash_register:hover {
  background: rgba(132, 132, 132, 0.5);
}
.chose_cash_register{
  margin-left: 10px;
}


#cashiers_table .row_actions{
  display: none;
}
.cash_transfer i{
  color: #28a745 !important;
  cursor: pointer;
  font-size: 22px;
}
.pay_type_box{
  padding: 0px 20px;
}
.cashier_main_text{
  font-size: 26px;
  padding: 20px 0px;
  font-weight: bold;
}

.cashier_logo{
  padding: 10px;
  height: 200px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.cashier_logo img{
  object-fit: contain;
}
.card .chose_{
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  height: 42px;
  font-size: 20px;
  letter-spacing: 1px;
}
.card .chose_:hover{
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cancel_send_type:hover {
  background: #ffffff !important;
  color: #000000;
}

/* Base product count input (works with Bootstrap .form-control) */
.product_count {
  /* Keep numbers clean and aligned */
  text-align: left;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;

  /* Subtle tweaks */
  caret-color: #2c3e50;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* Focus state, complements Bootstrap */
.product_count:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hide spinner arrows for numeric inputs (Chrome/Safari/Edge) */
.product_count[type="number"]::-webkit-outer-spin-button,
.product_count[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Hide spinner arrows for numeric inputs (Firefox) */
.product_count[type="number"] {
  -moz-appearance: textfield;
}

/* Modifier: weight (კგ) — allow decimals, add slight cue */
.product_count--kg {
  /* Visual cue only; logic handled in JS */
  background-image: linear-gradient(to right, transparent, transparent 90%, rgba(0,0,0,0.03) 90%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Modifier: pieces (ცალი) — whole numbers */
.product_count--pcs {
  /* Slightly different cue to distinguish from kg */
  background-image: linear-gradient(to right, transparent, transparent 85%, rgba(0,0,0,0.02) 85%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Optional: consistent placeholder color */
.product_count::placeholder {
  color: #6c757d;
  opacity: .7;
}

/* Optional: error state if you decide to toggle a class instead of inline style */
.product_count.error,
.product_count.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25) !important;
}