.actions {
    display: flex;
    align-items: center;
}

.list-action {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.list-action li {
    list-style: none;
    margin-left: 13px;

}

.list-action li i {
    font-size: 16px;
}

.td-id {
    width: 65px;
}

.table-action {
    width: 160px;
    text-align: right;
}

input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

div.choose-file {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    border: 3px dotted #bebebe;
    border-radius: 10px;
    padding: 0 10px;
}

.file-container {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 98px;
}

.imgDiv {
    margin-bottom: 15px;
}

.thumb2 {
    width: 100%;
}

.uploaded {
    margin-top: 15px;
}

.imgDiv i {
    color: white;
    position: absolute;
    top: 3px;
    right: 20px;
    cursor: pointer;
}

.img-col {
    width: 90px;
}

.img-col img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.col-title {
}

.col-title span {
    word-break: break-word;
    width: 250px;
    display: block;
}
