.cursor {
  cursor: pointer;
}
.cardproduct {
  height: 400px;
}
.hargaPasar {
  border-radius: 0px 20px 20px 0px;
  background-color: #795548;
  padding: 3px 8px 4px 8px !important;
  font-size: 18px !important;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .cardproduct {
    height: 450px;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .cardproduct {
    height: 600px;
  }
}
#toast-container {
  top: 10px;
  bottom: unset;
}




.grid-item {
  width: 100%;
  margin-bottom: 10px;
}
.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


.delete-icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.gambar:hover .delete-icon {
  opacity: 1;
}
.gambar:hover {
  opacity: 0.4;
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}



.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper .material-icons {
  position: absolute;
  top: 8px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 2px 6px;
  user-select: none;
}

.image-wrapper:hover .material-icons {
  opacity: 0.7;
  transform: scale(1.2);
  background: rgba(0, 0, 0, 0.8);

}

.btn-left {
  left: 8px;
  cursor: pointer;
}

.btn-right {
  right: 8px;
  cursor: pointer;
}
.croppie-container {
  width: 100% !important;
  height: auto !important;
}

.canvas {
  width: 800px; /* hanya untuk tampilan */
  height: auto;
  border: 1px solid #ccc;
}
.collection .collection-item .title {
  display: block;
  padding-right: 20px; /* beri ruang sebesar ikon delete */
}
.user-section {
  background: url('img/office.webp') center/cover;
  padding-top: 120px;
  color: white;
  text-align: center;
  position: relative;
}

.user-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.order-status {
  margin-top: 20px;
}

.order-status .status-item {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.order-status i {
  font-size: 32px;
  display: block;
}

.right-column {
  padding: 20px;
}

.order-card {
  margin-bottom: 20px;
}
#qr_wrapper {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#qr_code img {
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
  border: 4px solid #ccc;
  border-radius: 8px;
}

.btn,
.btn-large,
.btn-small {
  background-color: #795548 ; /* brown lighten-2 */
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #8d6e63; /* brown darken-1 */
}
#display_awal{
  height: 250px !important;
}
.carousel .display-utama{
  width: 400px !important;
}