.listDataBank {
   font-size: 14px;
   margin-top: 30px;
}
.listDataBank hr {
   border: 0;
   border-top: 1px solid #DEDCDC;
   margin: 30px 0;
}

.listDataBank label {
   font-weight: bold;
   width: 90px;
   display: inline-block;
}

.alertMessage {
   font-size: 14px;
   color: #9b9797;
}

.alertMessage a {
   color: #EE4459;
}

.list {
   font-size: 16px;
   background-color: #f9f9f9;
   border-radius: 5px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}