#tableImg img{
  height: 60px;
}

#gridImg{
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  margin-top: 80px;
}

.divImage {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  position: relative;
  margin: 0 10px;
  background-color: white;
  border: 1px solid #a8a8a8;
}

#gridImg img{
  max-height: 100%;
  max-width: 100%;
}

.nameFileGrid{
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #d5d5d578;
  overflow-wrap: break-word;
}

.gridItem{
  flex-grow: 1;
  height: 200px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.editBtn{
  background-color: #5bc0de;
  border: none;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
}

svg{
  height: 20px;
  width: 20px;
  fill: white;
}

.divBtn{
  display: flex; 
  justify-content: center;
  align-items: center;
  height: 50px;
}

.checkItem{
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
}

.checkDelete{
  border: 2px solid red;
}

.deleteBtn{
  width: 100%;
  margin: 0;
  border: none;
  background-color: red;
  height: 40px;
    border-radius: 0 !important;
}

#delete{
  position: fixed;
  bottom: 0;
  width: 100%;
}

#imgZoom{
  max-height: 80%;
  max-width: 80%;
}

.editDetail div{
  flex-grow: 1;
}
