/*# sourceMappingURL=custom.min.css.map */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5 !important;
}

@media (max-width: 767.98px) {
  .navbar-brand-box {
    display: block;
  }
  #back-to-top {
    bottom: 10px;
  }
}

@media (max-width: 1024.98px) {
  [data-layout='horizontal'] .horizontal-logo {
    padding-left: 0;
  }
}
.sub-font-table {
  font-size: 11px;
  color: #405189;
}
.logo-lg img {
  width: 29%;
}
.logo-sm img {
  width: 100%;
}
.navbar-brand-box {
  text-align: left;
  width:585px;
}
.required:after {
  content: ' *';
  color: red;
}
.page-title-box h4 {
  font-weight: 700;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #260944;
}
.navbar-menu .navbar-nav .nav-link {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.navbar-menu .navbar-nav .nav-sm .nav-link {
  font-size: 13.7px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #260944;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
.card-title {
  font-size: 18px;
  font-weight: 500;
  color: #260944;
  text-transform: capitalize;
}

.card {
  border-radius: 10px !important;
  margin-bottom: 0.9rem !important;
}
.card-header:first-child {
  padding: 15px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-body {
  padding: 25px 25px;
}

.dashboard-card-body {
  padding: 1rem 1rem;
}

.search_btnsmall {
  width: 40px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 4px;
}
.search_btn {
  padding: 6px;
  width: 120px;
  font-size: 16px;
}

.invoicecontainer {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #260944;
  font-family: 'Roboto', sans-serif;
  height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.invoicecontainer p {
  margin: 0px;
}

.inptctrl {
  border: 1px solid #e2e8f0;
  background: #fff;
  width: 100%;
  height: 37.5px;
  border-radius: 0.25rem;
  margin-bottom: 0px !important;
  padding: 10px;
    text-align: right;
}

.anchortxt {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #00b0f0;
  text-decoration: underline !important;
}

.profileimage_container {
  width: 150px;
  height: 150px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #f3f3f3;
}

[data-layout='horizontal'] .navbar-menu .navbar-nav .nav-link {
  padding: 0.75rem 1.2rem;
}

.addinput {
  border: 1px solid #3577f1 !important;
  font-weight: bold;
  font-size: 21px;
  padding: 2px 12px;
  background: #3577f1;
  color: #fff;
}

.tblicons {
  font-size: 20px;
  color: #00b0f0;
  cursor: pointer;
}

.modalclosebtn {
  background: rgb(255, 82, 82);
  border: none;
  border-radius: 0pc;
  font-size: 0.9rem;
  color: #fff;
  padding: 8px;
  font-weight: 500;
}

.modalupdatebtn {
  border-radius: 0pc;
  font-size: 0.9rem;
  background: #4484f2;
  border: 1px solid #4484f2;
  padding: 8px;
  color: #fff;
  font-weight: 500;
}

.modal-header {
  background: #f1f1f1;
  color: #003473;
  padding: 10px 20px !important;
  border-bottom: 2px solid #ebe7e7;
}

[data-layout='horizontal'] .menu-dropdown .menu-dropdown {
  top: 0;
  left: -100% !important;
}

.address_container {
  border-right: 1px solid #ced4da;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.chartbutton {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

/* menu style starts */

/* .dropdown-menu ul {
  list-style: none;
  padding: 0;
} */
/* .dropdown-menu.show {
  display: flex;
} */
.heading {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #516beb;
}
.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0.7em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.mega-menu {
  /* background: #232f3e; */
  background: #e9edf9;
}
.mega-menu .dropdown-item {
  color: #232f3e;
  font-size: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mega-menu .dropdown-item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #232f3e;
  transition: width 0.3s;
}
.mega-menu .dropdown-item:hover {
  background: transparent;
}
.mega-menu .dropdown-item:hover::after {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav {
  justify-content: space-between;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.75rem 0.75rem !important;
}
.dropdown-menu li .dropdown-item {
  color: #260944;
  font-size: 15px;
}
/* .ktm-mega-menu:hover {
  background: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #222;
} */

@media only screen and (min-width: 992px) {
  .scrollmenu .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .scrollmenu .dropdown-menu.show {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .scrollmenu .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .scrollmenu.dropdown-menu.show {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .scrollmenu .dropdown:hover .dropdown-menu {
    max-height: 350px;
    overflow-y: scroll;
  }
}
.scrollmenu {
  /*width: 1100px;*/
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.scrollmenu::-webkit-scrollbar {
  display: none;
}

.scroll-left i,
.scroll-right i {
  color: #405189;
  cursor: pointer;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 50%;
  background: #e5e5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0;
  visibility: hidden;
  max-height: 0; */
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  font-weight: bold;
}

/* .scroll-left i,
.scroll-right i {
  display: none;
} */

/* .scroll-left i.active {
  opacity: 1;
  visibility: visible;
  max-height: 100px;
}
.scroll-right i.active {
  opacity: 1;
  visibility: visible;
  max-height: 100px;
} */

.scroll-right {
  margin-top: 5px;
}
.mainscroll_container {
  max-width: 960px !important;
}

.megamen_header {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 15px;
  border-bottom: 1px solid #a3aebb;
  padding-bottom: 5px;
  margin-top: 15px;
  color: #232f3e;
  font-family: 'Inter', sans-serif;
}
/* .dropdown-menu ul {
  margin-bottom: 20px;
} */

/* .dropdown-item {
  font-size: 15px !important;
} */

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static !important;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  /* .dropdown-menu li {
    position: relative;
  } */
  /* .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  } */
  /* .scrollmenu.dropdown-menu > li:hover > .submenu,
  .dropdown:hover > .dropdown-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  } */
}

@media only screen and (max-width: 1024px) {
  .scrollmenu {
    width: 100%;
  }
  .scroll-left i,
  .scroll-right i {
    display: none;
  }
  .logo-sm img {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .scrollmenu {
    width: 900px;
  }
}

/* POS Style Starts */

.posmenulist {
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
  background: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  margin-top: 12px;
}

.posmenulist li {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px;
  gap: 5px;
  border-radius: 5px;
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
  font-size: 12px;
}
.posmenulist li .iconcontainer {
  background: #878484;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  max-width: 64px;
}

.posmenulist li .iconcontainer img {
  width: 30px;
  height: 30px;
}
/* .productnamecont {
} */
.productnamecont h1 {
  font-size: 12px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}
.productnamecont span {
  font-size: 11px;
}
.posmenulist li.active {
  border: 1px solid #405189;
  color: #405189 !important;
  background: #eff2fb;
}

.home-shop-item {
  background: #fff;
  /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
  margin: 10px 0 10px;
  padding: 10px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px; */
  border: 2px solid #405189;
}
.home-shop-thumb {
  text-align: center;
  position: relative;
  max-width: 140px !important;
  /* margin: 0 auto 45px; */
  z-index: 1;
  margin: 0px;
  /* max-width: 160px; */
}
.home-shop-thumb img {
  display: inline-block;
  object-fit: contain;
  width: 140px;
  height: 140px;
  object-position: top;
}
.inner-shop-item .home-shop-content .title {
  font-size: 14px;
  margin: 5px 0px 5px 0px;
  font-weight: 600;
  color: #888888;
}

.home-shop-price {
  font-size: 14px;
  display: block;
  letter-spacing: 0.02em;

  font-weight: 700;
  color: #222;
  line-height: 1;
}
.product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}
.product-price img {
  width: 16px;
}
.home-shop-content {
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.posnavbar {
  display: flex;
  justify-content: space-between;
  background: #405189;
  border-right-color: transparent;
  padding: 0 calc(1.5rem / 2);

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  color: #fff;
  width: 100%;
  bottom: auto;
  /* -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%),
    inset 0 -1px 0 rgb(255 255 255 / 15%);
  -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%),
    inset 0 -1px 0 rgb(255 255 255 / 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%),
    inset 0 -1px 0 rgb(255 255 255 / 15%); */
}

.posnavbar-nav {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.posnavbar-nav .posnavitem {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.posnavbar-nav .posnavitem:last-child {
  background: #e9edf9;
  padding: 0px 15px;
}
.posnavbar-nav .posnavitem:last-child:hover {
  background: #e9edf9;
}

.posnavbar-nav .posnavitem:last-child a {
  color: #1b3f6b;
  font-weight: 600;
}
.posnavbar-nav .posnavitem:hover {
  background: rgba(0, 0, 0, 0.1);
}
.posnavbar-nav .posnavitem:last-child i {
  color: #232f3e;
}

.posnavbar-nav .posnavitem i {
  font-size: 28px;
  position: relative;
  top: 2px;
}

.posnavbar-nav .posnavitem .posnavlink {
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
}

.posnavbar-nav .posnavitem .posnavlink i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.totalol {
  list-style: none;
  display: flex;
  width: 200px;
  justify-content: space-between;
  margin-bottom: 6px;
}
.totalol .leftlist {
  color: #1b3f6b;
  font-weight: 600;
  font-size: 14px;
}
.totalol .rightlist {
  color: #1b3f6b;
  font-weight: 600;
  font-size: 14px;
}
.amtcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #efebeb;
  padding: 20px 19px;
  width: 230px;
  border-radius: 5px;
  float: right;
}
.posbtn {
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
}
.posfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.productlistorder {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodmenucon {
  background: #f3f3f3;
}
.postable th {
  font-size: 12px;
}
.postable tbody tr td {
  font-size: 12px !important;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
}
.postable td i {
  font-size: 13px !important;
  color: #405189;
  cursor: pointer;
}
.postoplogotxt {
  color: #fff !important;
  padding: 10px;
  font-weight: 600;
  font-size: 22px;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quantity__minus,
.quantity__plus {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  /* background: #405189; */
  text-decoration: none;
  text-align: center;
  /* line-height: 23px; */
  font-size: 18px;
  font-weight: 600;
  color: #405189 !important;
  border: 1px solid #405189 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-out;
}

.quantity__minus:hover,
.quantity__plus:hover {
  background: #405189;
  color: #fff !important;
  transition: 0.4s ease-out;
}

.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  width: 32px;
  height: 25px;
  padding: 0;
  text-align: center;
  border-top: 1px solid #405189;
  border-bottom: 1px solid #405189;
  border-left: none;
  border-right: none;
  background: #fff;
  color: #222;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
}
.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
}
.gapcon {
  display: flex;
  align-items: center;
  gap: 9px;
}
.gapcon label {
  margin: 0px;
}
.product_scrollcontainer {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.promotxt {
  float: right;
  margin: 0px 0px 5px 0px !important;
  font-weight: 600;
}
.popupicons {
  font-size: 18px;
  cursor: pointer;
}

.popupheaderright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popupheaderright span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
}
.popupheaderright p {
  margin: 0px;
}

.lblalternate {
  color: #343a40;
  font-size: 15px;
}
.popuprow {
  border-bottom: 1px solid #e7e7e7;
}

.successbadge {
  font-size: 11px;
  cursor: pointer;
}

.icons {
  font-size: 18px;
  cursor: pointer;
}
.view {
  color: #405189;
}
.edit {
  color: #28a745;
}
.delete {
  color: #ff2929;
}
.flex-con {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 5px;
}
.cardwithbg {
  background: #e9edf9;
  box-shadow: none;
}
.paymentlist {
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.paymentlist li {
  font-size: 13px;
  color: #343a40;
  width: 105px;
  font-weight: 600;
}
.paymentlist li.numberslist {
  text-align: right;
}

.denomcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.denomcontainer div {
  width: 100px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.denomcontainer div span {
  background: #fff;
  position: absolute;
  right: 15px;
  width: 17px;
  border-radius: 50%;
  height: 17px;
  top: 11px;
  font-weight: 600;
}
.confirmbtn {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 15px;
  border: none;
  outline: none;
}
.payemtcon {
  background: #eaeef2;
  border-radius: 10px;
  margin-top: 20px;
}
.payemtcon h3 {
  font-size: 19px;
  margin: 15px 0px 10px 0px;
  border-bottom: 1px solid #bfbfbf !important;
}

.creditcardinpt {
  padding: 2px 0px;
  border: none !important;
  border-bottom: 1px solid lightgrey !important;
  margin-bottom: 5px;
  margin-top: 2px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}

.creditcardinpt::placeholder {
  font-size: 11px;
}

.rowht {
  height: 220px;
  /* border: 1px solid #bfbfbf;
  border-radius: 10px; */
}

.cardwithbg2 {
  background: #e9edf9;
  box-shadow: none;
  padding: 7px 10px;
  border-radius: 5px;
}

.cardwithbg2 .form-check label {
  font-size: 12px;
}

#payment .lblalternate {
  color: #fff;
}

.searchflx {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.searchflx div {
  flex-grow: 1;
}

.genologysearchcon {
  list-style: none;
  padding: 0px;
}
.genologysearchconinner {
  width: 202px;
}
.gdataleft {
  font-size: 14px;
  font-weight: 500;
  color: #212529 !important;
  width: 140px;
}
.gdatarigt {
  font-size: 14px;
  color: #5e606a !important;
  font-weight: 500;
}
#dsdetails {
  display: none;
}
.card-boxshado {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gdataleft2 {
  font-size: 14px;
  font-weight: 500;
  color: #212529 !important;
  width: 70px;
}
.ft10{
  font-size:10px;
}

.topbar-user .dropdown-menu{width:20rem};
.gdataleft2 {
  font-size: 14px;
  font-weight: 500;
  color: #212529 !important;
  width: 70px;
}
.ft10 {
  font-size: 10px;
}

.w150 {
  width: 150px;
}
.w100 {
  width: 100px;
}
.w200 {
  width: 200px;
}
.w130 {
  width: 130px;
}

.w75 {
  width: 75px;
}
.w50 {
  width: 50px;
  min-width: 50px;
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: '';
  border: 4px solid transparent;
  border-left-color: black;
  margin-left: 10px;
  transition: transform 0.3s;
}
.fa {
  transition: transform 0.3s;
}
.rows[aria-expanded='true'] .fa:before {
  content: '\f13a';
  font-size: 18px;
  color: #405189;
}

.rows[aria-expanded='false'] .fa:before {
  content: '\f138';
  font-size: 18px;
  color: #405189;
}
.tableseperator {
  background-color: #e2e2e4;
  border-top: 1px solid #405189;
}
.stockdetails tr {
  cursor: pointer;
}

.payment-con{display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.payment-con .form-check{width:140px;}
.payment-con .form-control{width:220px;}
.mt-6{margin-top:9%;}