.header-avatar-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #aaa;
    object-fit: cover;
}

.users-list-avatar-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #aaa;
    object-fit: cover;
}

.dragover {
    background-color: #e1e1e1;
    border-style: dotted;
    border-width: 4px;
}
