body {
  background-color: #f5f7fb !important;
}

.wrapper .layout--sidebar {
  flex: 0 0 auto;
  width: 90px;
  position: fixed;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  background: -moz-linear-gradient(var(--app-orange-grandient));
  background: -webkit-linear-gradient(var(--app-orange-grandient));
  background: linear-gradient(var(--app-orange-grandient));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f27a1b", endColorstr="#f5962e", GradientType=1);
  transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -moz-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -o-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
}
.wrapper .layout--sidebar .layout--sidebar-menu .nav-link {
  text-align: center;
  background-color: transparent !important;
  color: #fff;
  padding: 0.75rem 0.25rem;
  transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -moz-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -o-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
}
.wrapper .layout--sidebar .layout--sidebar-menu .nav-link:hover,
.wrapper .layout--sidebar .layout--sidebar-menu .nav-link:focus,
.wrapper .layout--sidebar .layout--sidebar-menu .nav-link:active {
  background-color: var(--app-orange-strong) !important;
}
.wrapper .layout--sidebar .layout--sidebar-menu .nav-link span {
  font-size: 12px;
  font-weight: 500;
  padding-top: 0.25rem;
}
.wrapper .layout--sidebar .layout--sidebar-menu .nav-link.active {
  background-color: #fff !important;
  color: #f48f29;
}

.wrapper .layout--content {
  width: calc(100% - 470px);
  min-height: 100vh;
  margin-left: 90px;
  padding: 1rem;
  transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -moz-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -o-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
}
.wrapper .layout--content.fluid {
  width: calc(100% - 90px);
}

.wrapper .layout--order {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 380px;
  padding: 0.5rem;
}
.wrapper .layout--order .layout--actions {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.layout--categories {
  display: grid;
  grid-auto-columns: minmax(8rem, auto);
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
  grid-gap: 0.5rem;
}
.layout--categories .item {
  display: grid;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 2px rgb(154 160 185 / 4%), 2px 2px rgb(166 173 201 / 4%);
  align-items: center;
  outline: 2px solid transparent;
  transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -moz-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -o-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
}
.layout--categories .item.active,
.layout--categories .item:hover {
  outline: 2px solid #e7e7e9;
}
.layout--categories .item span {
  color: #7a7a8c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.layout--products {
  background: #fff;
  border-radius: 3px;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 2px rgb(154 160 185 / 4%), 2px 2px rgb(166 173 201 / 4%);
  height: 52vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.content--items {
  display: grid;
  grid-auto-columns: minmax(8rem, auto);
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  grid-gap: 0.5rem;
}
.content--items .item {
  display: grid;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  padding: 0.5rem;
  text-align: center;
  align-items: center;
  border: 2px solid #f5f5f9;
  transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -moz-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
  -o-transition: all 0.5s cubic-bezier(0.4, 1, 0.2, 1.05);
}
.content--items .item:hover {
  border: 2px solid #ffbb71;
}
.content--items .item span {
  color: #b2bcc4;
  font-size: 10px;
  font-weight: 600;
}
.content--items .item strong {
  color: #89959e;
}
.content--items .item i {
  font-size: 17px;
  color: #96a2a9;
}

.tab_wrapper {
  overflow: hidden;
}
.tab_wrapper .tabs {
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.5em;
}
.tab_wrapper .tabs .tab {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  color: #929daf;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.tab_wrapper .tabs .tab.active {
  color: var(--app-orange);
}
.tab_wrapper .tabs .indicator {
  position: absolute;
  height: 2px;
  bottom: 0;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: var(--app-orange);
}
.tab_wrapper .tab_reel {
  display: flex;
  width: 100%;
  transition: 0.5s cubic-bezier(0.4, 1, 0.2, 1);
}
.tab_wrapper .tab_reel .tab_panel {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.tab_wrapper .tab_panel .card {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #d8d8d8;
}

.btn-group-justify {
  display: flex;
  width: 100%;
}
.btn-group-justify .btn {
  display: flex;
  flex: 1 0 0%;
  justify-content: center;
  margin: 0 0.135rem !important;
  padding: 0.25rem 0.5rem;
  border-radius: 0.15rem !important;
}
.btn-group-justify.btn-group-vertical .btn {
  margin: 0.135rem 0 !important;
}
.btn-group-justify .btn-option {
  display: flex;
  flex: 1 0 0%;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #b2bcc4;
  margin: 0 0.135rem !important;
  padding: 0.25rem 0.5rem;
  border-radius: 3px !important;
}
.btn-group-justify.icon .btn-option {
  flex-direction: column;
  color: #8ea2a9;
}
.btn-group-justify.icon .btn-option i {
  font-size: 17px;
  color: #8ea2a9;
  margin: 0.25rem 0;
}
.btn-check:focus + .btn-option {
  box-shadow: none;
  outline: 0;
}
.btn-check:checked + .btn-option {
  color: var(--app-orange);
  border-color: var(--app-orange);
}
.btn-check:checked + .btn-option i {
  color: var(--app-orange);
}

/* /////////////// */
.ui-input {
  position: relative;
}
.ui-input label {
  position: absolute;
  text-transform: uppercase;
  color: #929daf;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  max-width: calc(100% - (2 * 8px));
  left: 5px;
  top: 8px;
  padding: 0 5px;
  user-select: none;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
  transition: all 150ms;
}
.ui-input .form-control {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #e7e7e9;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px 2px;
  transition: all 125ms;
}
.ui-input .form-control:focus,
.ui-input.active .form-control {
  border: 2px solid var(--app-primary);
}
.ui-input.focus label,
.ui-input.active label {
  color: var(--app-primary);
  top: -5px;
  background: #fff;
  font-size: 11px;
  line-height: 11px;
  transition: all 150ms;
}
.ui-input.empty label,
.ui-input.empty label {
  background: #f9f9f9;
}
.ui-input.empty .form-control {
  pointer-events: none;
}
.ui-input.error label {
  color: #f44336;
  top: -5px;
  background: #fff;
  font-size: 11px;
  transition: all 150ms;
}
.ui-input.error .form-control {
  border: 1px solid #f44336;
}
.ui-input.input-group {
  flex-wrap: nowrap;
}

.btn {
  font-size: 13px;
}
.btn-success {
  background: #0dc266 !important;
}
.btn-outline-success {
  border-color: #0dc266;
  color: #0dc266;
}
.btn-outline-success:hover {
  background-color: #0dc266;
  border-color: #0dc266;
}
.btn.btn-outline {
  color: #8ea2a9;
  border: 2px solid #e7e7e9;
}

.offcanvas-end.offcanvas-small {
  width: 100px;
}

.item-table {
  color: #adb3ba;
  font-weight: 600;
  font-size: 13px;
  border: 2px solid #e7ecf2;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgb(154 160 185 / 4%), 2px 2px rgb(166 173 201 / 4%);
}
.item-table.table-active {
  cursor: pointer;
  color: #f5912b;
  background-color: #fff;
  border-left: 3px solid #f5912b;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.border-top {
  border-top: 1px solid #f5f5f9 !important;
}
.border-bottom {
  border-bottom: 1px solid #f5f5f9 !important;
}
.border-left {
  border-left: 1px solid #f5f5f9 !important;
}
.border-right {
  border-right: 1px solid #f5f5f9 !important;
}

/* COMANDAS */
.nav-app {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e9;
}
.nav-app .btn-nav {
  color: #526b75;
  background-color: #f0f2f5;
}
.nav-app .info-nav {
  color: #526b75;
  font-weight: 500;
}
.badge {
  color: #526b75;
  background-color: #f0f2f5;
  border-radius: 3px;
}
/* #65676B */
#sideBar {
  width: 280px;
  border-right: 1px solid #e7e7e9;
}

.btn-default {
  color: #526b75;
  background-color: #f0f2f5;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #27363c;
  box-shadow: none;
}

.activity-board {
  position: relative;
  padding: 3.5rem 1rem 1rem;
  /* overflow: hidden; */
}

.tab-activity {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.35s cubic-bezier(0.4, 1, 0.2, 1.05);
}
.tab-activity .tab-pane {
  display: block !important;
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  min-height: calc(100vh - 4.5rem);
}

.grid-item {
  background-color: #fff;
  /* border: 1px solid #e7e7e9; */
  border-radius: 0.235rem;
  padding: 0.5rem;
  color: #526b75;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 2px 2px rgb(154 160 185 / 4%), 2px 2px rgb(166 173 201 / 4%);
}
.grid-item.active {
  border-left: 5px solid var(--app-green) !important;
}
.action {
  cursor: pointer;
  border: 2px solid #fff;
  user-select: none;
}
.action:hover,
.action:focus,
.action:active {
  background-color: #eff1f7;
  border: 2px solid #dde5e8;
}

.grid-item.border {
  border-color: #eff1f7 !important;
}

.orderBoard {
  overflow: auto;
}
@media (orientation: landscape) {
  .orderBoard {
    min-height: calc(100vh - 185px);
    max-height: calc(100vh - 185px);
  }
}

@media (orientation: portrait) {
  .orderBoard {
    min-height: calc(100vh - 360px);
    max-height: calc(100vh - 360px);
  }
}

.order-list-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0.5rem;
}

.order-list-item::before {
  content: "";
  background: #f2f5f8;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 20px;
  width: 2px;
}

.order-list-item:last-child:before {
  content: none;
}

.item-check {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-weight: 600;
  font-size: 13px;
  color: #d1d7e1;
  background-color: #f9fafb;
  border-radius: 50%;
  text-transform: uppercase;
}
.item-check[data-select-active] {
  border: 2px solid #e8ebf0;
  cursor: pointer;
}
.item-check.active {
  border-color: var(--app-green);
  color: var(--app-green);
  background-color: #dff7e7;
}

.item-content {
  padding: 0.25rem 0.5rem;
  border: 2px solid #f2f5f8;
  border-radius: 12px;
}

.item-content .list-group-item.list-item {
  padding: 0.375rem 0;
}

.item-content .list-group-item.list-item h5 {
  font-size: 13px;
  font-weight: 600;
  color: #526b75;
  margin: 0;
  text-transform: uppercase;
}
