@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Montserrat:100,400,600,700,900");
* {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: none;
}

input {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

*::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.placeholder.rem1 {
  margin-bottom: 1rem;
}

.placeholder.rem2 {
  margin-bottom: 2rem;
}

.placeholder.half {
  margin-bottom: 0.5rem;
}

#back-to-items {
  position: absolute;
  left: 2rem;
  top: 2.5rem;
}

#back-to-items i {
  font-size: 4rem;
}

.dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
}

.user-cont {
  position: absolute;
  right: 3rem;
  top: 3rem;
}

.user-cont .user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-cont .user-icon img {
  width: 2.3rem;
}

.user-cont .user-icon h2#username {
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-right: 0.6rem;
}

.user-cont:hover .user-menu {
  display: block;
}

.user-cont .user-menu {
  color: white;
  display: none;
  margin-top: 0.5rem;
}

.user-cont .user-menu li {
  border-radius: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0.5rem;
  background: black;
  list-style: none;
  margin: 0.2rem auto;
  cursor: pointer;
}

.user-cont .user-menu li:hover {
  opacity: 0.7;
}

.user-cont .user-menu li:active {
  opacity: 0.4;
}

.page-title .other-pages {
  margin-top: -2rem;
  text-align: center;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin-bottom: 4rem;
}

.page-title .other-pages h2 {
  margin: 1rem auto;
}

.page-title .other-pages h2 a {
  text-align: center;
  font-family: Abril Fatface;
  font-weight: 100;
  font-size: 3rem;
  color: #777;
}

.page-title .other-pages h2 a:hover {
  color: orange;
}

.page-title .other-pages h2 a:active {
  opacity: 0.5;
}

.page-title h1#title {
  text-align: center;
  cursor: pointer;
  font-family: Abril Fatface;
  font-weight: 100;
  font-size: 3rem;
  margin-left: -1.7rem;
}

.page-title h1#title .fas {
  font-weight: 900;
  overflow: hidden;
  margin-left: 10px;
  font-size: 1.7rem;
  display: inline-block;
  -webkit-transition: all 100ms ease-out !important;
  transition: all 100ms ease-out !important;
}

.select-data ul li {
  display: inline;
  font-weight: 700;
  opacity: 0.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 2.5rem;
  cursor: pointer;
}

.select-data ul li:hover {
  opacity: 0.8;
}

.active {
  opacity: 1;
  font-weight: 900;
}

section {
  width: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: scroll;
}

.card {
  margin: 1rem auto;
  border-radius: 1rem;
  border: 2px solid #ccc;
  width: 70%;
}

footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  font-size: 2vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer #daily-status {
  color: #eee;
  background: black;
  padding: 0.5rem;
}

.order-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3rem;
}

.order-price i {
  font-size: 3rem;
  cursor: pointer;
}

.order-price i:active {
  opacity: 0.5;
}

.order-price h1 {
  font-weight: 100;
  font-size: 5rem;
  font-family: Abril Fatface;
  color: orange;
}

.order-items {
  overflow: scroll;
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  margin-bottom: 8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.order-items * {
  text-align: center;
}

.order-items .order-item {
  padding: 0.7rem;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(auto + 100px);
  margin: 0.3rem;
}

.order-items .order-item .order-item-title {
  font-weight: 600;
}

.order-items .food {
  border: 3px solid #e49400;
  color: #e49400;
}

.order-items .drink {
  border: 3px solid #00acc1;
  color: #00acc1;
}

.order-items .service {
  color: #8375c0;
  border: 3px solid #8375c0;
}

.filter-items-navbar-cont {
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.filter-items-navbar-cont div {
  text-transform: uppercase;
  margin: 5px;
  padding: 0px 10px;
  border-radius: 8px;
  height: 40px;
  border: 2px solid black;
  opacity: .3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-items-navbar-cont div.selected-filter {
  opacity: 1;
  background: black;
  color: white
}

.foods-options-menu {
  position: absolute;
  top: 20vh;
  right: 0rem;
  background: #eee;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  flex-flow: row nowrap;
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}

/* .foods-options-menu:hover {
  width: 12rem;
}

.foods-options-menu:hover .foods-options-menu-icon {
  display: none;
}

.foods-options-menu:hover .foods-options-actual-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.foods-options-menu button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

.foods-options-menu i {
  font-size: 2rem;
}

.foods-options-menu .foods-options-actual-menu {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 1rem;
}

.foods-options-menu .foods-options-actual-menu .foods-option {
  cursor: pointer;
}

.foods-options-menu .foods-options-actual-menu .foods-option:not(:last-child) {
  margin-right: 1.5rem;
}

.foods-options-menu .foods-options-actual-menu .foods-option:active {
  opacity: 0.5;
}

.selected.item-primary-border {
  background: royalblue;
}

.selected.item-secondary-border {
  background: #6c757d;
}

.selected.item-success-border {
  background: #19aa72;
}

.selected.item-danger-border {
  background: #dc3535;
}

.selected.item-warning-border {
  background: orange;
}

.selected.item-info-border {
  background: #602eaf;
}

.selected.food {
  background: orange;
}

.selected.drink {
  background: #00acc1;
}

.selected.service {
  background: #8375c0;
}

.selected * {
  color: white !important;
}

.user-adding-error {
  margin: 1rem 0;
}

.user-adding-error h4 {
  font-size: 2rem;
  color: #d50000;
}

.user-adding-error p {
  color: black;
  font-size: 1.2rem;
}

#users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 2rem;
  align-items: center
}

#users .user {
  margin-top: 1rem;
  border: 1px solid lightgrey;
  padding: 1rem;
  border-radius: 1rem;
}

#users .user h4 {
  font-size: 2.5rem;
  margin-right: 1rem;
}

#users .user h4 i {
  margin-right: 0.5rem;
}

#users .user h6 {
  margin-top: 0.5rem;
  font-size: 1rem;
  opacity: 0.6;
}

.info-table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.info-table td.info-data {
  font-weight: 600;
}

.info-table td.false {
  color: #d50000;
}

.info-table td.true {
  color: #19aa72;
}

.item-edit-btn {
  margin-top: 3rem;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.item-edit-btn i {
  margin-right: 0.5rem;
}

.item-edit-btn.item-edit-delete i {
  color: #d50000;
}

.edit-delete-item {
  font-size: 1.6rem;
  color: #000;
  border-radius: 1rem;
}

.edit-delete-item i {
  cursor: pointer;
  margin: auto 0.5rem;
}

.edit-delete-item i:active {
  opacity: 0.7;
}

.edit-delete-item .fa-trash {
  color: #d50000;
}

.edit-user-cont {
  overflow: hidden;
  position: absolute;
  width: 90%;
  max-width: 800px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-box-shadow: 0 10px 150px #000a;
  box-shadow: 0 10px 150px #000a;
  padding: 2rem;
  border-radius: 1rem;
  z-index: 99;
  background: white;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.edit-user-cont .fa-times {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.edit-user-cont .fa-times:active {
  opacity: 0.5;
}

.edit-user-cont h3 {
  margin-bottom: 2rem;
}

.edit-user-cont form {
  text-align: center;
}

.edit-user-cont form label {
  -webkit-column-break-after: always;
  break-after: always;
}

.edit-user-cont form div {
  margin-top: 1rem;
}

.edit-user-cont form h5 {
  margin-bottom: 0.5rem;
}

.edit-user-cont form button {
  background: none;
  border: none;
  font-size: 2rem;
  margin-top: 2rem;
  cursor: pointer;
}

.edit-user-cont form button:active {
  opacity: 0.5;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

table#queries-table {
  margin: auto;
}

table#queries-table td {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
}

table#queries-table td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}

table#queries-table td a i {
  font-size: 3rem;
  margin-bottom: 1rem;
}

table#queries-table td:active {
  opacity: 0.5;
}

.query-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.query-table.query-chart {
  display: unset !important;
}

.query-table #current-data-date {
  opacity: 0.7;
  letter-spacing: 1px;
  font-size: 1.5rem;
  color: #4b257e;
}

.query-table .query-table-title {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e49400;
  margin: 1rem auto;
}

.query-table form#query-date-form {
  padding: 0rem 1rem;
  margin: 2rem auto;
  font-weight: 600;
  font-size: 1.5rem;
}

.query-table form#query-date-form .row div {
  margin: 0.5rem auto;
}

.query-table form#query-date-form button {
  background: none;
  border: none;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 1.3rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
  cursor: pointer;
}

.query-table form#query-date-form button:active {
  opacity: 0.5;
}

.query-table form#query-date-form #date {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.query-table table {
  margin-bottom: 2rem;
  width: 80%;
}

.query-table table th {
  font-weight: 600;
  padding: 0.5rem 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.query-table table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.query-table table .query-table-name {
  font-weight: 700;
}

.query-table table .query-table-price-all {
  color: #e49400;
  font-family: Abril Fatface;
}

.login-page {
  margin: 2rem auto;
  width: 50%;
  padding: 2rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  -webkit-box-shadow: 0 5px 20px #0002;
  box-shadow: 0 5px 20px #0002;
}

.login-page * li {
  list-style: none !important;
}

.login-page h3 {
  font-family: Abril Fatface;
  font-weight: 100;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #b8b8b8;
}

.login-page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-page form label {
  margin: 0.5rem;
}

.login-page form input {
  margin-bottom: 2rem;
  border: none;
  -webkit-box-shadow: 0 2px 8px #0002;
  box-shadow: 0 2px 8px #0002;
}

.login-page form input:focus {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.login-page form .login-error-message {
  color: #d50000;
  margin-bottom: 1rem;
}

.login-page form button {
  margin-top: 1rem;
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
}

.login-page form button.active {
  opacity: 0.5;
}

@media screen and (min-aspect-ratio: 1 / 1) {
  body {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .page-title .other-pages {
    margin-top: 0rem;
  }
  .page-title .other-pages h2 a {
    font-size: 3rem;
  }
  .page-title h1#title {
    text-align: left;
    margin-left: 0;
  }
  footer.footer {
    text-align: center;
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: fixed;
    bottom: 1rem;
    left: 3%;
    font-size: 2vh;
  }
  footer.footer #daily-status {
    color: #eee;
    background: black;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 400px) {
  .page-title .other-pages h2 a {
    font-size: 2rem;
  }
}

@media screen and (max-aspect-ratio: 1 / 1) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 5rem;
  }
  .page-title {
    margin: 2rem auto;
  }
  .page-title .other-pages {
    margin: 2rem auto;
  }
  section {
    width: 90%;
  }
  .user-icon {
    right: 5%;
  }
  #username {
    opacity: 0;
    display: none;
  }
  footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    bottom: 0;
    font-size: 1.4rem;
    width: 100%;
    background: white;
    padding-top: 10px;
    -webkit-box-shadow: 0 -2px 10px #fff;
    box-shadow: 0 -2px 10px #fff;
  }
  footer #daily-status {
    margin-top: 10px;
    width: 200%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*# sourceMappingURL=style.css.map */