.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;
  }
}