.nav-links {
  color: black;
  padding: 10px 60px 10px 11px;
}

.nav-pills .nav-links {
  border-radius: 16px;
  margin-bottom: 10px;
}

.nav-pills .nav-links.active {
  background: rgba(33, 179, 84, 1);
  color: rgba(255, 255, 255, 1);
}

.mobiletabs-btn{
  color: #28a745;
    padding: 6px 15px;
    font-size: 14px;
    border: 2px solid #28a745;
    text-decoration: none;
}

.profiletab-bg {
  background: rgba(247, 247, 247, 1);
  border-radius: 20px;
  padding: 50px 50px;
  position: sticky;
  top: 20px;
}

/* profile tab styles */
.form-container {
  width: 100%;
  max-width: 700px;
}

.update-btn {
  background: rgba(245, 134, 52, 1);
  border-radius: 99px;
  padding: 11px 25px;
  color: #fff;
}

.update-btn:hover {
  background: rgba(245, 134, 52, 1);
  border-radius: 99px;
  padding: 11px 25px;
  color: #fff;
}

/* Orders tab styles */
/* deatils table start */
.order-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  width: 687px;
}
.status-badge {
  background-color: rgba(228, 49, 49, 1);
  color: white;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 10px;
  width: fit-content;
}
.invoice-btn {
  background-color: #28a745;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}
.order-table img {
  width: 50px;
  height: auto;
  border-radius: 5px;
}
.summary-box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 5px;
}
/* deatils table start */

.dataTables_length,  /* Hide "Show X entries" */
.dataTables_filter,  /* Hide search box */
.dataTables_info,    /* Hide "Showing X of X entries" */
.dataTables_paginate {
  /* Hide pagination */
  display: none !important;
}

/* Column width settings */
#orderTable th:nth-child(1),
#orderTable td:nth-child(1) {
  width: 120px;
}

#orderTable {
  width: max-content !important;
}

/* Order Column */
#orderTable th:nth-child(2),
#orderTable td:nth-child(2) {
  width: 145px;
}

/* Date Column */
#orderTable th:nth-child(3),
#orderTable td:nth-child(3) {
  width: 145px;
}

/* Total Column */
#orderTable th:nth-child(4),
#orderTable td:nth-child(4) {
  width: 145px;
  text-align: center;
}

/* Actions Column */
#orderTable {
  border: 1px solid rgba(233, 233, 233, 1);
}

#orderTable thead tr th {
  background-color: rgba(247, 247, 247, 1);
}
#orderTable tbody tr td {
  font-size: 14px;
}

#order-items {
  border: 1px solid rgba(233, 233, 233, 1);
}

#order-items thead tr th {
  background-color: rgba(247, 247, 247, 1);
}

.viewBtn {
  background-color: rgba(245, 134, 52, 1);
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
}
.viewBtn:hover {
  background-color: rgba(245, 134, 52, 1);
  color: #fff;
}

.form-labels {
  font-size: 12px;
  margin-bottom: 10px;
}

.addresstab {
  border: 1px solid #21b354;
  color: #21b354;
  border-radius: 5px;
  margin-right: 12px;
}
.addresstab a {
  border: 1px solid #21b354;
  color: #21b354;
  border-radius: 5px;
}
#addressTabs .nav-link.active {
  background: #21b354;
  color: white;
  border-radius: 5px;
  border: 1px solid #21b354;
}

#addressTabs .nav-link:hover {
  border-color: #21b354 !important;
}

@media only screen and (max-width: 1200px) {
  .profiletab-bg {
    background: rgba(247, 247, 247, 1);
    border-radius: 20px;
    padding: 30px 30px;
  }
  .form-container {
    width: 100%;
    max-width: 500px;
  }
  .order-card {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
.summary-box{
  padding: 15px;
}
}
