.admin_body {
  color: #ffe000;
  background-color: #001457;
  padding: 20px 0;
}
.alert-kiosk {
  color: #ffe000;
  background-color: #001457;
  border-color: #ffeb3b80;
  border: 1px solid #5d6200;
  display: block;
  width: 100%;
}
.alert-kiosk-delivered {
  color: #6e6317;
  background-color: #202e5c;
  border-color: #ffeb3b80;
  border: 1px solid #5d6200;
}
.ordered-list {
  margin-top: 20px;
}
.ordered-list li {
  margin-bottom: 10px;
}

.bg-success-dark {
  background: #507d5a;
  background: url(../img/hero-2.jpeg) center top #292731;
}
.larger-font {
  font-size: 1.5rem;
  font-weight: bold;
}
/* Simple cart css */
.itemRow {
  padding: 20px;
  background: #fff8f8;
  border-radius: 8px;
  border-bottom: 1px dashed #517e5a;
}
.cart-product-desc h5 {
  padding-top: 0;
}
.cart-checkout {
  padding: 0;
}
.cart_block .cart-product-desc {
  min-height: 50px;
}
/* Simple cart css end */
.main-content {
  min-height: 100vh;
  background-color: #f6f5fa;
  background-color: #fff;
  margin-left: 210px;
}

.vertical-menu {
  width: 210px;
  z-index: 1005;
  background: url("../img/hero-2.jpeg") center top #292731;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
}

/* -------------------------------------------- */
body[data-sidebar-size="sm"] .vertical-menu {
  position: absolute;
  width: 70px !important;
  z-index: 1005;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .main-content {
  min-height: 1570px;
}
body[data-sidebar-size="sm"] .main-content {
  margin-left: 70px;
}

/* <body data-sidebar="dark" class="sidebar-enable" data-sidebar-size="sm">  */
.menu-3-wrapper {
  padding: 20px;
}
.menu-3-list li {
  margin-bottom: 8px;
}
.card {
  cursor: pointer;
  padding: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.75rem;
}

.card:hover {
  padding: 10px;
  position: relative;
  background-color: #fcfcfc;
  border: 1px solid #fefefe;
  border-radius: 0.75rem;
}

.item-image {
  border-radius: 10px;
  max-width: 100%;
  height: 200px;
}

.side-nav {
  padding-top: 70px;
  padding-left: 8px;
}
.side-nav li {
  padding-bottom: 4px;
}
.side-nav li a {
  display: block;
  padding: 14px 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.side-nav li a:hover,
.side-nav .active a {
  background: #f6f5fa;
  background: #fff;
  color: #292731;
  border-radius: 10px 0 0 10px;
}

.action-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0 20px;
}
.teny-item {
  font-size: 14px;
  cursor: pointer;
}
.teny-item:hover {
  font-weight: bold;
}
.h-5 {
  height: 21px;
}
.w-5 {
  width: 21px;
}
