.profile_body {
  border-radius: 10px;
  border: 1px solid #1676ff;
  min-height: 500px;
  padding: 15px;
}
.profile_heading h3 {
  color: #282d36;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.profile_heading-general h3 {
  color: #130808;
  font-size: 16px;
  padding: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.profile_heading-general-Associate p {
  color: #130808;
  font-size: 16px;
  padding: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.verified {
  width: 20px;
  height: 20px;
  margin-right:50px;
}
.verified-div {
  display: flex;
  gap: 2px;
}
.profile_edit_body {
  width: 100%;
  min-height: 150px;
  border: 1px solid #dfecff;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.profile_edit_body-detail {
  width: 100%;
  min-height: 150px;
  border-radius: 26px;
  border: 1px solid #1d76fb;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.profile_name_block h4 {
  color: #3180f3;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.profile_name_block p {
  color: #7d86a9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.btn_edit {
  display: inline-flex;
  height: 29px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #a9abaf;
  background: rgba(169, 171, 175, 0);
  color: #060707;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.profile_data {
  gap: 15px;
  flex-wrap: wrap;
}
.profile_data_details {
  width: 100%;
  max-width: 800px;
}
.genral_details {
  width: 100%;
  justify-content: space-between;
}
.sepret_data {
  width: 100%;
}
.sepret_data label {
  color: #7d86a9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sepret_data p {
  color: #282d36;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: none !important;
  border: none !important;
  padding: 0;
  word-break: break-all;
}
.profile_data_details h3 {
  color: #3180f3;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
.profile_user_image {
  min-width: 100px;
  min-height: 100px;
}
.swal-footer {
  text-align: center !important;
}
