:root {
  --text-success: #549d06;
  --tm-red: #eb1e1e;
  --tm-yellow: #fcaf02;
  --google-blue: #4285f4;
  --google-red: #db4437;
  --google-yellow: #f4b400;
  --google-green: #0f9d58;
  --pt-red: #e60023;
  --amazon-yellow: #ff9900;
  --bnb-pink: #ff5a5f;
  --bnb-arches: #fc642d;
  --bnb-hof: #484848;
  --bnb-foggy: #767676;
}
.mainnav {
  max-width: 10.75rem;
  width: 10.75rem;
}
@media (min-width: 992px) {
  .mn--max .header__brand {
    max-width: 10.75rem;
    width: 10.75rem;
  }
}
svg.icon.icon-xxlg {
  height: 25px;
  width: 25px;
}

.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);
  }
}
.btn-trigger {
  position: relative;
  z-index: 1;
  color: #526484;
}
.btn-trigger:before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.btn-icon .icon {
  width: 2.125rem;
  line-height: inherit;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5em;
}
.dropdown-toggle.btn-trigger::after {
  display: none;
}
.table-sm .btn-trigger {
  padding: 0;
  height: auto;
  line-height: 1;
}
.btn-trigger + .dropdown-menu-end {
  margin-right: 16px !important;
}
.link-list-opt li + li {
  border-top: 1px solid #e5e9f2;
}
.link-list-opt.no-bdr {
  padding: 0.5rem 0;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.link-list-opt.no-bdr li:not(.divider) {
  border-top-width: 0;
}
.link-list-opt a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  font-size: 12px;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
  position: relative;
  text-decoration: none;
}
.link-list-opt a:hover {
  color: #25476a;
  background: #f5f6fa;
}
.link-list-opt a .icon {
  font-size: 0.875rem;
  width: 1rem;
  opacity: 0.8;
}
.icon + span {
  margin-left: 0.25rem;
}
.cursor-pointer {
  cursor: pointer !important;
}
a,
a:hover {
  text-decoration: none;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#alert-loading {
  text-align: center;
  margin: 0;
  display: none;
}

#alert-loading span {
  display: inline-block;
  width: 0.6125rem;
  height: 0.6125rem;
  margin: 0 0.3125rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  vertical-align: middle;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
}

#alert-loading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}

#alert-loading span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}
.bg-success {
  background-color: #549d06 !important;
}
.text-success {
  color: #549d06 !important;
}
.hd--expanded .content__header.overlapping.custom {
  border-radius: unset !important;
}
.hd--expanded .content__header.overlapping.custom .content__wrap:after {
  height: 0;
}
.order-wraper {
  column-gap: 10px;
}
@media (min-width: 576px) {
  .order-wraper {
    grid-template-columns: auto auto;
  }
  .order-wraper.toggled {
    grid-template-columns: auto;
  }
}
@media (min-width: 768px) {
  .order-wraper {
    grid-template-columns: auto auto auto;
  }
  .order-wraper.toggled {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 992px) {
  .order-wraper {
    grid-template-columns: auto auto auto auto;
  }
  .order-wraper.toggled {
    grid-template-columns: auto auto auto;
  }
}

.order-wraper .order-list-item:hover {
  border: 1px solid var(--bs-primary) !important;
}
.order-wraper .order-list-item.active {
  border: 1px solid var(--text-success) !important;
}
.selected-order-items .item:not(:last-child) {
  border-bottom: 1px dashed #888;
}
.main-side {
  position: relative;
  height: calc(100vh - 6rem);
  overflow-x: hidden !important;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pagination-wrapper nav.mt-5 {
  margin-top: 0 !important;
}
.pos-cart {
  min-height: calc(100vh - 8.5rem);
  height: calc(100vh - 3.4rem);
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.active-payment {
  color: #fff !important;
  background-color: #1f3c5a !important;
  border-color: #1e3955 !important;
}
.table td {
  vertical-align: middle;
}
.badge-soft-primary {
  color: #038edc;
  background-color: rgba(3, 142, 220, 0.1);
}
.badge-soft-success {
  color: #51d28c;
  background-color: rgba(81, 210, 140, 0.1);
}
.badge-soft-info {
  color: #5fd0f3;
  background-color: rgba(95, 208, 243, 0.1);
}
.badge-soft-warning {
  color: #f7cc53;
  background-color: rgba(247, 204, 83, 0.1);
}
.badge-soft-danger {
  color: #f34e4e;
  background-color: rgba(243, 78, 78, 0.1);
}
.badge-soft-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.18);
}
button[class^="badge-soft-"]:hover {
  color: inherit !important;
}
.form-group img {
  width: 100%;
}
.feather {
  width: 18px;
  height: 18px;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}
.profile-cover-avatar {
  display: -ms-flexbox;
  display: flex;
  margin: -6.3rem auto 0.5rem;
  border: 3px solid #fff;
  border-radius: 50%;
}
.profile-cover-avatar input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 68, 0.25);
  border-radius: 50%;
  transition: 0.2s;
}
.avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #677788;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}
.avatar-edit svg {
  width: 18px;
}
.profile-cover-avatar .avatar-img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: 50%;
}
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;
}
.listgroup-search {
  max-height: 65vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 767.98px) {
  .profile-cover-avatar {
    margin: -3rem auto 0.5rem;
  }
}

#animated input[type="text"] {
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  padding-left: 2rem !important;
}
#animated input[type="text"]:focus {
  width: 320px;
}
#animated svg {
  position: relative;
  left: 30px;
}
.badge-lg {
  font-size: 1.07em;
  font-weight: 500;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.border-dashed {
  border-bottom-style: dashed !important;
}
button:disabled {
  cursor: not-allowed;
}
.sb--show .sidebar {
  width: 23.1875rem;
}
.root.sb--show:before {
  z-index: 1048;
}
.notification-bell {
  animation: bell 1s 1s both infinite;
}
@keyframes bell {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(30deg);
  }
  20% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(0);
  }
  90% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tip-icon-success {
  background: #8bc34a;
}
.info-tab {
  float: left;
  margin-left: -23px;
}
.info-tab {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 8px;
}

.tip-icon-success::before {
  font-size: 15px;
  content: "";
  top: 3px;
  left: 6px;
  font-family: FontAwesome;
  position: absolute;
  color: white;
}

.tip-icon-success i::before {
  background: #8bc34a;
}
.info-tab i::before,
.info-tab i::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: rotateX(60deg);
}
.info-tab i::before {
  width: 14px;
  height: 14px;
  box-shadow: inset 12px 0 13px rgb(0 0 0 / 50%);
}
.info-tab i::before,
.info-tab i::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: rotateX(60deg);
}
.info-tab i::after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  bottom: -18px;
}

.completed-order {
  position: absolute;
  right: -2px;
  top: -8px;
}
.img-md {
  width: 4rem;
  height: 4rem;
}
.display-6 {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 1.5rem;
  }
}
.nk-ck-sm {
  height: 180px;
}
.dot.sq {
  border-radius: 3px;
}

.dot {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.multiselect__option--highlight,
.multiselect__option--highlight:after {
  background: var(---bs-primary) !important;
}
.multiselect__option--selected.multiselect__option--highlight:after,
.multiselect__option--highlight:after {
  content: "" !important;
}
/*.multiselect__content-wrapper::-webkit-scrollbar {
  width: 0.6em;
}
.multiselect__content-wrapper::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px var(--bs-primary);
  border-radius: 1px;
} */
.multiselect__option--selected:after {
  color: transparent;
}
#root .multiselect {
  min-height: 34px;
  height: 34px;
}
#root .multiselect__select {
  width: 32px;
  height: 30px;
  padding: 2px 4px;
}
#root .multiselect__tags {
  min-height: 34px;
  padding: 5px 0.5rem 0 8px;
  border-radius: 3px;
}
#root .multiselect__option {
  min-height: 34px;
  padding: 5px 8px;
  font-size: 0.875rem;
  line-height: 1.6;
}
#root .multiselect__placeholder,
#root .multiselect__single {
  margin-bottom: 2px;
}
#root .multiselect,
#root .multiselect__input,
#root .multiselect__single {
  font-size: 14px;
}
#root .multiselect__select:before {
  z-index: 9;
}
#root .multiselect__spinner,
.form-clip,
.form-text-hint {
  background: transparent !important;
}
#root .multiselect__single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul li.multiselect__element {
  padding: 0 10px;
}
.nk-block-tools > * {
  display: inline-flex;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-1:not(.row) {
  margin: -0.1875rem;
}
.g-1:not(.row) > li,
.g-1:not(.row) > div {
  padding: 0.1875rem;
}
.multiselect-search {
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.selected-option {
  z-index: 1;
  color: #75868f;
  text-decoration: none;
  background-color: #f2f4f8;
}
.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: 280px;
  border-left: 1px solid #f1f5f7;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.show-receipt {
  transform: translateX(0%);
}
.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;
  margin-top: 15px;
  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;
}
.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;
}
.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-back {
  height: 24px;
  margin: 10px 0 -24px;
  min-width: 24px;
  padding: 3px 4px;
  position: absolute;
  top: 85px;
  width: 24px;
  line-height: 1;
  left: 36px;
}

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

.crud-display-line .crud-links {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
  min-width: 200px;
  position: relative;
  margin-left: 35px;
  padding-left: 34px;
  border-left: 1px solid #ccc;
}
.required::after {
  color: red;
  content: "*";
}