#dine-filer{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.filer{
    background-color: #efefef;
    padding: 25px;
    width: 31%;
}
.filer-img{
	background: white;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#fil{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.filer-admin-view{
    background-color: #dddddd;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}
.filer-admin-view .filer{
    width: 28%;
}

.filer-admin-view .filer-img img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
#filer-form {
    margin-bottom: 50px;
}

#filer-form input[type=submit] {
    margin-bottom: 20px;
}

.deleteFile {
	border:unset;
	width: 100%;
    margin-top: 10px;
}