/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
:root {
  --text-font: "Outfit", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --body-font: "Outfit", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  /* --body-font: "Public Sans", system-ui, sans-serif; */
}
body,
* {
  max-height: 100vh;
}
body.dashboard,
body.dashboard * {
  max-height: unset !important;
}
.zf-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  margin: 0 auto;
  color: #fff;
  max-width: 500px;
}
.zf-notification-container svg {
  height: 1em;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  fill: currentColor;
}
.zf-notification-container svg.svg-icon {
  height: 1.6em;
  width: 1.6em;
  margin-top: 5px;
}
.zf-notification-container .message-container {
  display: inline-flex;
  padding: 10px 13px;
  margin: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  align-items: center;
}
.zf-notification-container .message-container.danger {
  background-color: #ba4239;
}
.zf-notification-container .message-container.success {
  background-color: #1ee0ac;
}
.zf-notification-container .message-container.info {
  background-color: #079bb2;
}
.zf-notification-container .message-container.warning {
  background-color: #c3970b;
}
.zf-notification-container .msg {
  margin: 0 8px;
  max-width: 325px;
  text-align: left;
  line-height: 1.3;
}
.zf-notification-container .icon-remove {
  cursor: pointer;
  color: #fff;
  font-size: 10px;
}
.bounce-enter-active {
  animation: bounce-in 0.5s;
}
.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.items-list {
  position: relative;
  height: calc(100vh - 12rem);
  overflow-y: auto;
  overflow-x: hidden !important;
}
.cart-container {
  min-height: calc(100vh - 3.5rem);
  height: calc(100vh - 3.5rem);
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.added-item {
  background: #f9fafc;
  border-color: #25476a !important;
}
.content-body .container-fluid,
.content-body .container-sm,
.content-body .container-md,
.content-body .container-lg,
.content-body .container-xl,
.content-body .container-xxl {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.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,
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollable-content::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: rgba(135, 139, 144, 0.5);
  border-radius: 2rem;
}
.scrollable-content::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: rgba(135, 139, 144, 0.5);
  width: 0.625rem;
}
.deznav,
.nav-header {
  width: 14.5rem;
}
.content-body {
  margin-left: 14.5rem;
}
[data-header-position="fixed"] .content-body {
  padding-top: 4.5rem;
}
.menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: var(--primary) !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.3;
}
.dz-stepper {
  width: 80px;
}
.dz-stepper small {
  text-align: center;
  display: block;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 5px;
}
.dz-stepper .bootstrap-touchspin {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.dz-stepper .bootstrap-touchspin .input-group-btn {
  height: 100%;
}
.dz-stepper .bootstrap-touchspin .input-group-btn .btn {
  border-radius: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid var(--border-color);
  font-size: 18px;
  line-height: 1;
}

.dz-stepper .bootstrap-touchspin .input-group-btn:not(:first-child) {
  padding: 0;
}
.dz-stepper .bootstrap-touchspin .form-control {
  padding: 0 5px;
  height: 100%;
  font-weight: 500;
  color: var(--dark);
  background: transparent;
  border: 0;
  z-index: 3;
  text-align: center;
}
.dz-stepper.border-2 .bootstrap-touchspin {
  overflow: hidden;
}
.dz-stepper.border-2 .bootstrap-touchspin .btn {
  border-width: 2px;
}
.dz-stepper.small-stepper .bootstrap-touchspin .btn {
  width: 22px;
  height: 22px;
}
.input-group > .form-control:focus {
  z-index: unset;
}
.authincation-content {
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-radius: 5px;
}
.btn-primary:focus,
.btn:focus {
  outline: 0 !important;
}
.over-content {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/** For payment section */
.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;
}

.required::after {
  color: red;
  content: "*";
}
.date-range {
  padding: 0.2rem 0.5rem;
  border: 1px solid #dadce0;
  border-radius: 0.25rem;
  min-height: 100%;
}
.date-range > * {
  outline: 0 !important;
  cursor: pointer !important;
}
.date-range .input-wrapper {
  position: relative;
  overflow: hidden;
}
.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: 2rem;
  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;
  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;
}
ul.ranges {
  z-index: 1000;
  padding: 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  color: #75868f;
  text-align: left;
  list-style: none;
  margin: 0 !important;
  opacity: 1;
  pointer-events: visible;
  touch-action: auto;
  transition-timing-function: ease;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s,
    transform 0s;
  visibility: visible;
}
.custom-ranger-wraper {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .dropdown-item {
  margin-bottom: 0;
} */
.data-filters .dropdown-item.active {
  color: #525e64;
  text-decoration: none;
  background-color: #f2f4f8;
}
#alert-loading {
  display: none;
}
.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: 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: 350px;
  border-left: 1px solid #f1f5f7;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 9999;
}
.show-receipt {
  transform: translateX(0%);
}
.table th,
.table td {
  border-color: #eeeeee;
  padding: 5px 3px;
}
#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;
}
.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 {
    width: 80vw;
  }
}
@media (min-width: 1728px) {
  .stock-offcanvas {
    width: 82vw;
  }
}
@media (min-width: 1560px) {
  .stock-offcanvas {
    width: 84vw;
  }
}
@media (min-width: 1450px) {
  .stock-offcanvas {
    width: 86vw;
  }
}
@media (min-width: 1450px) {
  .stock-offcanvas {
    width: 86vw;
  }
}
@media (min-width: 1312px) {
  .stock-offcanvas {
    width: 88vw;
  }
}
@media (min-width: 1244px) {
  .stock-offcanvas {
    width: 89vw;
  }
}
@media (min-width: 1172px) {
  .stock-offcanvas {
    width: 61vw;
  }
}
@media (min-width: 1104px) {
  .stock-offcanvas {
    width: 62vw;
  }
}
@media (min-width: 1035px) {
  .stock-offcanvas {
    width: 63vw;
  }
}
@media (min-width: 914px) {
  .stock-offcanvas {
    width: 66vw;
  }
}
@media (min-width: 800px) {
  .stock-offcanvas {
    width: 65vw;
  }
}
@media (min-width: 712px) {
  .stock-offcanvas {
    width: 64vw;
  }
}
@media (min-width: 640px) {
  .stock-offcanvas {
    width: 63vw;
  }
}
@media (min-width: 582px) {
  .stock-offcanvas {
    width: 57vw;
  }
}
@media (min-width: 480px) {
  .stock-offcanvas {
    width: 60vw;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.bg-faded {
  background-color: #eee;
}
.bl-4 {
  border-left-width: 4px !important;
}
.rounded-xlg {
  border-radius: 10px !important;
}
.font-xs {
  font-size: 12px;
}
.font-small {
  font-size: 13px;
}
.font-medium {
  font-size: 15px;
}
.text-semibold,
b,
strong {
  font-weight: 600;
}
.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;
}
.zf-unified-theme .btn-primary,
.zf-unified-theme .btn-primary:hover,
.zf-unified-theme .btn-primary:focus,
.zf-unified-theme .btn-primary:active,
.zf-unified-theme .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.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;
  }
  .pcs-entity-title {
    font-size: 28pt;
    color: #000000;
  }
  .pcs-orgname {
    font-size: 10pt;
    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;
  }
}
.btn-close:before {
  background-image: url('data:image/svg+xml;utf8,<svg height="22px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path fill-rule="evenodd" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
  background-repeat: no-repeat;
  font-size: 30px;
}
.offcanvas-header .btn-close {
  margin-right: 0.5rem;
}
.w-70 {
  width: 70% !important;
}
.pagination .page-item .page-link {
  padding: 0.425rem 0.875rem;
  font-size: 0.875rem;
}
.menu-toggle
  .deznav
  .metismenu
  > li
  > a.router-link-active.router-link-exact-active {
  background: var(--primary);
  border-radius: 8px;
}

.menu-toggle
  .deznav
  .metismenu
  > li
  > a.router-link-active.router-link-exact-active
  i {
  color: #fff;
  padding: 0;
}
#preloader {
  z-index: 99;
  left: 14.6rem;
  top: 4.6rem;
}
.show.menu-toggle ~ #preloader {
  left: 5.2rem;
}

.show.menu-toggle ~ #preloader .sk-three-bounce .sk-child {
  top: calc(50% - 74px);
}
._2deea771 {
  animation: rotator 1s linear infinite;
}
@keyframes rotator {
  100% {
    transform: rotate(360deg);
  }
}
