/* Application styles */
/* @import 'tabulator.css'; */

body {
  -webkit-text-size-adjust: none !important;
  text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
}

.required:before {
  content: "*";
  color: red;
  margin-right: 0.25rem;
}

.Polaris-Backdrop {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#html5-qrcode-button-camera-permission {
    padding: 2rem;
    color: blue;
}
#html5-qrcode-button-camera-start {
    color: blue;
    padding: 1rem;
}
#html5-qrcode-anchor-scan-type-change {
    display: none;
}

.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215, .61, .355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:0 0;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}

.disabled{
    pointer-events: none;
    opacity: 0.3;
    text-decoration: line-through;
}

.danger-link {
    color: red;
    text-decoration: none;
    background-color: transparent;
}
.link {
    color: #007bff;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.Polaris-LegacyCard__Section hr:last-child {
    display: none;
}
.Polaris-DataTable__Table {
    min-width: max-content;
}

.highlight-row--selected {
  background: #fef08a !important;
}

.highlight-row--selected .Polaris-DataTable__Cell--hovered {
  background: #fef9c3 !important;
}

.Polaris-Layout__Annotation .Polaris-TextContainer {
  padding-left: var(--p-space-400);
}

.flex-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.bg-brand {
  background-color: var(--brand-bg-color);
}

.color-brand {
  color: var(--brand-color);
}

.fill-brand {
  fill: var(--brand-color);
}
#fixed-bottom-nav {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.13);
}
 #fixed-bottom-nav .active svg{
  fill: var(--brand-color);
}

a.fixed-bottom-nav-link {
  color: #333;
  padding: 0 1rem;
  display: block;
  font-size: 0.7rem;
  text-decoration: none;
}
a.fixed-bottom-nav-link.active {
  color: var(--brand-color);
}

.gap {
    gap: 5px;
}
.card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}
div[data-controller="table-tab"] .Polaris-LegacyTabs__TabContainer {
  position: relative;
  display: none;
}
/* first display block */
div[data-controller="table-tab"] .Polaris-LegacyTabs__TabContainer:first-child {
  display: block;
}

.close-tab-button {
  position: absolute;
  right: 0px;
  top: 5px;
  padding: 0rem 0.3rem;
  border: none;
  background: none;
  /* border-radius: 50%; */
  /* background-color: #e3e3e3; */
  color: gray;
  cursor: pointer;
  z-index: 1;
}

.close-tab-button:hover {
  background-color: #e3e3e3;
}
/* define css style when mobile phone */
@media only screen and (max-width: 600px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
    }
    .Polaris-LegacyFilters-ConnectedFilterControl {
        flex-wrap: wrap;
        gap: 5px;
    }
    .Polaris-LegacyFilters-ConnectedFilterControl__CenterContainer + .Polaris-LegacyFilters-ConnectedFilterControl__RightContainer, .Polaris-LegacyFilters-ConnectedFilterControl__CenterContainer + .Polaris-LegacyFilters-ConnectedFilterControl__MoreFiltersButtonContainer {
        margin-left: 0;
    }
    .Polaris-ResourceList__FiltersWrapper {
        padding: 0 !important;
    }
}

.btn-submit {
    padding: 0.5rem 1rem;
    background-color: #34d399;
    border-radius: 0.375rem;
    border: none;
    color: white;
}

.btn-clear {
    padding: 0.5rem 1rem;
    background-color: red;
    border-radius: 0.5rem;
    color: white;
    border: none;
}

div.ts-dropdown {
    z-index: 1000;
    background: white;
}
div.ts-wrapper {
  border: solid !important;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  /* color: blue; */
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */


.barcode svg {
  width: 100%;
}
