body{
font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #F1F0F0;
  min-height: 90vh; 
}
#header{
padding:0px !important;
margin:0px !important;
}
.suggest-part img{
width:20%;
}
.logo-img{
width:90px;
height:90px;
}
.logo-img img{
width:100%;
height:100%;
object-fit:cover;
}
.dashboard-header {
    background-color: #fff;
    width: 100%;
position:sticky; width:100%; height:auto;top:0
}
#profileForm .form-control{
font-size:14px;
}
.header-icons{
padding:30px 45px;
}
span.error-message{

    color: red !important;
     font-size: 14px;
}

#deliveryaddressForm .form-control{
font-size:14px;
}
.main-logo{
width:140px;
height:45px;
}
.main-logo img{
width:100%;
height:100%;
object-fit:cover;
}
.modal{
z-index:9999999;
}
.no-address-text svg{
stroke:var(--btn-bg);
}
.dashboard-container {
    max-width: 1200px;
    margin: 0 auto;
}

.db-store-btn {
    background-color: var(--btn-bg);
    color: var(--btn-text-clr);
    padding: 10px 25px;
    border-radius: 0.5rem;
    font-weight: 700;
}

.db-store-btn:hover {
    background-color: var(--btn-bg);
    color: var(--btn-text-clr);
}

.logout-btn {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.8);
    color: #000;
    padding: 9px 20px;
    border-radius: 0.5rem;
    font-weight: 700;
}

.select-drp {
    position: relative;
      display: inline-block;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 8px 40px 8px 12px;
      font-size: 14px;
      cursor: pointer;
  }

  .select-drp::before {
    content: url('/assets/icons/circle-user.png'); /* Replace with your profile icon URL */
    position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
  }

  .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1;
  }

  .dropdown-list.visible {
    display: block;
  }

  .dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
  }

  .dropdown-item:hover {
    background-color: #f0f0f0;
  }

  .profile-dropdown-toggle {
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }

  .profile-dropdown-toggle img {
    max-width: 30px;
    width: 100%;
    max-height: 30px;
    object-fit: cover;
  }
  

  .profile-content, .address-content {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 1rem;
  }

.profile-name {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #282C3F;
}

  .pro-mo-text, .pro-email-text {
   font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #282C3F;
  }

  .pro-mo-no, .pro-email {
   font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #282C3F;
  }

  .address-name {
    font-weight: 700;
    font-size: 17px;
  }

  .add-address-btn {
    font-size: 14px;
    color: var(--btn-text-clr);
    background-color:var(--btn-bg);
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.3rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin-bottom:0px;
  }

  .no-address-div {
    padding: 20px 0px 20px 0;
   
    border-radius: 0.5rem;
  }

  .no-address-text {
    font-weight: 600;
    font-size: 16px;
    color: #000;
  }

  .address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 15px;
    row-gap: 20px;
  }

  .address-container {
    padding: 20px;
    background-color: #f5f5f5;
    transition: 0.4s ease-in-out;
    word-wrap: break-word;
  }

 
  .address-type-text {
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
    font-size:13px;
  }
.address-container p{
font-size:14px;
color:#282C3F;
font-weight:normal;
}
  .address-grid-name {
    
    margin-bottom: 5px;
    font-size:14px;
  }

  .address-grid-add {
    
    font-size: 15px;
    margin-bottom: 5px;
  }

  .address-grid-mobile {
    

  }

  .dashboard-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    height: 70px;
  }
@media(max-width:768px) {
  .header-icons{
padding:20px 25px;
}
.main-logo{
width: auto;
height:45px;
}
}