.main {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-content {
  display: flex;
  height: 100%;
}

.main-view {
  width: 100%;
}

.panel {
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.panel-public {
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 1000px;
  margin: 0 auto;
  color: #484746;
}

.panel-heading {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}

.panel-log {
  padding: 30px;
  align-items: center;
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}

.panel-log-body {
  height: 200px;
  overflow-y: scroll;
}

.panel-control {
  display: inline-block !important;
  width: 400px !important;
}

.panel-title {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}

.panel-mini {
  min-height: 217px;
}

.panel-body {
  padding: 10px;
}

.panel-overview {
  padding: 0px;
}

.panel-filter {
  background: rgba(240, 246, 255, 0.15);
  padding: 20px 10px;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}

.panel-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.panel-footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}

.panel-item {
  padding: 15px;
}

.panel-min {
  min-height: 436px;
}

.panel-no_results {
  text-align: center;
  height: 385px;
  vertical-align: middle !important;
}

.message {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.message-group {
  z-index: 202;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 300px;
}

.message-success {
  padding: 15px;
  width: 100%;
  background: #66bb6a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-info {
  padding: 15px;
  width: 100%;
  background: #3aa3e3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-plain {
  padding: 15px;
  width: 100%;
  background: #fff;
  color: #484746;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-danger {
  padding: 15px;
  width: 100%;
  background: #E75650;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message .fa {
  cursor: pointer;
}

.login-page {
  width: 300px;
  margin: 0 auto;
  padding-top: 50px;
}

.login-page .panel {
  color: white;
  background: #232f3e;
}

.login-panel {
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.login-google {
  width: 300px;
  margin: 0 auto;
  padding-top: 50px;
}

.login-google .panel {
  color: rgb(0, 0, 0);
  background: #232f3e;
}

.login-group label {
  font-weight: bold;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}

.login-group label small {
  font-weight: normal;
}

.login-group label a {
  font-weight: normal;
  color: #3aa3e3;
  font-size: 80%;
}

.login-brand {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}

.progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #03a9f4;
  z-index: 999999;
}

.progress-spinner {
  position: fixed;
  top: 0;
  right: 0;
}

.spinner svg {
  width: 48px;
  height: 48px;
  display: inline-block;
}

.application {
  font-family: Roboto, sans-serif;
  line-height: 16px !important;
}

.primary {
  background-color: #1867c0 !important;
  border-color: #1867c0 !important;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

a {
  text-decoration: none;
  color: #616161;
}

a.router-link-active {
  text-decoration: underline;
  /* line-height: 1 !important; */
}

html {
  width: 100%;
  height: 100%;
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  width: 1px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

image {
  display: block;
  width: 100%;
}

* {
  box-sizing: border-box;
}

h3 {
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
}

textarea {
  background: rgba(0, 0, 0, 0.06) !important;
  padding: 9px;
  width: 100%;
  border: 1px solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

textarea[disabled] {
  cursor: default;
  cursor: not-allowed;
}

.green-text {
  color: #23CF5F !important;
}

.green-background {
  box-shadow: inset 8px 0 0 0 #23CF5F !important;
}

.red-text {
  color: #e75658 !important;
}

.red-background {
  box-shadow: inset 8px 0 0 0 #e75658 !important;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.navbar {
  height: 30px;
  padding: 15px 25px;
  border-bottom: 2px solid rgba(63, 63, 68, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  z-index: 106;
}

.navbar__brand a {
  color: #e91e63;
  font-weight: bold;
}

.navbar__list {
  margin: 0;
  padding: 0;
}

.navbar__item {
  display: inline;
  margin-left: 25px;
}

.navbar a {
  color: #fff;
}

.sidebar {
  width: 0%;
}

.sidebar-inner {
  height: 100%;
}

.sidebar-links {
  height: 100%;
  overflow-y: scroll;
}

.sidebar-list {
  padding: 0;
  margin: 0;
}

.sidebar-item {
  display: flex;
  margin-left: 25px;
}

.show {
  width: 17%;
  transition-timing-function: ease;
}

.less {
  width: 83%;
}

.panel {
  margin-bottom: 16px;
  margin-bottom: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.panel-heading {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}

.panel-title {
  font-size: 18px;
  line-height: 24px;
}

.panel-body {
  padding: 8px;
}

.panel-footer {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}

select {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.form {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 30%;
  margin: 30px auto;
  padding: 15px;
}

.form-group {
  margin-top: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-control {
  font-size: 14px;
  width: 100%;
  display: block;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  outline: none;
  padding: 8px;
}

.form-control.editable {
  height: auto;
}

.form-control.message_body {
  min-height: 150px;
}

.form-qty {
  width: 45%;
  margin: 0px 10px;
}

.form-margin {
  margin-bottom: 10px;
}

.form-description {
  height: 152px;
}

.blue-invoice {
  background-color: #3b78e7 !important;
  color: white;
}

.green-bee {
  background-color: #1eff00 !important;
}

.green-payment1 {
  background-color: #6FD784 !important;
}

.green-payment2 {
  background-color: #1FD13F !important;
}

.green-payment3 {
  background-color: #1DC33B !important;
}

.green-payment4 {
  background-color: #16982E !important;
  color: white;
}

.bank-charges {
  background-color: #ffff9d !important;
}

.invoice-number {
  background-color: #55a3ff !important;
  color: white;
}

.estimated-delivery {
  background-color: #55a3ff !important;
  color: white;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.amount-due-red {
  background-color: #ff5555 !important;
  color: white;
}

.amount-due-blue {
  background-color: #55a3ff !important;
  color: white;
}

.markup-black {
  background-color: #000000 !important;
  color: white;
}

.special-prod {
  background-color: rgba(0, 170, 90, 0.631372549) !important;
  color: white;
}

.bbd-order {
  background-color: #0069ff !important;
  color: white;
  padding: 1px;
}

.sample-order {
  color: #d800ff;
  font-weight: 700;
}

.pro-number-grey {
  background-color: #ff5555 !important;
  color: whte;
}

table ~ .v-input {
  font-size: 10px !important;
}

.v-card.v-sheet.theme--dark {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.v-card.v-sheet.theme--dark .bank-charges,
.v-card.v-sheet.theme--dark .green-payment1,
.v-card.v-sheet.theme--dark .green-payment2,
.v-card.v-sheet.theme--dark .green-payment3,
.v-card.v-sheet.theme--dark .green-payment4 {
  color: black;
}

.v-card.v-sheet.theme--dark ::-webkit-scrollbar {
  width: 20px;
}

.v-card.v-sheet.theme--dark ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.v-card.v-sheet.theme--dark ::-webkit-scrollbar-thumb {
  background: rgb(63, 63, 63);
  border-radius: 10px;
}

.v-card.v-sheet.theme--dark ::-webkit-scrollbar-thumb:hover {
  background: #333333;
}

.v-card.v-sheet.theme--dark table.scrolling {
  background-color: rgb(57, 57, 57) !important;
  --dead-area-color: #393939 !important;
}

.v-card.v-sheet.theme--dark table.scrolling th {
  background-color: unset;
}

.v-card.v-sheet.theme--dark table.scrolling td {
  background-color: unset;
}

.v-card.v-sheet.theme--dark table.scrolling thead {
  background-color: rgb(57, 57, 57) !important;
  --dead-area-color: #393939 !important;
}

.v-card.v-sheet.theme--dark table.scrolling thead th {
  border: 1px solid #000;
}

.v-card.v-sheet.theme--dark table.scrolling thead th:first-child {
  background-color: #272727;
}

.v-card.v-sheet.theme--dark table.scrolling thead tr {
  background: #272727;
}

.v-card.v-sheet.theme--dark table.scrolling tbody {
  background-color: rgb(57, 57, 57) !important;
  --dead-area-color: #393939 !important;
}

.v-card.v-sheet.theme--dark table.scrolling tbody td {
  border: 1px solid #000;
}

.v-card.v-sheet.theme--dark table.scrolling tbody td:first-child {
  background-color: #272727;
}

.v-card.v-sheet.theme--dark table.scrolling tbody tr {
  background: #1e1e1e;
}

.v-card.v-sheet.theme--dark table.scrolling tbody tr.highlight {
  background: #373737 !important;
}

.v-card.v-sheet.theme--dark table.scrolling tbody tr:hover {
  background-color: #373737;
}

table.main-data-viewer {
  width: 100%;
  height: 407px !important;
  border-collapse: collapse;
  font-size: 11px;
}

table.main-data-viewer thead {
  overflow: hidden !important;
}

table.main-data-viewer thead tr th {
  text-align: center !important;
  border-bottom: 2px solid rgba(63, 63, 68, 0.1) !important;
  padding: 5px !important;
  font-weight: bold !important;
  width: 90px !important;
  min-width: 90px !important;
  cursor: pointer;
}

table.main-data-viewer thead tr th:hover {
  background-color: #e0e0e0;
}

table.main-data-viewer thead tr th[selected=selected] {
  background-color: #e0e0e0;
  color: #4285f4;
  box-shadow: inset 4px 0 0 0 #3b78e7;
}

table.main-data-viewer thead tr th:first-child {
  min-width: 80px !important;
  width: 80px !important;
  color: #4285f4;
}

table.main-data-viewer thead tr th.client-name {
  width: 240px !important;
  min-width: 240px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

table.main-data-viewer thead tr th.client-email {
  width: 200px !important;
  min-width: 200px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

table.main-data-viewer tbody tr {
  background: white;
}

table.main-data-viewer tbody tr.highlight {
  background: #e0e0e0;
  box-shadow: inset 4px 0 0 0 #3b78e7;
}

table.main-data-viewer tbody tr:hover {
  background: #e0e0e0;
}

table.main-data-viewer tbody tr td {
  background-color: unset;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  padding: 5px;
  width: 90px !important;
  min-width: 90px !important;
}

table.main-data-viewer tbody tr td:first-child {
  min-width: 80px !important;
  width: 80px !important;
  background-color: #fff;
  color: #4285f4;
}

table.main-data-viewer tbody tr td.client-name {
  width: 240px !important;
  min-width: 240px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left;
}

table.main-data-viewer tbody tr td.client-email {
  width: 200px !important;
  min-width: 200px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left;
}

table.secondary-data-viewer {
  width: 100%;
  height: 325px !important;
  border-collapse: collapse;
  font-size: 11px;
}

table.secondary-data-viewer thead {
  overflow: hidden !important;
}

table.secondary-data-viewer thead tr th {
  text-align: center !important;
  border-bottom: 2px solid rgba(63, 63, 68, 0.1) !important;
  padding: 5px !important;
  font-weight: bold !important;
  width: 60px;
  min-width: 60px;
  cursor: pointer;
}

table.secondary-data-viewer thead tr th:hover {
  background-color: #e0e0e0;
}

table.secondary-data-viewer thead tr th[selected=selected] {
  background-color: #e0e0e0;
  color: #4285f4;
  box-shadow: inset 4px 0 0 0 #3b78e7;
}

table.secondary-data-viewer thead tr th:first-child {
  min-width: 50px !important;
  width: 50px !important;
  color: #4285f4;
}

table.secondary-data-viewer thead tr th.column_small {
  width: 40px !important;
  min-width: 40px !important;
}

table.secondary-data-viewer thead tr th.column_medium {
  width: 80px !important;
  min-width: 80px !important;
}

table.secondary-data-viewer thead tr th.column_large {
  width: 100px !important;
  min-width: 100px !important;
}

table.secondary-data-viewer thead tr th.column_xlarge {
  width: 140px !important;
  min-width: 140px !important;
}

table.secondary-data-viewer tbody tr {
  background: white;
}

table.secondary-data-viewer tbody tr.highlight {
  background: #e0e0e0;
  box-shadow: inset 4px 0 0 0 #3b78e7;
}

table.secondary-data-viewer tbody tr:hover {
  background: #e0e0e0;
}

table.secondary-data-viewer tbody tr td {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  padding: 5px;
  width: 60px !important;
  min-width: 60px !important;
  background-color: unset;
}

table.secondary-data-viewer tbody tr td:first-child {
  min-width: 50px !important;
  width: 50px !important;
  background-color: #fff;
  color: #4285f4;
}

table.secondary-data-viewer tbody tr td.column_small {
  width: 40px !important;
  min-width: 40px !important;
}

table.secondary-data-viewer tbody tr td.column_medium {
  width: 80px !important;
  min-width: 80px !important;
}

table.secondary-data-viewer tbody tr td.column_large {
  width: 100px !important;
  min-width: 100px !important;
}

table.secondary-data-viewer tbody tr td.column_xlarge {
  width: 140px !important;
  min-width: 140px !important;
}

table.supplier-order {
  width: 100%;
  border-collapse: collapse;
  background: white !important;
}

table.supplier-order thead tr th {
  text-align: center !important;
  border-bottom: 2px solid rgba(63, 63, 68, 0.1) !important;
  padding: 5px !important;
  font-weight: bold !important;
  text-align: center !important;
  background-color: #f7f7f7;
  /* border-bottom: 2px solid rgba(30, 30, 30, 1.1) !important; */
  border: 2px solid rgba(30, 30, 30, 0.1) !important;
  padding: 7px !important;
  font-weight: bold !important;
}

table.supplier-order thead tr th[selected=selected] {
  background-color: #e0e0e0;
  color: #4285f4;
  box-shadow: inset 4px 0 0 0 #3b78e7;
}

table.supplier-order tbody tr {
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}

table.supplier-order tbody tr td {
  vertical-align: middle;
  padding: 7px;
  text-align: center;
}

table.freezeFirstColumn thead tr,
table.freezeFirstColumn tbody tr {
  display: block;
  width: -moz-min-content;
  width: min-content;
}

table.freezeFirstColumn thead td:first-child,
table.freezeFirstColumn tbody td:first-child,
table.freezeFirstColumn thead th:first-child,
table.freezeFirstColumn tbody th:first-child {
  position: sticky !important;
  position: -webkit-sticky;
  left: 0;
}

textarea.form-control {
  height: auto !important;
}

.form-control {
  color: #484746;
  line-height: 13px;
  font-size: 13px;
  height: 32px;
  background: #fafafa;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  width: 100%;
  display: block;
}

.form-control-secondary {
  color: #484746;
  font-size: 13px;
  height: 32px;
  background: #fafafa;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
}

.form-control-secondary-text {
  padding: 8px;
}

.form-control-secondary-arrow {
  font-size: 28px;
  padding: 6px;
  color: #4285f4;
}

.form-control-secondary-arrow:hover {
  background-color: #616161;
  color: #fff;
  cursor: pointer;
}

.filter-item {
  margin-bottom: 15px;
  display: flex;
}

.filter-column {
  padding-right: 15px;
  width: 25%;
}

.filter-operator {
  padding-right: 15px;
  width: 25%;
}

.filter-query_1 {
  width: 24%;
  padding-right: 15px;
}

.filter-full {
  width: 48%;
}

.filter-query_2 {
  width: 24%;
}

.filter-remove {
  width: 2%;
  text-align: right;
}

.filter-remove button {
  color: #e75658;
  background: transparent;
  border-radius: none;
  font-weight: bold;
}

.filter-controls {
  display: flex;
  justify-content: space-between;
}

.filterable-export {
  margin-bottom: 15px;
  display: flex;
  float: right;
}

.btn {
  border: none;
  border-radius: 2px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  text-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
  color: #484746;
  background: #ececec;
  border-bottom: 1px solid lightgray;
}

.btn:hover {
  background-color: #616161;
  color: #fff;
}

.btn-primary {
  background: #4285f4;
  color: #fff;
  border-bottom: 1px solid #1266f1;
}

.btn-secondary {
  background: #2c405a;
  color: #fff;
  border-bottom: 1px solid #1b2838;
}

.btn-tertiary {
  color: #2c405a;
  border-bottom: 1px solid #1b2838;
}

.btn-tertiary:hover {
  background: #2c405a;
  color: #fff;
}

.btn-danger {
  background: #e75658;
  color: #fff;
  box-shadow: 0 1px #d7251e;
}

.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}

.btn-supplier {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-supplier-vcard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 18px;
  width: 20px;
  padding: 0px;
}

.error-control {
  color: #e53935;
}

.error-bg {
  background: #ffcdd2 !important;
}

.flash {
  width: 50%;
  margin: 0 auto;
  margin-top: 15px;
  padding: 15px;
  border-radius: 2px;
}

.flash__succeed {
  background: #a5d6a7;
  border: 1px solid #81c784;
  color: #1b5e20;
}

.flash__error {
  background: #ef9a9a;
  border: 1px solid #e75658;
  color: #b71c1c;
}

.supplier-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.supplier-details {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
  overflow-y: auto;
  height: 220px;
  max-height: 300px;
}

.supplier-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.supplier-box-heading {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}

.supplier-box-footer {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}

.supplier-number {
  border-top: 1px solid black;
  border-bottom: 3px solid #1266f1;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  justify-content: space-between;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  margin-top: 20px;
}

.order-notes {
  display: flex;
  justify-content: space-between;
}

.order-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-top: 10px;
}

.order-header-inner {
  display: flex;
  justify-content: space-between;
}

.order-list {
  width: 960px;
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.order-inner {
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin: 10px;
}

.order-name {
  padding: 10px;
  margin: 0px;
}

.order-show {
  width: 1280px;
  margin: 0 auto;
  padding: 5px;
}

.order-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.order-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.order-box img {
  width: 100px;
}

.order-title {
  color: #e91e63;
}

.order-image {
  width: 25%;
}

.order-details {
  width: 75%;
}

.order-details-client {
  width: 49%;
  margin-right: 1%;
}

.order-details-client-inner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.order-details-payment {
  width: 49%;
  margin-left: 1%;
}

.order-details-payment-inner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.order-details-supplier {
  width: 100%;
}

.order-details-supplier-inner {
  overflow-y: scroll;
  max-height: 364px;
}

.order-person {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.order-person-image {
  width: 50%;
}

.order-person-details {
  width: 50%;
}

.order-details-inner {
  margin-left: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.order-suppliers {
  width: 100%;
}

.order-suppliers ul {
  margin: 0;
  padding: 0;
}

.order-suppliers li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-top: 1px dashed #e9e9e9;
}

.order-suppliers-inner {
  margin-left: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.order-suppliers2 {
  width: 60%;
}

.order-suppliers2 ul {
  margin: 0;
  padding: 0;
}

.order-suppliers2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-top: 1px dashed #e9e9e9;
}

.order-suppliers2-inner {
  margin-left: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.order-status {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  margin-top: 10px;
  padding: 10px;
}

.order-status-inner {
  display: inline-grid;
  border: 1px;
  padding: 3px;
}

.order-status-inner > .pretty {
  margin: 5px;
  font-size: 15px;
}

.order-form {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  width: 100%;
}

.order-form-heading {
  width: 101px !important;
  justify-content: space-evenly;
}

.search {
  background: none #fafafa !important;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.v-stepper.theme--light {
  width: 100%;
}

div#app {
  width: 100%;
}

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu[data-v-3a0c7bea] {
    max-height: 160px !important;
  }
}

/* Style The Dropdown Button */

.dropbtn {
  background-color: #bdbdbd;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
}

@keyframes bouncein {
  0%, 50% {
    transform: translate3d(0, -3px, 0);
  }

  25%, 75%, 100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounce {
  animation: bouncein 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.item-table {
  color: #7c7b7b !important;
  width: 100%;
  border-collapse: collapse;
}

.item-table thead tr th {
  text-align: left;
  padding: 8px 8px;
  font-weight: bold;
}

.item-table tbody th {
  text-align: left;
  padding: 8px 8px;
  font-weight: bold;
}

.item-table tbody tr {
  margin: 0 0 0 5;
}

.item-table tbody tr td {
  vertical-align: top;
  margin: 0;
  padding: 10px 10px 10px 10px;
}

.item-table tfoot tr td {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.black_spacing {
  border-top: 30px solid #3a3a3a;
  border-bottom: 30px solid #3a3a3a;
  border-left: 30px solid #3a3a3a;
}

.remove_black_spacing {
  border-top: 0;
  border-bottom: 0;
}

.red-border {
  border-left: 30px solid #ff2e1f;
}

.green-border {
  border-bottom: 30px solid #3a3a3a;
  border-left: 30px solid #00ff0a;
}

.blue-border {
  border-bottom: 30px solid #3a3a3a;
  border-left: 30px solid #006aff;
}

.order-summary td {
  width: 200px;
}

.order-summary table {
  border-collapse: collapse;
}

.order-summary a {
  color: #82b7f9 !important;
}

.test-table td {
  font-size: 10px !important;
  max-width: 100px;
  width: 50px;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.test-table th {
  font-size: 10px !important;
  max-width: 100px;
  width: 50px;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.main-table tbody tr {
  background-color: #eee !important;
}

.main-table ul {
  list-style: none;
  padding-left: 0 !important;
}

.main-table > div > table > tbody > tr > td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  vertical-align: top;
}

.sub-table tbody tr {
  background-color: #fff !important;
}

.sub-table thead tr {
  background-color: #fff !important;
}

.sub-table thead tr td {
  padding: 5px 0 5px 0 !important;
}

.variation-table td {
  width: 100px;
  padding-left: 0 !important;
}

/* Customize the style of v-autocomplete */

.jobcard-custom-menu .v-list-item {
  padding: 0px !important;
  width: 100% !important;
  min-height: 0 !important;
}

.jobcard-custom-menu .v-list {
  padding: 0px !important;
}

.jobcard-custom-v-chips {
  border-radius: 0 !important;
  width: 100% !important;
  color: white !important;
}

.jobcard-main-table {
  font-size: 10px !important;
}

.jobcard-main-table td {
  padding: 0px !important;
}

.jobcard-main-table .v-text-field {
  margin: 0 !important;
}

.jobcard-main-table .v-text-field .v-text-field__details {
  display: none !important;
}

.jobcard-main-table .v-text-field input {
  padding: 0px !important;
  margin: 0 !important;
}

.jobcard-main-table .v-menu__content.jobcard-custom-menu .v-list,
.jobcard-main-table .v-menu__content.jobcard-custom-menu .v-list-item {
  padding: 0px !important;
}

.jobcard-main-table .v-input {
  font-size: 10px !important;
  /* Adjust font size as needed */
  padding: 0px !important;
  /* Adjust padding as needed */
}

.jobcard-main-table .v-input .v-input__append-inner,
.jobcard-main-table .v-input .v-input__prepend-inner {
  display: none !important;
}

.small-badge .v-badge__badge {
  height: 16px;
  min-width: 16px;
  font-size: 10px;
}

.fast-drawer-enter-active,
.fast-drawer-leave-active {
  transition: opacity 0.1s;
}

.fast-drawer-enter,
.fast-drawer-leave-to {
  opacity: 0;
}


