.navbar-userData {
  display: flex;
  align-items: center;
}

.sectionMainDashboard {
  margin-top: 7rem;
}

.propoganda-top img {
  width: 100%;
  height: 166px;
  border-radius: 1rem;
  border: 1px solid #7703FC;
}

.proj-div {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}

.proj-div-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (min-width: 576px) {
  .proj-div-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.proj-div-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #7703fc;
  color: white;
  border-radius: 8px;
  width: 95%;
  margin: 10px 0;
}

@media (min-width: 576px) {
  .proj-div-top-right {
    writing-mode: vertical-rl;
    height: 160px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #7703fc;
    color: white;
    border-radius: 8px;
    width: 55px;
  }
}

.proj-div-top-right a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4px 8px;
}

.proj-div-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-grow: 1;
  font-size: 14px;
  width: 100%;
  padding: 10px;
}

.proj-div-detail div {
  margin: 3px 0;
}

.proj-div-top-img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px 5px;
  width: 100%;
}

@media (min-width: 576px) {
  .proj-div-top-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    width: initial;
  }
}

.proj-div-top-img div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .proj-div-top-img div {
    flex-direction: row;
  }
}

.proj-div-top-img img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}

.proj-div-top-img span {
  font-size: 10px;
}

@media (min-width: 576px) {
  .proj-div-top-img span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10px;
  }
}

.proj-div-map {
  height: 115px;
}

.proj-div-map img {
  height: 100%;
  width: 100%;
}

.proj-bottom-bond {
  background-color: #7703FC;
  height: 45px;
  border-radius: 0 0 12px 12px;
  color: white;
  padding: 0 10px;
}

.img-user-top {
  border: 2px solid var(--bs-code-color);
  width: 53px;
  height: 53px;
}

