.sidebar .navbar-brand .logo-title {
	margin-top: 8px;
    margin-left: 5px;
}
.iq-banner:not(.hide)+.content-inner {
	margin-top: -6rem !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.on-edit {
	border: 3px solid #ff007a !important;
}
.smooth {
	transition: 0.2s !important;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.clear40 {
	clear: both;
	height: 40px;
}
.clear50 {
	clear: both;
	height: 50px;
}
.pointer {
	cursor: pointer !important;
}
.iq-maintenance .maintenance-bottom .bottom-text {
	bottom: 12vh;
}
.mg0, .result-message {
	margin: 0 !important;
}
.img-preview {
	width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.menu-img {
	max-width: 100px;
	width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input.noarrows::-webkit-outer-spin-button,
input.noarrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].noarrows {
  -moz-appearance: textfield;
}

.menu-img-box {
	background-position: center;background-size: 100% auto;background-repeat: no-repeat;
}

.floating-screen-button {
	border-radius: 100%;
    padding: 0;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

#openMenuModal .modal-body,#addOrderModal .modal-body,#updateOrderModal .modal-body,#updateOpenMenuModal .modal-body {
      max-height: 700px;
      overflow-y: scroll;
  }

.badge {
 	line-height: 1.5;
}
.wi-45 {
	width: 45%;
}

@media (max-width: 768px) {
	.menu-img-box {
		height: 200px;
	}
	.modal-xl {
		max-width: 700px;
	}
	#openMenuModal .modal-body,#addOrderModal .modal-body {
      max-height: 500px;
      overflow-y: scroll;
  }
}
.dark-mode nav,.dark-mode main, .dark-mode footer {
  background-color: #212529;
}
.dark-mode .nav .navbar-brand .logo-title, .dark-mode .nav .caption-title, .dark-mode .nav .caption-sub-title, .dark-mode .footer {
  color: #fff;
}
.dark-mode .card,.card .card-header,.card .card-body {
	background-color: #333;
	color: #fff;
}
.dark-mode .table thead tr,.dark-mode .table tbody tr, .dark-mode .table>:not(caption)>*>*, .dark-mode .page-item .page-link {
	background-color: #000;
	color: #fff;
}
.dark-mode .sidebar {
	background-color: #0f1113;
}
.dark-mode .sidebar .logo-title, .dark-mode .logo-title, .dark-mode .login-content h2, .dark-mode .card-title {
	color: #fff;
}
.dark-mode .order-card, .card-body, .dark-mode .order-card .table tbody tr, .dark-mode .order-card .table thead tr, .dark-mode .order-card .table>:not(caption)>*>*,.dark-mode .card .card-header {
	background-color: #000 !important;
	color: #fff;
}
.dark-mode .form-control,.dark-mode .form-select { 
  background-color: #000 !important;
  color: #fff !important;
}
.dark-mode .form-control:focus, .dark-mode .form-control:focus-visible,.dark-mode .form-select:focus,.dark-mode .form-select:focus-visible {
	border-color: #ff007a !important;
}
.dark-mode .table thead tr th, .dark-mode .dataTable>:not(:last-child)>:last-child>*,.dark-mode .btn-close {
	background-color: #ff007a !important;
}
.dark-mode .modal-content {
	background-color: #212529;
}
.dark-mode .modal-content .modal-title, .dark-mode .modal-content label,.dark-mode .btn-default, .dark-mode .sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled), .dark-mode button[type=reset], .dark-mode #update-order-total, .dark-mode #pay-order-total, .dark-mode #pay-orderlist td, .dark-mode #order-total {
	color: #fff;
}
.dark-mode .btn-light {
	background-color: #000;
	color: #fff;
}
.dark-mode #orderlist tr,.dark-mode #update-orderlist tr {
	background-color: #000;
}