#feedbacklistpage {
  position: relative;
  width: 100%;
  height: 100%;
}

.feedBackItemLeftIcon {
  width: 120px;
  height: 90px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.feedBackItemLeftIcon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.feedBackItem {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  border-bottom: 10px solid #eeeeee;
}

.feedBackItemRightContent {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feedBackItemRightDate {
  font-size: 12px;
  color: #a3a4a5;
  margin-bottom: 10px;
}

.feedBackItemRight {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.feedBackItemRightBottom {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.feedBackItemRightBottomLeft {
  font-size: 10px;
  color: #a3a4a5;
  border: 1px solid #eeeeee;
  padding: 2px;
}

.feedBackItemRightBottomRight {
  position: absolute;
  right: 10px;
  font-size: 13px;


}

.feedBackTheMattersItem {
  background-color: #eeeff0;
  color: #a3a4a5;
  font-size: 12px;
  padding: 8px 15px;
}

.feedBackTheMattersItem1 {
  background-color: white;
  padding: 20px 15px;
}

.feedBackTheMattersItem2 {
  display: inline;
  color: white;

  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  text-align: center;
}

.feedBackTheMattersContent1 {
  background-color: white;
  padding: 10px 15px;
  line-height: 20px;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
}

.feedBackTheMattersContent2 {
  font-size: 13px;
  color: black;
}

.feedBackUpLoadIcon {
  width: 90px;
  height: 90px;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.feedBackUpLoadIcon img {
  width: 100%;
  height: 100%;
}
.feedBackManagerItem {
  background-color: #eeeff0;
  font-weight: bold;
  color: #a3a4a5;
  font-size: 12px;
  padding: 8px 15px;
}
.bottomOfButton{
  width: 100%;
  height: 46px;
  position: absolute;
  bottom: 0;
  line-height: 46px;

  font-size: 14px;
  color: white;
  text-align: center;
}
body, html {
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-size: 14px;
  color: #343434;
}
