.is-sticky {
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #141414;
}
/* .is-sticky .sticky-dark {
  color: #FFFFFF;
}
.is-sticky .sticky-dark:hover, .is-sticky .sticky-dark:active {
  color: #F1D069;
} */
.is-sticky .sticky-btn::before {
  background-color: #FFFFFF;
}
.is-sticky .sticky-btn:hover {
  color: #0B2C3D;
}
/* List Dealer */
.modal-content{
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}

/* Galleri */
/* Filter Buttons */
.emas-filter-btn {
   transition: background-color 0.3s ease-in-out, color 0.3s ease-in
}

/* Active Filter Button */
.emas-filter-btn.emas-filter-btn-active {
  background-color: #F1D069;
  color: #0B2C3D;
  border-color: #F1D069;
}
   
/* Gallery Item */
.emas-gallery-item, .emas-gallery-item-without-filter {
  position: relative;
}

/* Popup/Modal */
.emas-popup-modal {
  position: fixed;
  z-index: 9999;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.emas-popup-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.emas-popup-modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.emas-popup-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(38, 40, 46, 0.9);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 8px;
  line-height: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.emas-popup-modal-close:hover {
  background-color: rgba(38, 40, 46);
  color: #fff;
}

/* Gallery Content */
.gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  color: #fff;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.emas-gallery-item:hover .gallery-item-overlay, .emas-gallery-item-without-filter:hover .gallery-item-overlay {
  transition: height 0.3s ease, opacity 0.3s ease;
  height: max-content;
  opacity: 1;
}

/* Slick Variasi */
.slick-dots{
  bottom: -45px;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.border-2 {
  border-width: 2px;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.opacity-70 {
  opacity: 0.7;
}

.cursor-wait {
  cursor: wait;
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.rounded {
  border-radius: 0.25rem/* 4px */;
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.w-5 {
  width: 1.25rem/* 20px */;
}
.h-5 {
  height: 1.25rem/* 20px */;
}
.mr-1 {
  margin-right: 0.25rem/* 4px */;
}
.-ml-2 {
  margin-left: -0.5rem/* -8px */;
}
:is([dir="rtl"] .rtl\:ml-1) {
  margin-left: 0.25rem/* 4px */;
}
:is([dir="rtl"] .rtl\:-mr-2) {
  margin-right: -0.5rem/* -8px */;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}