body {
  background-color: #ffffff;
}
.spacer {
  flex: 1 1 auto;
}
.header-title{
  font-size: 16px;
  color:#111;
}
.backBtn{
  font-size: 19px;
  color:#111;
}
.layout-sidenav-toggle .nav-link{
  color: #111 !important;
}
.nextBtn{
  font-size: 18px !important;
  text-transform: uppercase;
}
/* Login */
.t-1 {
  font-size: 20px;
  font-weight: 400;
  color:#111;
}
.t-2 {
  font-size: 24px;
  font-weight: 500;
  color: #111;
}


/* Business units */
.bunit .modal-title{
  font-weight: 500;
  color: #111;
}
.bunit .custom-control-label{
  font-size: 16px;
  color:#111
  }
.bunit .custom-controls-stacked .custom-control {
  margin-bottom: 1.5rem;
}
.bunit .custom-control-label {
  margin-left: 1rem;
}

/* Book table  */
/* .row-bordered>.col::after, .row-bordered>[class^="col-"]::after, .row-bordered>[class*=" col-"]::after{ */
 .bookTable-card .row-bordered .col:last-child::after {
  border-right: 1px solid rgba(24,28,33,0.06) !important;
}

.bookTable-card .tableNo {
  font-size: 1.3rem;
  font-weight: 700;
  font-style: bold;
  color: #333;
}

.bookTable-card .tableNo span {
  font-size: 1.2rem;
}

.bookTable-card .wrapper {
  padding: 0.5rem 0.7rem 0 0.7rem;
  min-height: 75px;
}

.bookTable-card .wrapper:hover {
  cursor: pointer;
}

.bookTable-card .wrapper:focus {
  background-color: khaki;
}

.bookTable-card .noOfGuests {
  font-size: 15px;
}

.bookTable-card .user-icon {
  font-size: 15px;
}

/* === p-2 === */

.hScroll-wrapper,
.menuX-Scroller {
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.menuX-Scroller .nav {
  flex-wrap: nowrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.hScroll-wrapper::-webkit-scrollbar,
.menuX-Scroller::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.hScroll-wrapper,
.menuX-Scroller {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hScroll-wrapper .badge {
  margin-left: 16px;
  padding: 8px 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.hScroll-wrapper .badge:first-child {
  margin-left: 0px;
}

/* Items styles */

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.noOfItems-Card {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.15s linear;
  /* box-shadow: rgb(28 28 28 / 12%) 0px 0.4rem 1.8rem; */
}
.noOfItems-Card .card-body{
padding-right: 6px;
}
.noOfItems-Card .amount{
  font-size: 16px;
  font-weight: 500;
}

.item-image {
  max-width: 65px;
  margin-bottom: 12px;
}
.item-image img {
  width: 65px;
  max-width: 100%;
  height: auto;
}


.itemsCard {
  border-radius: 0.5rem;
}
.itemsCard .card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.itemsCard .card-body{
  min-height: 50px;
}
.itemsCard .item-title {
  text-transform: capitalize;
  font-size: 12px;
  color: #111
}
.itemsCard .card-footer .card-title{
  color: #111
}
/* .itemsCard .col:not(:first-child, :last-child) {
  padding-right: 5px !important;
  padding-left: 5px !important;
} */

/* rgb(211,21,18)
D31512 */

.items-listView .item-title {
  text-transform: capitalize;
  font-size: 12px;
  color: #111
}
 .items-listView .card-title{
  color: #111
}



.addSubBtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  border-color: #26b4ff;
  background: transparent;
  color: #26b4ff;
  /* color: #fff; */
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  background-color: rgba(217, 83, 79, 0.2);
  border-color: rgb(217, 83, 79);
  color: white;
}
.addSubBtn .qty {
  color: #111;
  font-weight: 500;
  padding: 0 14px;
}
.addSubBtn .minus, .addSubBtn .plus {
  color: rgb(217, 83, 79);
}

/* cart */
.cart-text {
  font-size: 16px;
  font-weight: 600;
  color:#000;
}
.cart-item-image {
  max-width: 64px;
  margin-bottom: 12px;
}
.cart-item-image img {
  width: 64px;
  max-width: 100%;
  height: auto;
}
