.guideModalSection {
  color: red;
  /* border:1px solid red; */
}
.guideInput {
  color: rgb(184, 42, 42);
}
.faqData {
  color: #63696c;
  font-size: 24px;
}
.faqSpan {
  font-weight: bold !important;
  color: #504b4c;
}
.custom-file-upload {
  position: absolute;
  top: 89px;
  right: 0;
  background: #275aff;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.edit_profile {
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgUser {
  width: 150px;
  height: 150px;
  border: 1px solid #9f9d9d80;
  border-radius: 10px;
  position: relative;
}
.form-group {
  position: relative;
}
.deatilsHead {
  font-family: "Maison Mono";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #14171a;
  margin: 0 0 20px;
}

#profileImagePreview {
  width: 144px;
  height: 144px;
  object-fit: cover;
  border-radius: 70px;
  border: 1px solid #f3f2f2;
}

.form-label {
  font-size: 30px;
  color: #970202;
}
.form-input {
  padding: 30px;
}
.outer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.submit-btn {
  padding: 22px;
  border-radius: 50px;
  border: none;
  margin-top: 10px;
  font-size: 20px;
  background-color: #7066e0;
  color: white;
}

.table {
  table-layout: fixed;
}

.table td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap;s */
}
.tables td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* guidess */
.guidess td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.css-tj5bde-Svg {
  display: inline-block;
  fill: none !important;
  line-height: 1;
  stroke: currentColor;
  stroke-width: none !important;
}
