body{
    background-color: #eddff066;
}

.data{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.data img{
    width: 65px;
  margin-right: 21px;
}

.data-flex h6{
    font-weight: 600;
    margin: 0px !important;
    margin-top: 10px !important;
}

.d-flex{
  align-items:center;
}
.right{
    margin-left: auto !important;
    display: block !important;
}

.create{
    background-color: #7b41ae;
    border: none !important;
}

.trash{
    color: #7b41ae;
    font-size: 21px !important;
}

.img-size{
    width:220px;
}

.no-result{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
}

.footer-row{
    display: flex;
    justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #80808057;
}

.date_created{
    font-size: 12px;
  margin-top: 8px;
}

.font-weight{
    font-weight: 600;
    font-size: 20px;
}
