.de_container{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .de_container > div:first-child,
  .de_container > div:first-child > i{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .de_container > div:first-child > i{
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #66c270;
    color: white;
    margin: 0 15px 0 20px;
    justify-content: center;
  }



  .acc_info_dash{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.acc_info_dash table{
    table-layout: fixed;
    border: 1px solid #dddd;
    border-top: 5px solid #1a82c7;
    border-radius: 5px;
    text-align: left;
    margin: 10px;
}
.acc_info_dash table tbody tr td{
  height: 40px;
  border-bottom: 1px solid #dddd;
  text-align: left;
  padding: 0 10px;
}
.acc_info_dash table tbody tr td:first-child{
  opacity: 0.85;
}
 .acc_info_dash table tbody tr td:last-child{
  border-left:0px solid #dddd;
}
/* .acc_info_dash table tbody tr td:last-child{
  border-right:1px solid #dddd;
} */ 
.acc_info_dash table thead{
    width: inherit;
    height: 40px;
    position: relative;
    vertical-align: middle;
}
.acc_info_dash table thead th i{
    position: absolute;
    right: 20px;
}
/* .acc_info_dash table tbody:first-of-type{
  display: none;
} */
.acc_info_dash table tbody:first-of-type tr td{
  margin-top: 10px;
  background-color: rgb(241, 244, 247);
  border: none;
  padding: 10px;
}
.acc_info_dash table tbody:first-of-type tr td input{
  width: 100%;
  height: 40px;
  background-color: white;
  box-shadow: inset 0 0 0.1px 0.1px #ccc;
}