.profile-section {
  padding: 30px 0 80px;
}
.profile-section .user-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-section .profile-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffab2d;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.profile-section .profile-icon svg {
  font-size: 20px;
  color: #f5dfad;
}
.profile-section .profile_card {
  background: #f5dfad;
  border: 1px solid #d29c1d;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-section .profile_card .user-name {
  margin-bottom: 0px;
  font-size: 18px;
}
.profile-section .profile_card .desc {
  margin: 0;
  font-size: 13px;
  color: #ae6800;
}
.profile-section .profile_card button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  color: #75438e;
  background: white;
  box-shadow: 0px 0px 3px #00000029;
}
.profile-section .dashboard_cards {
  margin-top: 10px;
}
.profile-section .dash_card,
.profile-section .wallet_card {
  height: 100%;
}
.profile-section .dash_card {
  /* width: 150px; */
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0px 0;
  cursor: pointer;
}
.profile-section .card-heading {
  color: #202020;
  font-size: 15px;
  background: #ebebeb;
  padding: 4px;
  margin: 0;
  width: 100%;
}
.profile-section .dash_card svg {
  display: block;
  margin: auto;
  color: #ffab2d;
  font-size: 25px;
  margin-bottom: 8px;
}

.profile-section .wallet_card {
  /* flex: 1; */
  background: #f5dfad;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  border: 0.5px solid #d29c1d;
}
.profile-section .wallet_card div {
  padding: 15px;
}
.profile-section .wallet_card .ammount {
  background: #ffab2d 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 30%;
  font-weight: 700;
}
.profile-section .wallet_card .wallet-icon {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.profile-section .wallet_card .wallet-icon svg {
  font-size: 25px;
  margin-right: 10px;
  color: #75438e;
}
.profile-section .May_you_like_also {
  margin: 0 !important;
}
.profile-section .May_you_like_also .container,
.profile-section .Recent-Search .container {
  padding: 0 !important;
}
.other-component-wrapper .heading_text {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 14px;
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .profile-section .wallet_card .wallet-icon {
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    width: 50%;
  }
  .profile-section .wallet_card .wallet-icon svg {
    font-size: 20px;
    margin-right: 0;

    margin-bottom: 2px;
  }
  .profile-section .wallet_card .ammount {
    padding: 7px;

    width: 50%;
  }
  .other-component-wrapper .heading_text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .profile-section {
    padding: 15px 0 80px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .profile-section .wallet_card {
    flex-direction: column;
  }
  .profile-section .wallet_card .ammount {
    width: 100%;
  }
  .profile-section .wallet_card .wallet-icon {
    flex-direction: row;
    gap: 5px;
    font-size: 14px;
  }
  .profile-section .wallet_card div {
    padding: 9px;
  }
  .profile-section .card-heading {
    font-size: 14px;
  }
  .profile-section .profile_card .user-name {
    font-size: 16px;
  }
  .profile-section .profile_card .desc {
    font-size: 13px;

    line-height: 1;
    margin-top: 4px;
  }
  .profile-section .profile_card {
    padding: 8px 10px;
  }
  .profile-section .dashboard_cards {
    margin-top: 0px;
  }
  .other-component-wrapper .heading_text {
    font-size: 15px;
  }
}
