* {
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.padding {
  padding: 0;
}
.padding {
  padding: 0;
}
.relative {
  position: relative;
}
.flex-direction{
    flex-direction: column;
}
.inline{
    display: inline-block;
}
.flex-grow{
  flex-grow: 1;
}
.text-align-end{
  text-align: end;
}
.margin-right{
  margin-right: 20px ;
}
.nowrap{
  white-space: nowrap;
}
.text-align-center{
  text-align: center;
}
.textLineheight-title-top{
  overflow: hidden;
  white-space: nowrap;
  width: 65%;
  text-overflow: ellipsis;
}

.textLineheight-title-bottom{
  overflow: hidden;
  white-space: nowrap;
  width: 65%;
  text-overflow: ellipsis;
}