.kiri {
  text-align: left !important;
}

.swal2-x-mark-line-left {
  top: 1.9em !important;
}

.swal2-x-mark-line-right {
  top: 1.9em !important;
}

.untuk-h6 {
  margin-left: 5px !important;
  margin-top: 15px !important;
}

.untuk-logo {
  width: 45px !important;
}

.kontainer-logo {
  margin-top: 7px;
}

.swiper-kategori {
  margin-right: 10px;
}

.kategori-aktif {
  border: 2px solid coral;
}

.kategori:active {
  /* background-color: #3e8e41; */
  /* box-shadow: 0 5px #666; */
  transform: translateY(4px);
}

.gambar-kategori {
  height: 50px;
  width: 50px;
}

.cardBackground {
  min-height: 100px;
  background-position: center;
  background-image: url('https://www.proiptek.com/pisang.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.container1 {
  min-height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container1:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: url('https://www.proiptek.com/pisang.png');
  opacity: 0.4;
}

div.clickEffect {
  position: fixed;
  box-sizing: border-box;
  border-style: solid;
  border-color: #000000;
  border-radius: 50%;
  animation: clickEffect 0.4s ease-out;
  z-index: 99999;
}

@keyframes clickEffect {
  0% {
    opacity: 1;
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em;
    border-width: 0.5rem;
  }

  100% {
    opacity: 0.2;
    width: 15em;
    height: 15em;
    margin: -7.5em;
    border-width: 0.03rem;
  }
}

.gambar-barang {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  margin-left: -2px;
}

.baris-plus-minus {
  margin-bottom: 15px;
}

.tombol-plus-minus {
  background-color: yellowgreen;
}

.nama-barang {
  min-height: 77px;
}

.keterangan-penjualan {
  margin-bottom: 70px;
  width: 95%;
  opacity: 0.8;
}

.untuk-toast {
  width: 100%;
}

.ikon-footer {
  font-size: x-large;
}

#idKontainerBarang {
  margin-bottom: 100px;
}

.kolom-total {
  padding-top: 5px;
  text-align: center;
}

#idTotal,
#idItem,#idKembalian,#idBayar {
  font-size: larger;
  font-weight: 600;
}

#idBayar {
  text-align: right;
}


#idHapusSemua {
  color: red;
}

#idProses {
  color: green;
}

.tombol-jumlah {
  font-size: 20px;
}

.tombol-hapus-cart {
  position: absolute !important;
  bottom: 20px;
  margin-left: -20px;
}

.counter-number{
  margin-top: 10px;
}
.tombol-rupiah{
  width: 100%;
}
.kolom-rupiah{
  margin-bottom: 7px;
}
.ikon-header{
  padding: 0px !important;
}
.identitas{
  /* margin: 10px;
  padding: 5px; */
  font-weight: 900;
}