#fileModal .row,
#imageModal .row {
    max-height: calc(100vh - 300px);
    overflow: auto;
    margin: 15px 0 !important;
}

#fileModal .files-item {
    max-width: none;
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
}

#fileModal .files-item img {
    width: 50px;
    height: 50px;
}

.files-item.selected {
    border-color: #17a2b8;
    opacity: .7;
    cursor: not-allowed;
}


.search-fields {
    display: flex;
}

.search-fields .form-control {
    height: 35px;
    margin-right: 15px;
}