/* WITHDRAWAL_LIST_CSS_FIX */
.list_wrap .list {
  height: auto !important;
  min-height: 3.875rem;
  padding-bottom: 0.5rem !important;
  overflow: visible !important;
}
.list_wrap .item {
  align-items: flex-start !important;
}
.list_wrap .money_type,
.list_wrap .substring {
  word-break: break-all;
  white-space: normal !important;
  line-height: 1.45;
  max-width: 68%;
  text-align: right;
  display: block;
}
