.box-keluhan {
    width: 700px;
}

.teks-berjalan {
    padding: 5px;
    border-radius: 5px;
}

.closeteks {
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    cursor: pointer;
    top: -15px;
}

@media only screen and (max-width: 600px) {
    .box-keluhan {
        width: 95%;
    }
}

.sender-msg {
    text-align: start !important;
    margin-bottom: 2rem !important;
  }

  .receiver-msg {
    width: auto;
    text-align: end !important;
    margin-bottom: 2rem !important;
  }

  #content-keluhan {
    overflow: scroll;
    height: 300px;
  }

  .icon-msg {
    font-size: 0.8rem !important;
  }

  .date-msg {
    font-size: 0.7rem !important;
  }
