
.userpanel-dashboard{padding:20px 0px 40px 0px;}

/*==============left-panel====open================*/

 

.sidebar {
 background: linear-gradient(135deg, #f4f7f9, #ffffff);
  padding:20px 10px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.05);
  border-radius:10px;
  border: 1px solid #e0e0e0; margin-bottom: 20px;
}

.sidebar .nav-link {
  color: #333;
  padding:5px 5px;
  margin-bottom:5px;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.sidebar .nav-link:hover, .sidebar .nav-link.active,
.sidebar .nav-link[aria-expanded="true"] {
  background: rgba(234, 67, 51, 0.08);
  color: #ea4333;
  transform: translateX(3px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.active_343{
  background: rgba(234, 67, 51, 0.08);
  color:#ea4333 !important;
  transform: translateX(3px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.submenu .nav-link {
  padding:5px 15px;
  font-size:14px;
  border-radius: 8px;
  margin-bottom: 6px;
  transition: all 0.3s;
}

.submenu .nav-link:hover {
  background-color: #e9ecef;
  color: #007bff;
  transform: translateX(5px);
}

.sidebar h5{font-size: 16px; font-weight: 600; color: #fff;
     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background:#EA4333;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    -moz-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    -ms-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    -o-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
    padding:10px 10px 10px;
    margin-bottom: 20px;



}



/*==============left-panel===end================*/



.content-section { min-height: 340px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  margin: 0;
  border: 1px solid #e0e0e0; /* Light gray border for a smart, clean look */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); /* Slightly softer shadow */
}
.content-section h3 {content: #222443;}


.card {
  background: linear-gradient(135deg, #4492f5, #3D89E9);
  color: white;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.card-title i {
  color: white;
}

.card-text {
  color: #e0eaff;
}


    .profile-card {
      background: #fff; 
      padding:0px;
       
    }
    .profile-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .info-label {
      font-weight: 600;
      color: #222222;
    }
    .edit-btn {
      float: right;
    }


 .order-card .table {
      width: 100%;
      border-collapse: collapse;
    }

    .order-card .table th {
      background-color: #f1f1f1 !important;
    }
   
    .order-card .table th,
    .order-card .table td {
      padding: 16px 10px;
      text-align: left;
      border-bottom: 1px solid #e5e5e5;
      vertical-align: middle;
      font-size: 14px;
    }

    .order-card .badge {
      padding: 4px 10px;
      border-radius: 12px;
      font-size: 13px;
      font-weight: 600;
      display: inline-block;
    }

    .order-card .badge-warning {
      background-color: #ffc107;
      color: #212529;
    }

    .order-card .badge-success {
      background-color: #28a745;
      color: #fff;
    }

    .order-card .badge-danger {
      background-color: #dc3545;
      color: #fff;
    }

    .order-card .btn-sm {
      padding: 6px 12px;
      font-size: 13px;
      border-radius: 4px;
      text-decoration: none;
      margin-right: 5px;
    }

    .order-card .btn-outline-primary {
      background-color: transparent;
      border: 1px solid #007bff;
      color: #007bff;
    }

    .order-card .btn-outline-primary:hover {
      background-color: #007bff;
      color: #fff;
    }

    .order-card .btn-outline-success {
      background-color: transparent;
      border: 1px solid #28a745;
      color: #28a745;
    }

    .order-card .btn-outline-success:hover {
      background-color: #28a745;
      color: #fff;
    }

    @media (max-width: 768px) {
      .order-card .table thead {
        display: none;
      }

      .order-card .table,
      .order-card .table tbody,
      .order-card .table tr,
      .order-card .table td {
        display: block;
        width: 100%;
      }

      .order-card .table tr {
        margin-bottom: 15px;
        background-color: #fff;
        border-radius: 8px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      }

      .order-card .table td {
        padding: 10px 16px;
        text-align: right;
        position: relative;
      }

      .order-card .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        text-align: left;
        font-weight: bold;
      }
    }











.change-password-container {
  background: white;
  padding:10px 0px;
  
  
  width: 100%;
  max-width: 400px;
}


.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight:500; font-size: 14px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.change-password-container button[type="submit"] {
  width: 100%;
  padding: 12px;
  background: #007BFF;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.change-password-container button[type="submit"]:hover {
  background: #0056b3;
}















