.text-xxs {
  font-size: 0.65rem;
  line-height: 1rem;
}

.bg-status-warning {
  --tw-border-opacity: 1;
  background-color: rgb(241 143 1 / var(--tw-border-opacity, 1));
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-2 {
  font-size: calc(1.305rem + 0.66vw) !important;
}
.fs-3 {
  font-size: calc(1.2825rem + 0.39vw) !important;
}
.fs-4 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
.fs-5 {
  font-size: 1.125rem !important;
}
.fs-6 {
  font-size: 0.9rem !important;
}
.dropdown-menu {
  box-shadow: rgba(140, 152, 164, 0.176) 0px 10px 40px 10px;
  text-align: left;
  animation: 0.6s ease 0s 1 normal none running fadeIn;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  display: block;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}

#pagination-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  font-weight: 500;
  padding-left: 0;
  text-align: left;
}
.btn-processing,
button:disabled,
.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
::-webkit-scrollbar {
  width: 0.1875rem;
}

::-webkit-scrollbar-thumb {
  background: rgba(135, 139, 144, 0.5);
  border-radius: 2rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}
.user-avatar,
[class^='user-avatar']:not([class*='-group']) {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #9d72ff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
}
.table {
  border: 1px solid #ddd;
  font-family: var(--base-font) !important;
}

.modal-content,
.text-muted {
  font-family: var(--base-font) !important;
}

.form-control {
  padding: 0.35rem 0.75rem;
  font-size: 0.825rem;
  font-family: var(--base-font) !important;
  border-width: 2px;
}

.no-bdr {
  list-style-type: none;
}

.link-list-opt {
  padding: 6px;
}

.link-list-opt li {
  padding-top: 6px;
}

.lang-label {
  padding-left: 10px;
  color: #444;
}

.dashboard h4,
.apexcharts-title-text {
  font-family:
    Macan,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;

  /* font-size: 24px; */
}
.dashboard h6,
.text-muted,
.card-title {
  font-family:
    Macan,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}

.text-muted {
  font-weight: 400;
}
.crud-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.crud-display {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
}

.crud-display.empty {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 70px;
}

[hidden] {
  display: none;
}
.btn-back {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: none;
  box-sizing: content-box;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin-left: 0;
  margin-right: 16px;
  min-width: 54px;
  outline: 0;
  padding: 0 8px;
  position: relative;
  text-align: center;
  transition: all 0.218s;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
}
.crud-create {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 20px;
}

.crud-back {
  height: 24px;
  margin: 10px 0 -24px;
  min-width: 24px;
  padding: 8px 9px;
  position: absolute;
  top: 85px;
  width: 24px;
  line-height: 1;
  left: 12px;
  border-radius: 50%;
}

.crud-display-line {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  /* padding-top: 40px; */
  width: 70px;
  height: 100%;
}

.crud-display-line .crud-links {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 200px;
  position: relative;
  margin-left: 35px;
  padding-left: 34px;
  border-left: 1px solid #ccc;
}

.required::after {
  color: red;
  content: '*';
}

.bulk-options {
  width: 160px;
}

button:disabled {
  cursor: not-allowed;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

/** Bulk Select **/
.ac-dropdown .ac-dropdown-menu {
  position: absolute;
  width: 100%;
}

.error {
  animation: shake 0.2s ease-in-out 0s 2;
  box-shadow: 0 0 0.4em red !important;
  border: 0.6px solid red !important;
}

.ac-dropdown .ac-dropdown-menu .ac-dropdown-results {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  max-height: 200px;
  min-width: 0;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}

.autocomplete-option {
  width: 100%;
  padding: 2px 0;
  line-height: 1.2;
  white-space: normal;
}

.ac-dropdown-results:after,
.autocomplete-option::after {
  content: '';
}

.item-autocomplete .autocomplete-option {
  display: flex;
}

.item-autocomplete .item-description {
  border: none;
  box-shadow: none;
  resize: none;
}

.item-autocomplete .item-description:focus {
  box-shadow: none;
}

.item-autocomplete .ac-dropdown {
  z-index: 1;
}

.item-autocomplete .ac-dropdown .ac-dropdown-menu {
  min-width: 600px;
}

.item-autocomplete .ac-dropdown .ac-dropdown-menu .ac-dropdown-results {
  max-height: 275px;
  word-wrap: break-word;
}

.item-autocomplete .ac-dropdown .ac-dropdown-menu .active .autocomplete-option,
.item-autocomplete .ac-dropdown .ac-dropdown-menu .active .grey-text,
.item-autocomplete .ac-dropdown .ac-dropdown-menu .active .stock-unavailable {
  color: #fff;
}

.item-autocomplete .grey-text {
  color: #777;
}

.item-autocomplete .stock-unavailable {
  color: #ff3e3e;
}

.item-autocomplete .stock-available {
  color: #029745;
}

.item-autocomplete .autocomplete-option {
  color: #101010;
}

.item-autocomplete .autocomplete-option .ac-name-rate-sku {
  width: 65%;
  padding-right: 10px;
}

.item-autocomplete .autocomplete-option .ac-name-rate-sku .ac-name {
  padding-bottom: 4px;
  line-height: 20px;
  font-size: 15px;
}

.item-autocomplete .autocomplete-option .ac-stock {
  width: 35%;
  line-height: 21px;
  text-align: right;
  font-size: 13px;
}

.bulk-select svg.icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.bulk-select svg.icon.icon-xsmall {
  height: 10px;
  width: 10px;
}

.bulk-select svg.icon.icon-xlg {
  height: 20px;
  width: 20px;
}

.badge-pill {
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 10rem;
}

.inactive {
  color: #777;
}

.text-regular,
.modal-xlg {
  max-width: 1030px;
}

.no-outline {
  outline: 0 !important;
}

.bulk-select-item .autocomplete-section {
  width: 45%;
  float: left;
  padding-top: 20px;
  background-color: #fafcff;
  border-right: 1px solid #dadce0;
}

.bulk-select-item .autocomplete-section .textarea-section {
  height: 50px;
  padding: 0 20px;
}

.bulk-select-item .autocomplete-section .textarea-section textarea {
  border: 1px solid #80b2f8;
  height: 30px;
  min-height: 34px;
}

.bulk-select-item .autocomplete-section .textarea-section textarea:focus {
  border-color: #0f7aff;
  box-shadow: 0 2px 4px 0 rgba(26, 42, 88, 0.11);
}

.bulk-select-item .autocomplete-section .item-autocomplete .ac-dropdown .ac-dropdown-menu {
  min-width: 100%;
}

.bulk-select-item
  .autocomplete-section
  .item-autocomplete
  .ac-dropdown
  .ac-dropdown-menu
  .active
  .autocomplete-option,
.bulk-select-item
  .autocomplete-section
  .item-autocomplete
  .ac-dropdown
  .ac-dropdown-menu
  .active
  .grey-text,
.bulk-select-item
  .autocomplete-section
  .item-autocomplete
  .ac-dropdown
  .ac-dropdown-menu
  .active
  .stock-unavailable {
  color: #4382ff;
}

.bulk-select-item
  .autocomplete-section
  .item-autocomplete
  .ac-dropdown
  .ac-dropdown-menu
  .autocomplete-option
  .ac-name-rate-sku {
  width: 60%;
}

.bulk-select-item
  .autocomplete-section
  .item-autocomplete
  .ac-dropdown
  .ac-dropdown-menu
  .autocomplete-option
  .ac-stock {
  width: 30%;
  font-size: 13px;
}

.bulk-select-item .autocomplete-section .item-autocomplete .svg-tick {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu {
  background-color: #fafcff;
  min-height: 420px;
  border-right: 1px solid #dadce0;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-dropdown-results {
  list-style: none;
  max-height: 430px;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option {
  padding: 7px 10px 7px 20px;
  color: #000;
  border-radius: 2px;
  cursor: pointer;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option .hover-tick {
  display: none;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option .tick-filled svg {
  vertical-align: middle;
  fill: #22dd2e;
}

.bulk-select-item .autocomplete-section .ac-dropdown-menu .ac-option.active,
.ac-option:hover {
  background-color: #f1f4f9 !important;
}

.bulk-select-item .autocomplete-section .selected {
  background-color: inherit;
}

.bulk-select-item .selected-items-section {
  width: 55%;
  float: left;
  height: 500px;
}

.bulk-select-item .selected-items-section .items-heading {
  padding: 15px 0 10px 15px;
  border-bottom: 1px solid #dadce0;
  height: 60px;
  margin: 0;
}

.bulk-select-item .selected-items-section .items-heading .item-badge {
  min-width: 40px;
  border-radius: 12px;
  padding: 5px 13px;
  margin-left: 4px;
  letter-spacing: 1.4px;
  border: 1px solid #bac8dc;
  background-color: #fff;
  color: #000;
}

.bulk-select-item .selected-items-section .items-list {
  position: relative;
  padding: 10px 0 10px 15px;
  height: 370px;
  overflow-y: auto;
}

.bulk-select-item .selected-items-section .items-list .selected-item {
  padding: 7px 0;
}

.bulk-select-item .selected-items-section .items-list .selected-item:hover .cancel-item-section {
  display: inline-block;
}

.bulk-select-item .selected-items-section .items-list .selected-item .item-name {
  display: inline-block;
  width: 69%;
  vertical-align: middle;
}

.bulk-select-item .selected-items-section .items-list .selected-item .quantity-section {
  display: inline-block;
  width: 22%;
  vertical-align: middle;
}

.bulk-select-item
  .selected-items-section
  .items-list
  .selected-item
  .quantity-section
  .input-group-text {
  border-color: #ddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 9px;
  background-color: inherit;
}

.bulk-select-item
  .selected-items-section
  .items-list
  .selected-item
  .quantity-section
  .input-group-text:hover {
  background-color: #f5f5f5;
}

.bulk-select-item
  .selected-items-section
  .items-list
  .selected-item
  .quantity-section
  .decrement-button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.bulk-select-item
  .selected-items-section
  .items-list
  .selected-item
  .quantity-section
  .increment-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bulk-select-item .selected-items-section .items-list .selected-item .cancel-item-section {
  padding-left: 10px;
  width: 5%;
  vertical-align: middle;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bulk-select-item .selected-items-section .items-list .selected-item .cancel-item-section svg {
  fill: #ff641b;
  width: 16px;
}

.bulk-select-item .selected-items-section .items-footer {
  padding: 20px 0 10px 15px;
  border-top: 1px solid #dadce0;
}

.quantity-section input {
  height: 30px;
  border-color: #ddd;
}

.quantity-section input:focus {
  border-color: #80b2f8;
  box-shadow: unset;
}

.cancel-circled {
  color: #fab2b1;
  cursor: pointer;
}

.item-autocomplete .ac-dropdown {
  z-index: 5;
}

.selected {
  background-color: #fff;
}

.tick-filled svg {
  vertical-align: middle;
  fill: #00b050;
}

.hover-tick svg {
  vertical-align: middle;
  fill: #c2cbd6;
}

/** Bulk Table */
.bulf-form-container,
.bulf-form-container > * {
  outline: 0 !important;
}

.bulf-form-container {
  height: calc(100% -63px -57px);
  width: 100%;
}

.table-form {
  border-bottom: 1px solid #ececf9;
  word-wrap: break-word;
  table-layout: fixed;
}

.table-form thead {
  font-size: 0.8125rem;
  text-transform: capitalize;
}
.table thead {
  color: #3d3e3e;
  background-color: #efefef;
  font-weight: bold;
}
.table-form.table thead:first-child > tr > th {
  color: #050505;
  font-weight: normal;
  border-top: 1px solid #ececf9;
  border-bottom: 1px solid #ececf9;
  background-color: #ddd;
  font-size: 0.85rem;
  padding: 0.5rem 0.5rem;
  text-transform: capitalize;
}

.table-form.table thead th {
  vertical-align: bottom;
}

.thead-sticky th {
  position: sticky;
  top: -1px;
  z-index: 1;
}

.thead-sticky th::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #ececf9;
}

.sheet-view td {
  padding: 0 0.5rem !important;
  border-top: 2px solid #ececf9;
}

.sheet-view td:not(:last-child) {
  border-right: 1px solid #ececf9;
}

.sheet-view .sheet-field.form-control,
.sheet-view .ac-select.form-control,
.currency-with-amount > .form-control {
  height: 40px;
  border-color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
}

.sheet-view .sheet-field.form-control:active {
  box-shadow: none;
  border-color: #408dfb;
}

.ac-box {
  position: relative;
  display: block;
  zoom: 1;
  vertical-align: middle;
}

.sheet-view .sheet-field .ac-box .ac-select {
  display: flex;
  align-items: center;
  padding:
    0.5rem 0,
    75rem;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ac-box .ac-select span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ac-box .ac-select div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.sheet-field .currency-with-amount {
  display: table;
  width: 100%;
}

.currency-with-amount > .currency-field {
  width: 42px;
  max-width: 80px;
  font-size: 0.8rem;
}

.currency-with-amount > .form-control,
.currency-with-amount > .currency-field {
  display: table-cell;
  vertical-align: middle;
}
.loader-container {
  min-height: 100% !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-ellipsis div {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bs-dark);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/** Responsive **/
@media (min-width: 1868px) {
  .stock-offcanvas {
    max-width: 80vw !important;
  }
}
@media (min-width: 1728px) {
  .stock-offcanvas {
    max-width: 82vw !important;
  }
}
@media (min-width: 1560px) {
  .stock-offcanvas {
    max-width: 84vw !important;
  }
}
@media (min-width: 1450px) {
  .stock-offcanvas {
    max-width: 86vw !important;
  }
}
@media (min-width: 1450px) {
  .stock-offcanvas {
    max-width: 86vw !important;
  }
}
@media (min-width: 1312px) {
  .stock-offcanvas {
    max-width: 88vw !important;
  }
}
@media (min-width: 1244px) {
  .stock-offcanvas {
    max-width: 89vw !important;
  }
}
@media (min-width: 1172px) {
  .stock-offcanvas {
    max-width: 61vw !important;
  }
}
@media (min-width: 1104px) {
  .stock-offcanvas {
    max-width: 62vw !important;
  }
}
@media (min-width: 1035px) {
  .stock-offcanvas {
    max-width: 63vw !important;
  }
}
@media (min-width: 914px) {
  .stock-offcanvas {
    max-width: 66vw !important;
  }
}
@media (min-width: 800px) {
  .stock-offcanvas {
    max-width: 65vw !important;
  }
}
@media (min-width: 712px) {
  .stock-offcanvas {
    max-width: 64vw !important;
  }
}
@media (min-width: 640px) {
  .stock-offcanvas {
    max-width: 63vw !important;
  }
}
@media (min-width: 582px) {
  .stock-offcanvas {
    max-width: 57vw !important;
  }
}
@media (min-width: 480px) {
  .stock-offcanvas {
    max-width: 60vw !important;
  }
}
@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}
.date-range {
  padding: 0.2rem 0.5rem;
  border: 1px solid #dadce0;
  border-radius: 0.25rem;
}
.date-range > * {
  outline: 0 !important;
  cursor: pointer !important;
}
.date-range .input-wrapper {
  position: relative;
  overflow: hidden;
  height: 36px;
}
.date-range .input-wrapper .form-control,
.date-range .input-wrapper .form-control:hover,
.date-range .input-wrapper .form-control:focus {
  border: none !important;
  outline: 0 !important;
  cursor: pointer !important;
  color: #222;
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  text-align: inherit;
  -webkit-appearance: none;
  height: 100%;
  max-width: calc(50% - 4px);
}
.date-range .input-wrapper .input-separator {
  transition: opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
  top: 2px;
  position: relative;
  font-weight: bolder;
}
.date-range .input-wrapper input[type='date']::-webkit-inner-spin-button,
.date-range .input-wrapper input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  opacity: 0;
}
#sidebar-menu ul li .badge {
  margin-right: 20px;
}
button:disabled {
  cursor: not-allowed !important;
}
.items-list {
  position: relative;
  height: calc(100vh - 12rem);
  overflow-y: auto;
  overflow-x: hidden !important;
}
.cart-container {
  min-height: calc(100vh - 15.5rem);
  height: calc(100vh - 15.5rem);
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.added-item {
  background: #f9fafc;
  border-color: #51d28c !important;
}
.scrollable-content,
.table-responsive,
body,
html {
  scrollbar-color: rgba(135, 139, 144, 0.5) #fff0;
  scrollbar-width: thin;
}
.scrollable-content::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 0.1875rem;
}
.scrollable-content::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollable-content::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(135, 139, 144, 0.5);
  border-radius: 2rem;
}
.scrollable-content::-webkit-scrollbar-thumb:hover {
  background: rgba(135, 139, 144, 0.5);
  width: 0.625rem;
}
.input-group > .form-control:focus {
  z-index: unset;
}
.grey-bg {
  background-color: #fbfafa;
}
.total-section .total-row {
  min-height: 28px;
  display: flex;
  width: 100%;
  align-items: center;
}
.total-section .total-row .total-label {
  display: inline-block;
  min-height: 28px;
  width: 40%;
  padding: 10px 1%;
}
.total-section .total-row .total-amount {
  float: right;
  padding: 10px 1.5%;
  min-height: 28px;
  width: 60%;
  margin-left: -1%;
  text-align: right;
  color: #777;
}
.total-section .total-row.gross-total .total-label,
.total-section .total-row.gross-total .total-amount {
  font-weight: 600;
  font-size: 16px;
}
.total-section .total-row.gross-total .total-label {
  border-right: none;
}
.total-section .total-row.gross-total .total-amount {
  border-left: none;
  color: #333;
}

.list-group-item.active {
  border-radius: 10px;
}
.list-group-item.active a {
  color: #fff;
}

.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-footer {
  margin-top: 16px;
}
.receipt {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .receipt {
    -webkit-transition: none;
    transition: none;
  }
}
.receipt-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.1rem 1rem;
}
.receipt-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.receipt-title {
  margin-bottom: 0;
  color: #fff;
}
.receipt-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.receipt-end {
  top: 0;
  right: 0;
  width: 484px;
  border-left: 1px solid #f1f5f7;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 9999;
}
#app:before {
  background-color: rgba(0, 0, 0, 0.55);
  content: '';
  display: block;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
#app.mn--show:before,
#app.sb--show:before {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  z-index: 9998;
}
.show-receipt {
  transform: translateX(0%);
}
.cursor-pointer {
  cursor: pointer;
}



.column .body {
  flex-grow: 1;
  position: relative;
}
.column .scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.column .fill {
  left: 0;
  right: 0;
}
.content-column .body {
  padding: 0 20px 50px;
  overflow-x: auto;
}

.details-page {
  margin: 35px auto;
  max-width: 820px;
}
.details-container {
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0 0 6px #ccc;
}
.details-container:hover .orgdetails-update-frmtxndetails {
  display: block;
}
.ribbon {
  position: absolute !important;
  top: -5px;
  left: -5px;
  overflow: hidden;
  width: 96px;
  height: 94px;
}
.ribbon .ribbon-inner {
  text-align: center;
  color: #fff;
  top: 24px;
  left: -31px;
  width: 135px;
  padding: 3px;
  position: relative;
  transform: rotate(-45deg);
}
.ribbon .ribbon-inner:before,
.ribbon .ribbon-inner:after {
  content: '';
  border-top: 5px solid transparent;
  border-left: 5px solid;
  border-left-color: inherit;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-bottom-color: inherit;
  position: absolute;
  top: 20px;
  transform: rotate(-45deg);
}
.ribbon .ribbon-inner:before {
  left: 0;
  border-left: 2px solid transparent;
  color: #2e8fda;
}
.ribbon .ribbon-inner:after {
  right: -3px;
  border-bottom: 3px solid transparent;
  color: #2e8fda;
}

.ribbon .ribbon-open {
  background-color: #268ddd;
  border-color: #1c72b4;
}

.ribbon .ribbon-accepted {
  background-color: #1aaf5d;
  border-color: #138345;
}

.ribbon .ribbon-success {
  background-color: #1fcd6d;
  border-color: #18a155;
}

.ribbon .ribbon-overdue {
  background-color: #f59d00;
  border-color: #c27c00;
}

.ribbon .ribbon-draft {
  background-color: #94a5a6;
  border-color: #788e8f;
}

.ribbon .ribbon-error {
  background: #c46766;
  border-color: #953b39;
}

.ribbon .ribbon-void {
  background: #474747;
  border-color: #1a1a1a;
}

.ribbon .ribbon-pending {
  background-color: #f59d00;
  border-color: #c27c00;
  padding: 5px 0;
  font-size: 11px;
}

.ribbon .ribbon-approved {
  background-color: #5bc0de;
  border-color: #31b0d5;
}

.ribbon .ribbon-signed {
  background-color: #8aa9ff;
  border-color: #5c87ff;
}

.ribbon .ribbon-exception {
  background-color: #db584b;
  border-color: #953b39;
}

.ribbon-right {
  left: initial;
  right: -5px;
}

.ribbon-right > .ribbon-inner {
  left: initial;
  right: 7px;
  transform: rotate(45deg);
}
.orgdetails-update-frmtxndetails {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.orgdetails-update-frmtxndetails .btn {
  border-radius: 0 0 0 5px;
}
.so-merge-icon {
  width: 30px;
  height: 30px;
}

.fltheader {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 15px 3px 10px;
  font-weight: 600;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scrollbox {
  background:
    linear-gradient(#fff 30%, rgba(255, 255, 255, 0)),
    0 100%,
    radial-gradient(farthest-corner at 50% 0, rgba(0, 0, 0, 0.1), transparent),
    0 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size:
    100% 40px,
    100% 40px,
    100% 4px,
    100% 4px;
  background-attachment: local, local, scroll, scroll;
}
@media all {
  .pcs-template {
    font-size: 9pt;
    color: #333333;
    background: #ffffff;
  }
  .pcs-header-content {
    font-size: 9pt;
    color: #333333;
    background-color: #ffffff;
  }
  .pcs-template-body {
    padding: 0 0.4in 0 0.55in;
  }
  .pcs-template-footer {
    /* height: 0.7in; */
    font-size: 6pt;
    color: #aaaaaa;
    padding: 0 0.4in 0 0.55in;
    background-color: #ffffff;
  }
  .pcs-label {
    color: #333333;
    font-size: 10pt;
  }
  .pcs-entity-title {
    font-size: 18pt;
    color: #000000;
  }
  .pcs-orgname {
    font-size: 13pt;
    color: #333333;
  }
  .pcs-customer-name {
    font-size: 9pt;
    color: #333333;
  }
  .pcs-itemtable-header {
    font-size: 9pt;
    color: #ffffff;
    /* background-color: #3c3d3a; */
  }
  .pcs-itemtable-breakword {
    word-wrap: break-word;
  }
  .breakrow-inside {
    page-break-inside: avoid;
  }
  .breakrow-after {
    page-break-after: auto;
  }
  .pcs-item-row {
    font-size: 9pt;
    border-bottom: 1px solid #adadad;
    background-color: #ffffff;
    color: #000000;
  }
  .pcs-item-desc {
    color: #727272;
    font-size: 9pt;
  }
  .pcs-balance {
    background-color: #f5f4f3;
    font-size: 9pt;
    color: #000000;
  }
  .pcs-totals {
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;
  }
  .pcs-notes {
    font-size: 8pt;
  }
  .billto-section {
    padding-top: 0mm;
    padding-left: 0mm;
  }
  .pcs-template-header {
    padding: 0 0.4in 0 0.55in;
    height: 0.7in;
  }
  .pcs-template-fill-emptydiv {
    display: table-cell;
    content: ' ';
    width: 100%;
  }
  .v-top {
    vertical-align: top;
  }
  .text-align-right {
    text-align: right;
  }
  .lineitem-column {
    padding: 10px 10px 5px 10px;
    word-wrap: break-word;
    vertical-align: top;
  }
  .lineitem-content-right {
    padding: 10px 10px 10px 5px;
  }
  .total-number-section {
    width: 45%;
    padding: 10px 10px 3px 3px;
    font-size: 9pt;
    float: left;
  }
}
.w-40 {
  width: 40% !important;
}
.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.table-nowrap td:not(:first-child),
.table-nowrap th:not(:first-child) {
  padding-left: 0;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.page-content {
  background-color: #fff;
  padding: calc(44px + 20px) calc(20px / 2) 60px calc(20px / 2);
}
.page-content.dashboard-wrapper {
  background-color: #f1f5f9 !important;
  padding-bottom: 0 !important;
}
.page-content.dashboard-wrapper .card {
  border-radius: 0.5rem;
  transition: all 0.4s;
  border: 0;
  box-shadow:
    0 2px 4px rgba(0, 0, 20, 0.08),
    0 1px 2px rgba(0, 0, 20, 0.08);
}
.page-content.dashboard-wrapper .card-header {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group {
  margin-bottom: 0.875rem;
}

.company-details {
  display: none;
}
.company-details .line {
  position: relative;
  height: 4px;
  background-color: rgb(46, 93, 171);
}

.company-details .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 33.33%;
  width: 33.33%;
  height: 4px;
  background-color: var(--second-color);
}

.company-details .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 66.66%;
  width: 33.33%;
  height: 4px;
  background-color: rgb(46, 93, 171);
}

@media print {
  * {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .company-details {
    display: block !important;
  }
}
.btn.btn-xs {
  padding: 3px 5px;
}

.w-25px {
  width: 25px !important;
}
.w-125px {
  width: 125px !important;
}
.h-25px {
  height: 25px !important;
}
.h-125px {
  height: 125px !important;
}
.fs-7 {
  font-size: 0.95rem !important;
}
.btn i {
  display: inline-flex;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 0;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 0;
  height: calc(1.5em + 1.55rem + 2px);
  width: calc(1.5em + 1.55rem + 2px); */
}
.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(
    .btn-flush
  ) {
  border: 0;
}
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}
.btn.btn-icon i {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.95rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input:not(.image-input-empty) {
  background-image: none !important;
}
.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.95rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input [data-kt-image-input-action] {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
}
.image-input [data-kt-image-input-action='change'] {
  left: 100%;
  top: 0;
}
.image-input [data-kt-image-input-action='change'] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.image-input [data-kt-image-input-action='cancel'],
.image-input [data-kt-image-input-action='remove'] {
  position: absolute;
  left: 100%;
  top: 100%;
}
.image-input [data-kt-image-input-action='cancel'] {
  display: none;
}
.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid var(--kt-body-bg);
  box-shadow: var(--kt-box-shadow);
}
.pm-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  width: 392px;
  padding: 16px 32px;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 320px) and (max-width: 408px) {
  .pm-card {
    width: auto;
    margin: auto;
  }
}

.pm-form-control {
  font-size: 14px;
  height: 40px;
  color: #282828;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #d4d4d4;
  padding: 8px;
  display: block;
  width: 100%;
  line-height: 1.42857143;
  background-color: #efefef;
  background-image: none;
}
.pm-btn-default-processing:after,
.pm-btn-default-processing:before,
.pm-btn-processing:after,
.pm-btn-processing:before {
  top: 48%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  content: ' ';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: solid 3px transparent;
}
.pm-btn-default-processing,
.pm-btn-processing {
  position: relative;
  pointer-events: none;
}
.pm-btn {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  height: 40px;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

.btn-processing {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
}

.btn-processing > .spinner-border {
  width: 16px;
  height: 16px;
}
.navbar-header {
  height: 48px;
}
.vertical-menu .vertical-menu-btn {
  top: -13px;
}
.vertical-menu .btn.vertical-menu-btn i {
  font-size: 1.6rem;
}
.pai-card {
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  box-shadow: rgba(197, 198, 201, 0.4) 0px 1px 8px;
}

.pai-input {
  width: 100%;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(228, 229, 231);
  box-sizing: border-box;
  color: rgb(34, 35, 37);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0.57px;
  line-height: 24px;
  outline: none;
  padding: 10px;
  background: #fff;
  margin: 0;
}

.pai-input:focus {
  border-color: rgb(149, 151, 157) !important;
}

.pai-button {
  background: none;
  font: inherit;
  width: 100%;
  margin-bottom: 0px;
  height: 48px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background-color: rgb(41, 171, 226);
  border: 1px solid rgba(41, 171, 226, 0.5);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  /* height: 42px; */
  line-height: 24px;
  outline: none;
  padding: 0px;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: width 0.2s ease-in-out 0s;
  user-select: none;
}

.bg-gray-200 {
  background-color: #f1f4f8 !important;
}
.shadow-soft-hover:hover {
  box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075) !important;
}
.bg-gray-200 {
  background-color: #f1f4f8 !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.gap-auto-2 {
  grid-gap: 0.5rem;
  align-items: center;
  grid-auto-flow: column;
}
.text-gray-600 {
  color: #869ab8 !important;
}
.text-gray-800 {
  color: #384c74 !important;
}
@media print {
  .row > * {
    float: left;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .hide-print {
    display: none !important;
    visibility: hidden !important;
  }
  .shadow-none-print {
    box-shadow: none !important;
  }
  .border-none-print {
    border: 0 !important;
  }
  .padding-0-print {
    padding: 0 !important;
  }
}
.bill-container hr,
#print-container hr {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  margin: 0.4rem 0;
}
.font-xxxlarge {
  font-size: 24px;
}
.pt-9 {
  padding-top: 40px !important;
}
.reportslist-header {
  height: auto;
  padding: 0 15px 15px;
  background:
    url(/img/report_pattern.svg) 0 0 repeat-x,
    linear-gradient(180deg, #f9f9fb 50%, #fff 90%);
  margin-left: -20px;
  margin-right: -44px;
}
.form-date,
input[type='date'],
.flatpickr-input {
  background-color: var(--bs-input-bg);
  background-image: url('/img/calendar.svg');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 21px;
}
.font-xxs {
  font-size: 11px;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #efefef;
}
#pagination-table {
  border: 0 !important;
}
.page-link {
  padding: 0.35rem 0.75rem;
  font-size: 0.825rem;
  height: 33px;
}
.form-date,
.flatpickr-input {
  background-color: var(--bs-input-bg);
  background-image: url('../img/calendar.svg');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 21px;
}
.dropdown-menu {
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  box-shadow: rgba(140, 152, 164, 0.176) 0px 10px 40px 10px;
  text-align: left;
  animation: 0.6s ease 0s 1 normal none running fadeIn;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.bg-success-subtle {
  background-color: #e9fdea !important;
}
.box-shadow,
.avatar-box,
.header-actions .header-icon,
.toggle-sidebar,
.pin-sidebar,
.icon-box,
.modal-content,
.btn {
  box-shadow:
    inset 1.5px 1.5px 0px rgba(255, 255, 255, 0.25),
    inset -1.5px -1.5px 0px rgba(0, 0, 0, 0.1);
}
.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.icon-box.md {
  width: 3rem;
  height: 3rem;
}

.flowing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 800px;
  margin: 0 auto;
}
.min-h-100 {
  min-height: 100%;
}
.input-step {
  border: 1px solid #eae7f0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  height: 30.5px;
  border-radius: 0.25rem;
  background: #fff;
  padding: 4px;
}
.input-step button {
  width: 1.2em;
  font-weight: 300;
  height: 100%;
  line-height: 0.1em;
  font-size: 1.4em;
  padding: 0.2em !important;
  background: #f8f7fa;
  color: #131216;
  border: none;
  border-radius: 0.25rem;
}
.input-step input {
  width: 3em;
  height: 100%;
  text-align: center;
  border: 0;
  background: 0 0;
  color: #131216;
  border-radius: 0.25rem;
}
.fs-13px {
  font-size: 13px !important;
}
.w-20px {
  width: 20px !important;
}
.w-60px {
  width: 60px !important;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.device-card-table {
  padding: 0.0625rem;
  margin: 0;
  height: 100%;
}
.device-card-table .device-card-table-container {
  color: #222222;
  display: block;
  padding: 0;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: all 0.1s linear;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d9dee1;
}
.device-card-table .device-card-table-container:before {
  transition: all 0.1s linear;
}
.device-card-table .device-card-table-container .device-card-table-header {
  padding: 1rem;
  text-align: center;
}
.device-card-table .device-card-table-container .device-card-table-header .status {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.5rem;
}
.device-card-table .device-card-table-container .device-card-table-info > .row {
  border-top: 1px solid #d9dee1;
  margin: 0;
}
.device-card-table .device-card-table-container .device-card-table-info > .row > div {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.device-card-table .device-card-table-container .device-card-table-info > .row > div + div {
  border-left: 1px solid #d9dee1;
}
.device-card-table.available .device-card-table-container .status {
  color: #1b8835;
}
.device-card-table.available .device-card-table-container .device-card-table-info {
  color: transparent;
}
.device-card-table.available .device-card-table-container .device-card-table-info i {
  color: transparent !important;
}

.device-card-table.selected:not(.disabled) .device-card-table-container,
.device-card-table:hover .device-card-table-container {
  border-color: #0066ff;
  overflow: hidden;
}
.device-card-table.selected:not(.disabled) .device-card-table-container:before,
.device-card-table:hover .device-card-table-container:before {
  content: '';
  position: absolute;
  top: 0;
  border: 20px solid #0066ff;
  border-bottom-color: transparent;
  left: 0;
  border-right-color: transparent;
}
.device-card-table .device-card-table-container:before {
  transition: all 0.1s linear;
}
.care-header {
  padding: 0.66rem 1.75rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  z-index: 1020;
  border-bottom: 1px solid #d9dee1;
}
.care-header .logo {
  display: flex;
}
.care-header .logo,
.care-header .nav,
.care-header .time {
  width: 33.33%;
}
.care-header .time {
  font-weight: 500;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.care-header .nav {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.care-header .nav .nav-item .nav-link {
  padding: 0.333rem 1rem;
  color: #222222;
}
.bg-care {
  background-color: #f1f3f4 !important;
}
.care-sidebar {
  width: 21.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 23.75rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .care-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    height: calc(100% - 2rem);
    margin: 1rem;
    border-radius: 12px;
    border: 1px solid #d9dee1;
    right: 0;
  }
}
@media (min-width: 992px) {
  .care-sidebar {
    top: 3.5rem;
    height: calc(100% - 3.5rem);
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
  }
}
.care-sidebar .care-sidebar-header {
  padding: 1rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.care-sidebar .care-sidebar-body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  flex: 1;
  height: 100%;
  position: relative;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.care-sidebar .care-sidebar-footer {
  border-top: 1px solid #d9dee1;
  padding: 1rem;
}
.opacity-1 {
  opacity: 0.1 !important;
}
.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.opacity-1 {
  opacity: 0.1 !important;
}
hr {
  color: inherit;
  border: 0;
  border-top: 1px solid;
}

.device-card-table.selected:not(.disabled) .device-card-table-container:after,
.device-card-table.selected:not(.disabled):hover .device-card-table-container:after {
  content: '\f00c';
  position: absolute;
  z-index: 10;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.add-line-item-btn {
  background-color: #f1f1fa;
  border-radius: 0.462rem;
}
.card {
  border-radius: 0.5rem;
  background-color: #fff;
}
.card-border {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: oklch(0.928 0.006 264.531);
}
.card-body {
  --spacing: 0.25rem;
  padding: calc(var(--spacing) * 5);
}
.avatar-group {
  display: inline-flex;
}
.tooltip-wrapper {
  display: inline-flex;
}
:is(
  .avatar-group-chained > .avatar,
  .avatar-group-chained > .tooltip-wrapper,
  .avatar-group-chained > .user-avatar
):first-child {
  --spacing: 0.25rem;
  margin-left: calc(var(--spacing) * 0);
}
.avatar-group-chained > .avatar,
.avatar-group-chained > .tooltip-wrapper {
  margin-left: calc(var(--spacing) * -2);
}
.tooltip-wrapper .user-avatar span {
  font-weight: normal !important;
  font-size: 0.825rem !important;
}
.tooltip-wrapper .avatar {
  background-color: oklch(0.707 0.022 261.325);
  color: oklch(0.967 0.003 264.542);
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 12px;
  position: relative;
}
.tooltip-wrapper .avatar-circle {
  border-radius: 3.40282e38px;
}
.reportslist-header {
  height: auto;
  padding: 0 15px 15px;
  margin-left: -20px;
  margin-right: -44px;
}
.font-xxxlarge {
  font-size: 24px;
}
svg.icon.icon-sm {
  height: 14px;
  width: 14px;
}
svg:not(:root) {
  overflow: hidden;
}
svg.icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
svg.icon.icon-sm {
  height: 14px;
  width: 14px;
}
.reports-search-container {
  position: relative;
}
.w-600px {
  width: 600px;
}
.type-ahead {
  display: inline-block;
  position: relative;
  width: 100%;
}
.type-ahead .ac-selected {
  display: flex;
  align-items: center;
}
.reports-search-container.reports-search .ac-search-txt {
  border-radius: 8px;
}
.type-ahead input.form-control {
  padding-right: 30px;
}
.reports-search-container .ac-search-txt {
  padding: 5px 5px 5px 30px;
  height: 40px;
  opacity: 1;
}
svg.icon.icon-sm {
  height: 14px;
  width: 14px;
}
.reports-search-container .icon-search {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  font-size: 11px;
  color: #999;
}
.btnChoiceOpt {
  padding: 0;
}
.btnChoiceOpt:active {
  outline: 0;
}
.btnChoiceOpt {
  border: none !important;
}
:active,
:focus {
  outline: 0 !important;
  text-decoration: none;
}
.btnChoiceOpt {
  margin: 8px 0 8px 10px;
  width: 18px;
  height: 18px;
  background: 0;
  vertical-align: middle;
  cursor: pointer;
}
.btnChoiceOpt:first-child {
  margin-left: 0;
}
.iconAddChoice,
.iconRemoveChoice {
  display: inline-block;
  background-size: cover;
}
.iconAddChoice {
  width: 13px;
  height: 13px;
}
.iconRemoveChoice {
  width: 11px;
  height: 11px;
}
.drawer-action-hidden {
  visibility: hidden;
  padding: 0 !important;
  transform: translateY(100%);
}
.drawer-action-wrapper {
  transition:
    visibility 0.5s,
    padding 0.5s ease,
    transform 0.5s ease;
  transition-timing-function: cubic-bezier(0.005, 1.045, 0.25, 0.915) !important;
}
.doted-text:after {
  content: ' ....................................................................................................................... ';
  position: absolute;
  padding-left: 5px;
}
.dots-after {
  flex: 1;
  border-bottom: 1px dashed #00123e;
}
.printFrame {
  border: none;
  visibility: hidden;
  position: absolute;
  top: 0;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .btn,
  .no_print {
    display: none !important;
  }
  .nk-block,
  .table > thead,
  .v-application,
  body,
  html {
    background-color: #fff !important;
  }
  .company-details {
    display: block !important;
  }
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #8091a7;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a4;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dbdfea !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dbdfea;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dbdfea;
  }
  body {
    margin: 0;
  }
  .sheet {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
    font-size: 1.5rem;
  }
  .break-inside {
    break-inside: avoid;
  }
  .position-sticky,
  .stick-row {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
  .sheet.padding-10mm {
    padding: 1mm;
  }
  .sheet.padding-15mm {
    padding: 0.5mm;
  }
  .sheet.padding-20mm {
    padding: 20mm;
  }
  .sheet.padding-25mm {
    padding: 25mm;
  }
  button,
  input,
  select,
  textarea {
    display: none !important;
  }
  .badge {
    background: 0 0 !important;
    border: unset !important;
  }
  .d-print {
    display: block !important;
  }
  .table {
    max-width: 100%;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  .table-responsive {
    overflow: unset !important;
  }
}
.header-menu-item:hover {
	background-color: #f1f3f4;
  color: #222222;
}
.header-menu-icon {
  opacity: 0.8;
  font-size: 1.75rem !important;
  color: rgba(34,34,34, 0.5);
}
.header-menu-text{
    font-size: 0.725rem;
}