@charset "UTF-8";
@font-face {
  font-family: 'SF UI Text';
  src: url('../fonts/SFUIText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'SF UI Text';
  src: url('../fonts/SFUIText-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
} */

body,
body *:not(html):not(style):not(br):not(tr):not(code) {
  box-sizing: border-box;
  font-family: 'SF UI Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.sidebar-app-logo {
  max-height: 100px;
  /* max-width: 120px; */
}
.avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  left: 95px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.image-edit-pen {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.required:after {
  content: '*';
  position: relative;
  font-size: 14px;
  color: #f62947;
  font-weight: 900;
  margin-left: 3px;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px !important;
}

.w-75px {
  width: 75px !important;
}

.h-75px {
  height: 75px !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 0 !important;
}

.container-p-y:not([class^='pt-']):not([class*=' pt-']) {
  padding-top: 0px !important;
}

.btn-label-primary {
  background: #ffece1 !important;
  border-color: transparent !important;
  color: #ff7623 !important;
}

.btn-label-secondary {
  background: #ebeef0 !important;
  border-color: transparent !important;
  color: #8592a3 !important;
}

.btn-label-success {
  background: #e8fadf !important;
  border-color: transparent !important;
  color: #71dd37 !important;
}

.btn-label-danger {
  background: #ffe0db !important;
  border-color: transparent !important;
  color: #ff3e1d !important;
}

.btn-label-warning {
  background: #fff2d6 !important;
  border-color: transparent !important;
  color: #ffab00 !important;
}

.btn-label-info {
  background: #d7f5fc !important;
  border-color: transparent !important;
  color: #03c3ec !important;
}

.btn-label-dark {
  background: #dcdfe1 !important;
  border-color: transparent !important;
  color: #233446 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #fa6200 !important;
  border-color: #fa6200 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 181, 135, 0.4) !important;
}

.btn-label-primary:hover {
  background: #ff7623 !important;
  border-color: #fa6200 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 181, 135, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.btn-label-secondary:hover {
  background: #788393 !important;
  border-color: transparent !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.btn-label-success:hover {
  background: #66c732 !important;
  border-color: transparent !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(113, 221, 55, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.btn-label-danger:hover {
  background: #e6381a !important;
  border-color: transparent !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 62, 29, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.btn-label-warning:hover {
  background: #e69a00 !important;
  border-color: transparent !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 171, 0, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.btn-label-info:hover {
  background: #03b0d4 !important;
  border-color: transparent !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(3, 195, 236, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.btn-label-dark:hover {
  background: #202f3f !important;
  border-color: transparent !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(35, 52, 70, 0.4) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.swal2-modal.swal2-popup .swal2-title {
  margin: 0px !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.form-label,
.col-form-label {
  color: #000 !important;
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 500px !important;
}

.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 1rem;
}
.editor {
  max-height: 200px !important;
}

.quill-bottom-margin {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 992px) {
  .quill-bottom-margin {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 551px) {
  .quill-bottom-margin {
    margin-bottom: 140px !important;
  }
}

@media only screen and (max-width: 397px) {
  .quill-bottom-margin {
    margin-bottom: 130px !important;
  }
}

@media only screen and (max-width: 396px) {
  .quill-bottom-margin {
    margin-bottom: 170px !important;
  }
}

.app-brand-text {
  text-transform: none !important;
  font-size: 20px !important;
}

.max-w-50 {
  max-width: 50px !important;
}

.max-w-100 {
  max-width: 100px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.dataTable thead > tr {
  border-top: 0 !important;
}

.ms-60px {
  margin-left: 60px !important;
}

.h-20px {
  height: 20px !important;
}

.w-20px {
  width: 20px !important;
}

.uppercase-none {
  text-transform: none !important;
}

.pos-product-img {
  height: 160px !important;
  width: 100% !important;
  object-fit: cover;
}

.pos-product-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cart-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.w-115px {
  width: 115px !important;
}

.cart-total-border {
  border-bottom: 1px dashed #d9dee3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.owl-nav {
  display: none;
}
.owl-dots {
  display: none;
}
.active-category img {
  border: 2px solid #71dd37 !important;
  padding: 5px;
  transition: padding 0.9s ease;
}
.active-category p {
  color: #71dd37 !important;
}
.h-25px {
  height: 25px !important;
}
.h-15px {
  height: 15px !important;
}
.w-15px {
  width: 15px !important;
}
.p-x-10px {
  padding: 0 10px 0 10px;
}

.image-scroll {
  padding: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  height: auto;
}
.image-scroll-border {
  border: 3px solid #6a6cff;
}
.image-scroll img {
  width: 100%;
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
  object-fit: cover;
  object-position: top;
  height: 400px;
  transition: 5s all ease;
}
.image-scroll:hover img {
  object-position: left;
}

.dropzone {
  border: 2px dashed #d9dee2 !important;
  border-radius: 8px !important;
}

.dz-image img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ffece1 !important;
  color: #ff7623 !important;
}

.width-5 {
  width: 5% !important;
}

.anchor-color {
  color: #697a8d !important;
}
.table-border-top {
  border-top: 1px solid #d9dee2 !important;
}
.menu-list-table tr:first-child {
  border-top: 1px solid #d9dee2 !important;
}

.custom-scroll {
  overflow-y: auto;
}

.custum-menu-cuisine-list {
  max-height: 545px;
  overflow-y: auto;
}
.dt-column-title {
  font-weight: 800;
  font-size: 14px;
}

table.dataTable thead th {
  height: 50px !important;
  color: red;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
  background-color: #f76203;
}

.nav-pills .nav-item .nav-link:not(.active):hover {
  border-bottom: none;
  padding-bottom: 0.5435rem;
  background-color: #ffece1;
}

.qr-code {
  height: 200px;
  width: 200px;
}
.sidebar-qr-code {
  border: 2px solid white;
  padding: 1px;
  margin-left: 30px;
  margin-top: 10px;
}
.dropdown-item span i {
  font-size: 20px;
}
.theme-icon {
  font-size: 20px !important;
}
.orange-badge {
  background-color: #ffebe1 !important;
}
#formContainer {
  display: none;
  margin-top: 10px;
  background-color: #fff;
}
.create-master-table th,
.create-master-table td {
  vertical-align: middle;
  border: none;
}
.new-row {
  display: none;
}

.menu-material-delete-icon {
  cursor: pointer;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #ffffff;
  background-color: #fa6200 !important;
}

/* .menu-item {
  color: #697a8d !important;
}

.menu-item.active {
  color: #fa6200 !important;
}

.menu-item img {
  fill: inherit;
} */

.icon-color {
  fill: #697a8d; /* Default color */
}

.menu-item.active .icon-color {
  fill: #fa6200; /* Active color */
}

/* Responsive adjustments */
@media (max-width: 576px) {
  /* Stack the table headers and inputs */
  .create-master-table thead {
    display: none; /* Hide the header */
  }
  .create-master-table tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ffc9ab;
    margin-bottom: 10px;
    border-radius: 0.375rem;
    padding: 10px;
  }
  .create-master-table tbody tr td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  .create-master-table tbody tr td:last-child {
    border-bottom: 0; /* Remove border from last cell */
  }
  .create-master-table tbody tr td::before {
    content: attr(data-label); /* Use data-label to show the header */
    font-weight: bold;
    flex-basis: 50%;
    max-width: 50%;
  }
  .serial-number {
    display: none;
  }
}

.no-sort .dt-column-order {
  display: none;
}

.dt-orderable-none .dt-column-order {
  display: none;
}
.menu-link:hover {
  color: #fd7623 !important;
}
.menu-item.active .menu-link:hover {
  color: white !important;
}
.menu-item.active .menu-link {
  color: white !important;
}
