.custom-tabs {
  position: relative;
  margin-bottom: 1rem;
}

.custom-tab {
  cursor: pointer;
  padding: 0.75rem 0;
  position: relative;
  font-weight: 500;
  transition: color 0.3s;
}

.custom-tab.active {
  color: #2b2b2c;
}

.custom-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #2b2b2c;
  width: 50%;
  transition: transform 0.3s ease;
}

.pickup-card {
  border: 1px solid #74c2eb;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.pickup-card .btn-primary {
  background-color: #74c2eb;
  border: none;
}

.botom-text {
  color: #0b3a69;
}

.action-btn {
  width: 50%;
  border: none;
  padding: 14px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease;
}

.pickup-image {
  margin-left: auto;
}

.pickup-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.item-count {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
  border-radius: 0 0 6px 6px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.upload-tile,
.image-item {
  height: 120px;
  width: 330px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.upload-tile {
  border: 2px dashed #b0bec5;
  cursor: pointer;
}

.image-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-image {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}
.tabs-left .nav-link {
  text-align: left;
}

.tab-content {
  padding: 20px;
  border-radius: 8px;
  min-height: 300px;
}
.custom-table-scroll {
  overflow-x: visible;
}
.hidden {
  display: none !important;
}
.pod-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90000;
}
.pod-close {
  background: transparent;
  border: none;
  font-size: 25px;
  font-weight: bold;
}
#cameraBtn {
  display: block;
  z-index: 9999;
}
#cameraBtn.hidden {
  display: none;
}

.delivered-note::placeholder {
  color: #2b2b2c;
  opacity: 1;
}
.hover-btn {
  transition: all 0.2s ease;
}

/* Hover effect for all buttons */
.hover-btn:hover {
  cursor: pointer;
  transform: translateY(-3px);
}

.btn-custom {
  background-color: #cec9c9;
}
.btn-custom {
  background-color: #cec9c9;
  border-color: #cec9c9;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background-color: #cec9c9 !important;
  border-color: #cec9c9 !important;
  box-shadow: none;
}
  .delivery-actions .action-btn {
    width: 100%;
    text-align: center;
  }
@media (max-width: 768px) {
  .tabs-left .nav {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tabs-left .nav-link {
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .custom-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .custom-table-scroll table {
    min-width: 720px;
  }

  .custom-table-scroll::-webkit-scrollbar {
    height: 3px;
  }

  .custom-table-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
  }

  .custom-table-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  .delivery-actions .action-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .navbar .logo-img {
    height: 30px;
    width: 100px;
  }

  .topbar-center-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .navbar .Profile-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .pickup-middle {
    align-items: flex-start;
  }

  .action-btn {
    font-size: 15px;
    padding: 12px;
  }

  .address {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .address {
    font-size: 13px;
  }
}

@media (max-width: 368px) {
  .address {
    font-size: 12px;
  }
}
