.m-0 {
    display:inline;
}

.profile-section {
  direction: rtl;
  /*background-image: url("background-image.jpg"); /* Replace with your background image URL */
  background-size: cover;
  background-position: center;
  height: 150px;
  /* text-align: center; */
  padding-bottom: 30px;
  display: contents;
}

.profile-container {
  max-width: 1100px;;
  min-width: 320px;
  margin: 0 auto;
  padding: 20px;
}

.profile-card {
  background-color: #ffffff50;
  border-radius: 10px;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr; /* Single column for the card content */
  width: 30%;
  
}
.profile-card2 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  /*margin-top: 210px;*/
  display: grid;
  grid-template-columns: 1fr; /* Single column for the card content */
}

.profile-header {
  display: grid;
  grid-template-columns: 1fr auto; /* Two columns: 1fr for profile info, auto for edit button */
  align-items: center;
  margin-bottom: 20px;
}

.profile-info {
  font-size: 24px;
  font-weight: bold;
}

.edit-button {
  color: #007bff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.edit-button:hover {
  color: #0056b3;
}

.profile-divider {
  height: 2px;
  background-color: #85c441;
  margin-bottom: 7px;
}

.profile-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Auto-fit grid with minimum width of 200px and maximum of 1fr */
  column-gap: 1px;
  row-gap: 2px;
  color: #8492a6;
}

.profile-item {
  display: grid;
  grid-template-columns: 1fr; /* Two columns: icon, data */
  align-items: center;
}
.profile-item2 {
  display: inline-grid;
  grid-template-columns: 1fr; /* Two columns: icon, data */
  align-items: center;
  width: 32%;
  padding-right: 20px;
}

.profile-icon {
  font-size: 16px;
  color: #3e3e3e;
  margin: 5px 2px 5px 0;
}
/*.profile-icon3 {*/
/*    font-size: 16px;*/
/*    color: #e3e3e3;*/
/*    margin: 5px 2px 5px 0;*/
/*    padding-right:20px;*/
/*}*/

.profile-data {
 /* flex: 1; /* Removed as not needed with Grid */
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.profile-data3 {*/
/*  margin-top: 5px;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*}*/

.profile-data label {
  /* display: block; */
  margin-bottom: 5px;
  font-size: 14px;
  color: #8492a6;
}

.profile-data input {
  /*width: 2%;*/
  /*width:80%;*/
  padding: 8px;
  padding-right: 20px;
  /*border: 1px solid #ddd;*/
  border:none;
  border-radius: 4px;
  font-size: 14px;
  background-color:#ffffff4d;
}

.profile-dw  {
  width:80%;

}

.profile-data input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #5E9820;
}

.profile-data input[readonly] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.pdl{
  width: 103%;

}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea {
  stroke-width: 1.8;
  color: #85c441;
}

svg {
  /* vertical-align: middle; */
  margin-bottom: -4px;
}
select#logestic {
    width: 61%;
    padding: 8px;
    padding-right: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.all_orders {
    background: #85c441;
    border-radius: 3px;
    margin-top: auto;
    /*padding: 15px;*/
    cursor:pointer;
    
}
.all_orders a {
    display: block;
    background: #85c441;
    border-radius: 10px;
    margin-top: auto;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.profile-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
}

.profile-card, .paidinvoices {
    flex: 1;
    margin: 10px;
}

.paidinvoices {
    max-width: 300px;
}