.content-wrapper {
  min-height: auto !important;
}

.pos-product-img {
    height: 100px;
    width: auto;
  }

.pos-product-box:hover {
  transform: scale(.95);
  opacity: .8;
  transition: all 0.6ms;
}

.prod-box {
  height: 140px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #2C67C7;
}

.menu-card {
  height: 83vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(187, 187, 187) rgb(204, 204, 204);
  scrollbar-width: thin;
  padding: 15px;
  background-color: rgb(231, 231, 231);
  border: 1px solid #ccc;
  margin-top: 10px;
}

.menu-cats {
  font-size: 20px !important;
}

.pos-cost-div {
  background-color: rgb(255, 255, 255);
  border: 1px solid #ccc;
  padding: 0px;
}

.item-desc {
  border-bottom: 2px solid green;
}

.item-desc > .table-responsive {
  height: 342px;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.ongoing-orders-tbl-div > .table-responsive {
  height: 84vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
  border: 1px solid #ccc;
}

.ongoing-orders-tbl-div > .table-responsive > tr {
  color: #333;
}

.menu-cat-top {
  background-color: #ccc;
}

.menu-cat-top > .nav-item > .nav-link.active {
  font-size: 18px !important;
  border-radius: 0px;
  padding: .5rem 2rem;
  color: #fff;
  background-color: #2c67c7;
}

.menu-cat-top > .nav-item > .nav-link.active:hover {
  color: rgb(226, 226, 226);
}

.menu-cat-top > .nav-item > .nav-link {
  font-size: 18px !important;
  border-radius: 0px;
  padding: .5rem 2rem;
  color: rgb(2, 12, 56);
  border: 1px solid rgb(177, 177, 177);
  border-top: none;
  border-bottom: none;
}

.menu-cat-top > .nav-item > .nav-link:hover {
  color: rgb(76, 86, 131);
}

.bill-tot-sec {
  background-color: #2c67c7;
  color: #fff;
  padding: 5px 10px;
}

.bill-sec {
  background-color: #E7E7E7;
}

.num-input{
  background: rgb(44,103,199);
  background: linear-gradient(180deg, rgba(44,103,199,1) 0%, rgba(19,54,112,1) 96%); 
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 25px;
  max-width: 20px;
}

.num-input:hover{
  background: rgb(44,103,199);
  background: radial-gradient(circle, rgba(44,103,199,1) 0%, rgba(19,54,112,1) 96%);
  transition: all 0.5s;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 25px;
  max-width: 20px;
}

.num-dngr {
  background: #dc3545 linear-gradient(180deg,#e15361,#dc3545) repeat-x !important;;
}

.num-dngr:hover {
  background: #dc3545 radial-gradient(circle,#e15361,#dc3545) repeat-x !important;;
}

.bg-grn {
  background-color: rgb(1, 82, 25);
}

.bg-rd {
  background-color: rgb(143, 0, 0);
}

.all-orders-heading {
  margin-bottom: 8px;
}

.blank-tbl {
  padding: 165px 20px;
  text-align: center;
}

.rms-modal > .modal-dialog > .modal-content > .modal-header{
  display: inline !important;
  text-align: center;
}

.rms-modal > .modal-dialog > .modal-content > .modal-body{
  color: #6c757d !important
}

.floor-tab-content {
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(187, 187, 187) rgb(204, 204, 204);
  scrollbar-width: thin;
  padding: 20px;
  background-color: rgb(231, 231, 231);
  border: 2px solid #ccc;
  margin-top: 10px;
  box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}

.tbl-box {
  border: 2px dashed rgb(70, 70, 70);
  padding: 15px;
  margin-bottom: 15px;
  background-color: rgb(189, 189, 189);
  border-radius: 5px;
  text-align: center;
  color: #333;
}

.tbl-box:hover {
  background-color: rgb(155, 155, 155);
  border: 2px dashed rgb(80, 80, 80);
  cursor: pointer;
}

.tbl-25 {
  background-color: #28A745;  
}

.tbl-50 {
  background-color: #FFC107;
}

.tbl-75 {
  background-color: #17A2B8; 
}

.tbl-100 {
  background-color: #DC3545; 
}

.tbl-box:hover > .edit-link {
  display: block;
}

.edit-link {
  display: none;
  position: absolute;
  top: 5px;
  right: 15px;
}

.view-tables {
  height: 90vh;
}

.pymt-mode-cell {
  background-color: #ccc;
  font-size: 30px;
  font-weight: normal;
  color: #323232;
}

.prcss-pymt-col {
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}

.prcss-pymt-amt {
  font-size: 60px !important;
  text-align: center;
  font-weight: bold;
  color: #28A745;
}

.hght-fixed > .table-responsive {
  height: 530px;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.hght-fixed > .bill-preview {
  height: 530px;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.customer-list-tbl-div > .table-responsive {
  height: 70vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
  border: 1px solid #ccc;
}

.customer-list-tbl-div > .table-responsive > tr {
  color: #333;
}

.cstmr-dtls-box {
  padding: 15px;
  background-color: rgb(228, 228, 228);
  border: 1px solid rgb(173, 173, 173);
}

.content-wrapper {
  padding-top: 3rem;
  margin-top: 0px !important;
  background-color: #fff !important;
}

.items-list {
  padding-left: 18px;
}

.db-appt-table > .table-responsive{
  height: 55vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.items-table > .table-responsive{
  height: 68vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.raw-materials-tbl > .table-responsive{
  height: 30vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.raw-materials-tbl tbody {
  counter-reset: rowNumber;
}

.raw-materials-tbl tbody tr {
  counter-increment: rowNumber;
}

.raw-materials-tbl tbody tr td:first-child::before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
  font-weight: bold;
}

.supl-name {
  font-size: 12px;
  color: rgb(116, 116, 116);
  font-style: italic;
}

.w-20 {
  width: 20%;
}

.all-tables {
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.all-stores {
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.permission-table {
  border: 1px solid rgb(231, 231, 231);
}

.permission-table > .table-responsive{
  height: 75vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rgb(124, 124, 124) rgb(204, 204, 204);
  scrollbar-width: thin;
}

.bg-yes {
  background-color: #228E3A !important;
  color: #fff;
}

.bg-no {
  background-color: #e1505c;
  color: #fff;
}

.v-mid {
  vertical-align: middle !important;
}

.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}
.loader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}
.loader span::before,
.loader span::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ED5E29;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}
.loader span::before {
  top: 0;
}
.loader span::after {
  bottom: 0;
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500 !important;
}

.table-responsive {
  min-height: 30vh !important;
}