html,
body {
  height: 100%;
}

body#pos-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
body#pos-layout .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
body#pos-layout .form-signin .checkbox {
  font-weight: 400;
}
body#pos-layout .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
body#pos-layout .form-signin .form-control:focus {
  z-index: 2;
}
body#pos-layout .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body#pos-layout .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body#pos-layout .user-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 7px;
  max-width: 100%;
  margin-top: 15px;
  color: #fff;
  white-space: normal;
}
body#pos-layout .user-tags .tag {
  max-width: 100%;
  min-width: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.order-content {
  display: flex;
  flex-wrap: wrap;
  max-height: 500px;
  overflow: auto;
}
.order-content .line, .order-content .nfc-line {
  width: 22%;
  background: #ced4da;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  font-size: 12px;
  text-align: center;
}
.order-content .line.checked, .order-content .nfc-line.checked {
  background: #31ef5d;
}
.order-content .line.to-be-delivered, .order-content .nfc-line.to-be-delivered {
  background: #4885ed;
}
.order-content .line .amount, .order-content .nfc-line .amount {
  font-weight: 700;
  font-size: 16px;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require offline-theme-dark
 *= require offline-language-english
 */
