@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

* {
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
}

.w-20 {
  width: 20px;
}

.bg-light-blue {
  background-color: #a2deff !important;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none !important;
}

/* For webkit browsers (Chrome, Safari) */
*::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
  height: 6px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the handle */
  border-radius: 10px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the handle on hover */
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

.half,
.half .container>.row {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .half .bg {
    height: 500px;
  }
}

.half .contents,
.half .bg {
  width: 50%;
}

@media (max-width: 1199.98px) {

  .half .contents,
  .half .bg {
    width: 100%;
  }
}

.half .contents .form-group,
.half .bg .form-group {
  margin-bottom: 0;
  border: 1px solid #efefef;
  padding: 15px 15px;
  border-bottom: none;
}

.half .contents .form-group.first,
.half .bg .form-group.first {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.half .contents .form-group.last,
.half .bg .form-group.last {
  border-bottom: 1px solid #efefef;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.half .contents .form-group label,
.half .bg .form-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
}

.half .contents .form-control,
.half .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.half .bg {
  background-size: cover;
  background-position: center;
}

.half a {
  color: #888;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control .caption {
  position: relative;
  top: 0.2rem;
  color: #888;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.control input:checked~.control__indicator {
  background: #007bff;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #1a88ff;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}

.header {
  display: flex;
}

.productsContainer {
  display: grid;
  grid-template-columns: 17% 17% 17% 17% 17%;
  grid-gap: 26px;
  height: 90%;
  justify-content: center;
  grid-template-rows: max-content;
}

.productsContainer .gridItem {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: 200px;
  box-shadow: 0px 3px 20px 1px #ababab;
}

.productsContainer .gridItem img {
  width: 90% !important;
  height: 100px !important;
  object-fit: cover;
}

.stcokTable thead tr th {
  background-color: #888888;
}

.stcokTable tbody tr td {
  background-color: #b0b0b0;
}

.stockTableQtyInput {
  background-color: transparent;
  border: 1px solid black;
}

.borderRed {
  border: 1px solid red !important;
}

.headerButtonContainer {
  gap: 15px;
}

.headerButtonContainer svg {
  width: 30px;
}

.modal-content {
  border-radius: 10px !important;
}

.customInput {
  border: 1px solid #18649c;
  border-radius: 20px !important;
}

/* .modal.fade .modal-dialog {
  transform: scale(0.1);
  transition: transform 0.5s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
} */

.custom-radio-background {
  background-color: #002250 !important;
  /* Change this to your desired color */
  color: white !important;
  /* Change this to your desired text color */
}

.customButton {
  background: linear-gradient(to right, rgba(255, 38, 63, 0.71), #227dba);
  border: none;
  color: white;
  border-radius: 10px;
}

.customButton:hover {
  color: white !important;
}

.alertBorder {
  border-radius: 30px;
}

.swalButton {
  width: 80px !important;
  border-radius: 10px !important;
}

.creditParent {
  background-color: #c1c1c1;
}

.activeCreditParent {
  background-color: #81b7ff !important;
}

#permissionTableBody input {
  border: 1px solid black !important;
}

.actionButtons {
  height: 50px !important;
  border-radius: 10px !important;
  border: none !important;
  color: white !important;
  border: 2px solid rgba(255, 255, 255, 0.456) !important;
}

.actionButtons svg {
  width: 23px !important;
  color: white !important;
}

.footerButtonText {
  font-size: 20px !important;
  color: white !important;
}

.footerContainerButton {
  width: 60%;
}

.footerContainerDetails {
  width: 40%;
}

@media (min-width: 575px) and (max-width: 1366px) {

  /* Styles for extra large devices */
  .headerInputGroups {
    height: 45px !important;
  }

  .bodyContainer {
    height: 65vh !important;
  }

  .headerButtonContainer {
    gap: 5px;
  }

  .headerButtonContainer svg {
    width: 25px;
  }

  .logoContainer {
    margin-top: 23px !important;
  }

  .logoContainer img {
    width: 80px !important;
  }

  .footerButton {
    padding: 0 !important;
    height: 45px !important;
  }

  .footerButton svg {
    width: 25px !important;
  }

  .footerButtonText {
    font-size: 18px !important;
  }

  .footerButtonContainer {
    flex-direction: column;
  }

  .footerContainerButton {
    width: 100%;
  }

  .footerContainerDetails {
    width: 100%;
  }

  .saleListHeader {
    display: flex;
    flex-direction: column !important;
  }

  #saleListWarehouse {
    width: 100px;
    font-size: 12px;
  }

  .saleListWarehouse {
    left: 233px !important;
  }

  #saleListSearch {
    font-size: 12px;
    width: 20%;
  }

  #startDate,
  #endDate,
  .filter,
  .startDate label,
  .endDate span,
  #GrandTotal,
  .GrandTotal,
  #paidTotal,
  .paidTotal,
  .totalText {
    font-size: 12px !important;
  }

  .GrandTotal {
    margin-left: 37% !important;
  }

  .saleListSvg {
    width: 17px !important;
  }

  .bills {
    font-size: 12px;
  }

  .billNewBadge {
    position: absolute;
    right: 0;
    margin-right: -10px;
  }

  .fooButton {
    padding: 23px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .bodyContainer {
    height: 60vh !important;
  }

  #actionNav {
    width: 30% !important;
  }

  #actionNav .logoContainer img {
    width: 130px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1180px) {
  .bodyContainer {
    height: 63vh !important;
  }

  .headerButtonContainer {
    gap: 5px;
  }

  .headerButtonContainer svg {
    width: 18px;
  }
}

@media (min-width: 1300px) and (max-width: 1366px) {
  .bodyContainer {
    height: 70vh !important;
  }
}

@media (max-width: 1024px) {
  .headerInputGroups {
    height: 35px !important;
    font-size: 12px !important;
  }

  .headerInputGroups svg {
    width: 20px !important;
  }

  .headerButtonContainer {
    gap: 5px;
  }

  .headerButtonContainer svg {
    width: 20px;
  }

  .warehouse svg {
    width: 20px !important;
  }

  .warehouse select {
    width: 30% !important;
    font-size: 12px;
  }

  .warehouse input {
    width: 80px !important;
    font-size: 12px !important;
  }

  .action button {
    font-size: 12px !important;
  }

  .action ul li {
    font-size: 12px;
  }

  .warehouseContainer {
    width: 13% !important;
  }

  .productsContainer {
    grid-template-columns: 30% 30% 30% !important;
  }

  .productsContainer .gridItem {
    height: 200px !important;
  }

  .productStyle th,
  td {
    font-size: 14px !important;
  }

  .saleListHeader {
    flex-direction: column !important;
  }

  .productsContainer img {
    width: 100% !important;
  }
}

.cashRegisterTable tr td div {
  display: flex;
  gap: 10px;
}

.cashRegisterTable tr td svg {
  width: 20px;
}

.productListItem:hover {
  background-color: #0066e36e;
}

.productListItem {
  border: 1px solid white !important;
  color: black;
}

.number-pad button {
  background: linear-gradient(90deg, #227dba, #7db4ff);
  border: none !important;
  color: white;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: white !important;
}

.dropdown-item:active {
  background-color: transparent !important;
  color: white !important;
}

.listDisabled {
  background-color: #00000032;
  /* Set a muted color */
  pointer-events: none;
  /* Disable pointer events */
}

@media (min-height: 700px) AND (max-height: 800px) {
  * {
    font-size: 15px;
  }

  .bodyContainer {
    height: 62vh !important;
  }

  .headerInputGroups {
    font-size: 14px !important;
    height: 35px !important;
  }

  .headerInputGroups svg {
    width: 25px !important;
  }

  .saleListContainer {
    max-height: 500px !important;
  }

  .saleListBody {
    height: 79vh !important;
  }
}

.switch[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switchLabel {
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 20px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switchLabel:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switch:checked+.switchLabel {
  background: #de2b32;
}

.switch:checked+.switchLabel:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.switchLabel:active:after {
  width: 20px;
}

.productContainerRow td {
  background: transparent;
}

.actionNavItem:hover {
  opacity: 0.4;
  cursor: pointer;
  color: black !important;
}

.actionNavItem {
  color: black !important;
  font-weight: 600;
}

.actionNavItemContainer {
  border-bottom: 1px solid #e2e2e2 !important;
  margin-bottom: 4px;
  padding: 5px 5px 10px 5px !important;
}

.actionNavItemContainer svg {
  width: 18px;
}

.svgContainer {
  background: #002259;
  padding: 5px;
  border-radius: 72px;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.actionButton {
  background-image: linear-gradient(to right, rgba(255, 38, 63, 0.71), #227dba);

  border: none !important;

  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;

  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.actionButton:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.productTable thead,
.productTable tbody,
.productTable tfoot,
.productTable tr,
.productTable th {
  background-color: #ffffff29 !important;
  backdrop-filter: blur(3px);
}

.permissionTable thead,
.permissionTable tbody,
.permissionTable tfoot,
.permissionTable tr,
.permissionTable td,
.permissionTable th {
  background: transparent;
}

.headerButtons {
  background: linear-gradient(90deg, #227dba, #7db4ff);
  border: none;
}

.headerButtons:hover {
  opacity: 0.6;
}

.headerButtons:active {
  opacity: 0.3;
}

@keyframes slidedown {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  65%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

section p {
  color: #222;
  padding: 0 20px;
}

.confirmation-slider {
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #ebebeb;
  text-align: center;
}

#status {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 26px;
  height: 26px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.delete-notice {
  display: none;
  user-select: none;
  font-size: 20px;
  line-height: 50px;
  color: #ed4545;
  animation: fadein 4s ease;
}

.confirm {
  appearance: none !important;
  background: transparent;
  height: 25px;
  padding: 0 3px;
  width: 100%;
}

.confirm::-webkit-slider-thumb {
  appearance: none !important;
  height: 20px;
  width: 60px;
  border: 1px solid #3079ed;
  border-radius: 20px;
  cursor: e-resize;
  background: no-repeat center center;
  background-image: url(data:image/gif;base64,R0lGODlhIAAXAJEDAD1740KC7Ttx0////yH5BAEAAAMALAAAAAAgABcAAAJInI9poO0/hAiwOjmtPliwbXUeWIkSRTam9CHrC7NJTK9oVOfYp/ejDwzWAkKaofhqIU2tFG7lnDGj0k6T+pRgFbstd+SdXR0FADs=),
    linear-gradient(top, #4d90fe, #4787ed);
}

.confirm:hover::-webkit-slider-thumb {
  border-color: #2f5bb7;
}

.monthContainer {
  width: 266px;
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 18px;
}

.monthContainer .title {
  font-weight: bold;
}

.monthContainer .dayContainer {
  display: grid;
  width: 100%;
  grid-template-columns: 36px 36px 36px 36px 36px 36px 36px;
}

.monthContainer .dayContainer div {
  padding: 3px;
  margin: 2px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #b1b1b1 solid;
  background-color: #3ceb3f4f;
}

.holiday {
  background-color: #e8ff0f69 !important;
}

.not {
  background-color: #fb5c5c8a !important;
}

.dayLegend {
  background-color: transparent !important;
  border: none !important;
  font-weight: 600;
}

.emptyCell {
  background-color: transparent !important;
  border: none !important;
}

.attendPrimary {
  background: linear-gradient(45deg, #000000e6, transparent);
  background-color: #227dba !important;
  border: none;
}

.attendDanger {
  background: linear-gradient(45deg, #000000e6, transparent);
  background-color: #dc3545 !important;
  border: none;
}

.lodingButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.gradiantButton {
  background: linear-gradient(to right, rgba(255, 38, 63, 0.71), #227dba);
  border: none;
}

.headerOptionsItem span:nth-child(1) {
  background: linear-gradient(90deg, #227dba, #7db4ff);
}

.headerOptionsItem span {
  border: 1px solid #7db4ff;
  color: white;
}

.headerOptionsItem input {
  border: 1px solid #7db4ff;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotate 2s linear infinite;
  /* Name of animation, duration, timing function, iteration count */
  color: #60e319;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: linear-gradient(to right,
      rgba(255, 38, 63, 0.71),
      #227dba) !important;
  border-radius: 5px !important;
  outline: none;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  border: 2px solid white;
  display: grid;
  border-radius: 10px !important;
  backdrop-filter: blur(3px);
  background: #ffffffc7;
}

div:where(.swal2-icon) {
  border: none !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding: 0 !important;
  margin-top: -10px;
  font-size: 1.5em !important;
}

div:where(.swal2-container) .swal2-html-container {
  padding: 0;
  margin: 0 !important;
  margin-top: -33px !important;
  font-size: 12px !important;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cef;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation: fadeOut 3s;
}

.toast-container {
  z-index: 9999999999;
}

.toast-success {
  background-color: rgba(30, 252, 12, 0.59);
  /* backdrop-filter: blur(34px); */
  border: 1px solid black;
}

.toast-error {
  background-color: #a70000;
  /* backdrop-filter: blur(34px); */
  border: 1px solid red;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background: linear-gradient(90deg, #227dba, #7db4ff) !important;
}

.commissionAgentItem {
  font-size: 12px;
  margin: 5px;
  padding: 2px 5px;
  background: #f2f2f2;
  width: fit-content;
  border-radius: 4px;
}

.commissionAgentBox {
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  z-index: 9;
  bottom: -139px;
  left: 230px;
  border-radius: 5px;
}

.outOfStock td {
  background-color: #ffecec !important;
}

#ebill:checked {
  background-color: #10b357;
  border: #10b357 1px solid;
}

.modal.fade .modal-dialog {
  transform: scale(0.95);
  transition: transform 0.3s ease-out;
}

.modal-header {
  position: relative;
}

.priceGroupRadios:checked {
  border: 2px solid black;
}

.permissionInput {
  border-color: black;
  background: transparent;
}

.kotMenuContainer {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 13.5% 13.5% 13.5% 13.5% 13.5% 13.5% 13.5%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.kotMenuItem {
  height: 230px;
  background: linear-gradient(90deg, #227dba, #7db4ff);
  border-radius: 10px;
  cursor: pointer;
}

.kotMenuItem img {
  object-fit: cover;
  height: 130px;
}

.hoverItem {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
}

.hoverItem svg {
  width: 30px;
}

.hoverItem div:nth-child(1) {
  background: linear-gradient(90deg, #ff0e0e, black);
}

.hoverItem div:nth-child(2) {
  background: linear-gradient(90deg, #3783ff, black);
}

.textPr {
  color: #002250;
}

.productBatchTable tbody td {
  background: transparent;
}

.productBatchTable tbody tr:hover {
  background: #7db4ff;
  cursor: pointer;
}

.productBatchTable .selected {
  background: #7db4ff;
}

.swal2-deny {
  background: linear-gradient(88deg, #000000, #5e5e5e) !important;
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.editProduct .item {
  width: 12%;
  height: 220px;
  background: #115186;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: white;
}

.editProduct .item div {
  height: max-content;
}

.editProduct .item img {
  height: 75%;
  object-fit: cover;
  border-radius: 3px;
}

.editProduct .item .change {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.29);
  backdrop-filter: blur(3px);
  display: none;
  justify-content: center;
  align-items: center;
}

.editProduct .item .star {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}

.editProduct .item .star svg {
  width: 25px;
}

.editProduct .item .change button {
  border-radius: 5px !important;
  font-size: 12px;
}

.hg-theme-default {
  background: linear-gradient(90deg, #227dba, #7db4ff);
}

.tooltip-inner {
  max-width: 500px;
}

#change-category-color .color-item {
  display: flex;
  justify-content: end;
  align-items: center;
}

#change-category-color .color-item input {
  width: 30%;
  height: 25px;
  cursor: pointer;
  border: none;
}

#qty-range-modal table td,
#qty-range-modal table th {
  width: 200px;
}

#qty-range-modal table td:last-child,
#qty-range-modal table th:last-child {
  width: 30px;
}

#qty-range-modal table td:last-child svg {
  cursor: pointer;
  width: 20px;
}

#qty-range-add svg {
  width: 20px;
}

.qty-range-productSearch {
  max-height: 200px;
  overflow: auto;
  background: #d2d2d2;
  border-radius: 5px;
}

.qty-range-productSearch div {
  margin: 5px;
  cursor: pointer;
  padding: 3px;
  border-radius: 5px;
}

.qty-range-productSearch div:hover {
  background: #dedede;
}

.border-dark-blue {
  border-color: #002250;
}

.hover-background:hover {
  background-color: rgba(255, 255, 255, 0.14) !important;
}

.uberPickMeRefSvg {
  width: 25px;
  position: absolute;
  right: 10px;
  top: 20%;
  z-index: 99;
}

#iframe-container iframe {
  display: none;
  width: 100%;
  height: 500px;
}

.major-sys-component-products {
  background: #cdcdcd;
  border-radius: 5px;
  overflow: auto;
  max-height: 300px;
}

.major-sys-component-products div {
  margin: 10px;
  cursor: pointer;
}

.scroll-selector {
  overflow: auto;
  max-height: 300px;
  border-radius: 5px;
  position: absolute;
  width: 100%;
}

.scroll-selector div {
  margin: 5px;
  color: white;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-cl-dark-blue {
  background-color: #002250 !important;
}

.bucket-item {
  background: #2076b3;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: center;
  color: white;
  cursor: pointer;
  width: 23%;
  text-decoration: none;
}

.bucket-item div:nth-child(1) {
  font-weight: bold;
}

#product-swap-modal table td {
  vertical-align: middle;
}

#product-swap-modal .status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
}

#product-swap-modal .status-active {
  background: lime !important;
}

#product-swap-modal .product-container {
  background-color: #002250;
  margin-top: 40px;
  border-radius: 10px;
  max-height: 300px;
  overflow: auto;
  z-index: 9;
}

#product-swap-modal .product-container div {
  margin: 5px;
  margin-left: 10px;
  cursor: pointer;
}

._close-btn {
  width: 14px;
  height: 14px;
  top: 3px;
  right: 6px;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.product-bucket-data {
  background: white;
  z-index: 9999;
  top: 0;
  right: 0;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid black;
}

.product-bucket-data h5 {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 5px 0px;
}

.product-bucket-data table th:nth-child(2),
.product-bucket-data table td:nth-child(2) {
  text-align: center;
}

.product-bucket-data table th:last-child,
.product-bucket-data table td:last-child {
  text-align: end;
}

.product-bucket-data .spinner-border{
  width: 50px;
  height: 50px;
}

.product-bucket-data img{
  width: 300px;
}