<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.userIcon {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  text-transform: capitalize;
  background-color: #1f0a1f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  font-family: 'Satoshi-bold';
  font-size: 1rem;
  color: #1a1a1a;
  /* background-color: green; */
  font-weight: 600;
}

.description {
  font-family: Satoshi-medium;
  font-size: 0.9rem;
  color: #1a1a1a;
}

.edit-button {
  background-color: #f09000;
  color: white !important;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  font-family: 'Satoshi-Bold';
  font-size: .8rem;
  height: 2.2rem;
  text-decoration: none !important;
}

.secondary {
  background-color: unset !important;
  color: #296EB4 !important;
  border: 1.2px solid #296EB4;
}

.action {
  margin-left: rem;
}

.email {
  font-family: Satoshi-medium;
  font-size: 1rem;
  color: #1a1a1a;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.phone {
  font-family: Satoshi-medium;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.card-description {
  font-family: Satoshi-medium;
  font-size: 1rem;
  color: #1a1a1a;
  width: 20rem;
  margin-bottom: 1.2rem;
}

.mainProfileCardsWrapper {
  /* background-color: red; */
  position: absolute;
  right: 0;
  top: 6rem;
  width: calc(100% - 16rem);
}

.mainProfileCardsWrapper .profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.create-profile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 31.5rem;
  width: 22rem;
  gap: 1rem;
  border: 2px dashed  #296EB4;
  color: #296EB4;
  padding: .5rem 1rem;
  font-family: 'Satoshi-bold';
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.create-profile-btn:hover {
  background-color: #296fb4da;
  color: white;
}

.create-profile-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 4px;
}

.mainProfileCardsWrapper .profile-container .profile-card {
  background-color: white;
  /* width: fit-content; */
  height: auto;
  border-radius: 4px !important;
  border: 1.2px solid #dedede;
  padding: 0 !important;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 20rem;
}
.profile-body img {
  width: 100%;
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainProfileCardsWrapper {
  /* background-color: red; */
  height: calc(90dvh - 4.5rem);
  overflow-y: scroll;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.body-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin-inline: auto;
  gap: .5rem;
  min-height: 8rem;
  margin-top: 1rem;
}

.body-description div {
  width: 100%;
  font-family: 'Satoshi-medium';
  font-size: .8rem;
  color: #1a1a1a;
}

.mainProfileCardsWrapper::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.profile-hearder {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.profile-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.profile-footer a {
  text-wrap: nowrap;
  padding: 0 1.5rem;
}

.profile-hearder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.optionsProfileWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 10rem;
  border: 1.2px solid #dedede;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: .5rem;
  gap: .5rem;
  border-radius: 4px;
}

.optionsProfileWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1.2px solid #dedede;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  height: 1.8rem;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .5rem;
  color: #333;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.optionsProfileWrapper a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 1rem;
  background-color: #dedede;
}

.optionsProfileWrapper a:hover {
  background-color: #333;
  color: #fff;
}
/*# sourceMappingURL=profileNew.css.map */</pre></body></html>