#profile-img {
    width: 100%;
    background-image: linear-gradient(to right, #00b2df, #080611);
    background-size: 100%;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-size: cover;
}

.ni {
  border-radius: 50%;
}

#name {
  color: #fff;
  font-size: 30px;
}

.container3 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#profile-card {
    padding: 0.25rem 0;
    height: min-content;
    padding: 10px;
    background-color: white;
    width: 100%;
    border-radius: 7px;
    /* border: 1px solid #00b2df; */
}

.flex {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
}

.bw {
  border: 4px #fff solid;
}


#navl {
  width: 75%;
  background-color: #fff;
  margin: 0.5rem 0.2rem;
  border-radius: 8px;
}

#navm {
  display: flex;
}

@media screen and  (max-width: 418px) {
  .container2 {
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin: 0.5rem;
    border-radius: 7px;
  }
  #navl{
      width:100% !important;
  }
}
#navm a {
  padding: 0rem 0.5rem;
}

.m {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.titr {
  font-weight: bold;
}

.active {
    background-color:transparent !important;
}

hr {
    /* background-color: transparent; */
    padding: 0;
}

.hr-1 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #00b2df, transparent);
}

#message-input {
    width: 100% !important;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 7px;
}

.message {
    border-radius: 5px;
    width: 50%;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    word-break: break-all;
}

@media (max-width: 600px) {
    .message{
        width: 100%;
    }
}

.message-sender {
    background-color: rgba(220, 255, 255, 0.9);
}

.message-target {
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 50%;
}
